We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45268a2 commit 38a9a96Copy full SHA for 38a9a96
cvm/alt_kernel/src25u/java/lang/Thread.java
@@ -2625,4 +2625,7 @@ private static class Constants {
2625
2626
// The address of the next thread identifier, see ThreadIdentifiers.
2627
private static native long getNextThreadIdOffset();
2628
+
2629
+ /* The inherited AccessControlContext of this thread */
2630
+ private AccessControlContext inheritedAccessControlContext;
2631
}
0 commit comments