< prev index next >

src/hotspot/share/classfile/javaClasses.hpp

Print this page
@@ -465,13 +465,10 @@
    // Read thread status info from threadStatus field of java.lang.Thread.
    static JavaThreadStatus get_thread_status(oop java_thread_oop);
  
    static const char*  thread_status_name(oop java_thread_oop);
  
-   // Fill in current stack trace, can cause GC
-   static oop async_get_stack_trace(jobject jthread, TRAPS);
- 
    JFR_ONLY(static u2 jfr_epoch(oop java_thread);)
    JFR_ONLY(static void set_jfr_epoch(oop java_thread, u2 epoch);)
    JFR_ONLY(static int jfr_epoch_offset() { CHECK_INIT(_jfr_epoch_offset); })
  
    // Debugging
< prev index next >