mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
7001363: java/dyn/InvokeDynamic should not be a well-known class in the JVM
Because of the removal of language support, the JDK 7 API for JSR 292 no longer includes a public class named java/dyn/InvokeDynamic. Reviewed-by: jrose, kvn
This commit is contained in:
parent
8006fe8f75
commit
36b4f60585
6 changed files with 8 additions and 22 deletions
|
@ -3232,12 +3232,6 @@ jint Threads::create_vm(JavaVMInitArgs* args, bool* canTryAgain) {
|
|||
warning("java.lang.ArithmeticException has not been initialized");
|
||||
warning("java.lang.StackOverflowError has not been initialized");
|
||||
}
|
||||
|
||||
if (EnableInvokeDynamic) {
|
||||
// JSR 292: An intialized java.dyn.InvokeDynamic is required in
|
||||
// the compiler.
|
||||
initialize_class(vmSymbolHandles::java_dyn_InvokeDynamic(), CHECK_0);
|
||||
}
|
||||
}
|
||||
|
||||
// See : bugid 4211085.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue