mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-11 16:33:42 +00:00
Mark NativeLibraryContext.nativeLibraryThreadContext field final
This commit is contained in:
parent
0a12622c6a
commit
d5259f9cb2
@ -476,7 +476,7 @@ public final class NativeLibraries {
|
||||
private static final class NativeLibraryContext {
|
||||
|
||||
// Maps thread object to the native library context stack, maintained by each thread
|
||||
private static Map<Thread, List<NativeLibraryImpl>> nativeLibraryThreadContext =
|
||||
private final static Map<Thread, List<NativeLibraryImpl>> nativeLibraryThreadContext =
|
||||
new ConcurrentHashMap<>();
|
||||
|
||||
// returns a context associated with the current thread
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user