< prev index next >

src/hotspot/share/runtime/thread.hpp

Print this page

        

*** 724,735 **** volatile int _OnTrap; // Resume-at IP delta jint _hashStateW; // Marsaglia Shift-XOR thread-local RNG jint _hashStateX; // thread-specific hashCode generator state jint _hashStateY; jint _hashStateZ; - void * _schedctl; - volatile jint rng[4]; // RNG for spin loop // Low-level leaf-lock primitives used to implement synchronization // and native monitor-mutex infrastructure. --- 724,733 ----
< prev index next >