Skip to content

Commit 38a9a96

Browse files
committed
added back empty field j.l.Thread.inheritedAccessControlContext
1 parent 45268a2 commit 38a9a96

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cvm/alt_kernel/src25u/java/lang/Thread.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2625,4 +2625,7 @@ private static class Constants {
26252625

26262626
// The address of the next thread identifier, see ThreadIdentifiers.
26272627
private static native long getNextThreadIdOffset();
2628+
2629+
/* The inherited AccessControlContext of this thread */
2630+
private AccessControlContext inheritedAccessControlContext;
26282631
}

0 commit comments

Comments
 (0)