--- old/src/share/classes/java/lang/Thread.java 2016-10-25 10:40:31.663792407 +0200 +++ new/src/share/classes/java/lang/Thread.java 2016-10-25 10:40:31.601792366 +0200 @@ -2037,6 +2037,10 @@ @sun.misc.Contended("tlr") int threadLocalRandomSecondarySeed; + private static long parkLastGlobalSeqOffset; + private static long parkPriorityOffset; + private static long nestingLevelOffset; + /* Some private helper methods */ private native void setPriority0(int newPriority); private native void stop0(Object o);