We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75a2354 commit 164454fCopy full SHA for 164454f
src/hotspot/share/runtime/thread.hpp
@@ -319,10 +319,6 @@ class Thread: public ThreadShadow {
319
ObjectMonitor* _current_waiting_monitor;
320
321
public:
322
- enum {
323
- is_definitely_current_thread = true
324
- };
325
-
326
// Constructor
327
Thread();
328
virtual ~Thread() = 0; // Thread is abstract.
@@ -777,14 +773,6 @@ class JavaThread: public Thread {
777
773
private: // restore original namespace restriction
778
774
#endif // ifdef ASSERT
779
775
780
-#ifndef PRODUCT
781
- public:
782
783
- jump_ring_buffer_size = 16
784
785
- private: // restore original namespace restriction
786
-#endif
787
788
776
JavaFrameAnchor _anchor; // Encapsulation of current java frame and it state
789
790
ThreadFunction _entry_point;
0 commit comments