mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-04 07:28:22 +00:00
8136647: Syntactic error accidentally left in JDK-8135251 changeset
Reviewed-by: sundar
This commit is contained in:
parent
7d849fd622
commit
f74c628ffe
@ -345,7 +345,6 @@ public final class Context {
|
||||
}
|
||||
final Class<?> newHostClass = context.createNewLoader().installClass(ANONYMOUS_HOST_CLASS_NAME, ANONYMOUS_HOST_CLASS_BYTES, codeSource);
|
||||
context.anonymousHostClasses.put(codeSource, new WeakReference<>(newHostClass));
|
||||
final context.anonymousHostClasses.remo
|
||||
return newHostClass;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user