Details
-
Bug
-
Resolution: Fixed
-
P5
-
emb-8u26, 9
-
b17
-
generic
-
generic
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8269132 | openjdk8u312 | Roland Westrelin | P5 | Resolved | Fixed | b01 |
JDK-8258866 | 8u291 | Vaibhav Choudhary | P5 | Resolved | Fixed | b01 |
JDK-8262565 | emb-8u291 | Roland Westrelin | P5 | Resolved | Fixed | team |
Description
----------System.out:(4/265)----------
CompilerOracle: exclude java/lang/reflect/Method.invoke
CompilerOracle: exclude sun/reflect/DelegatingMethodAccessorImpl.invoke
Error occurred during initialization of VM
GC triggered before VM initialization completed. Try increasing NewSize, current value 1536K.
The test specifies -Xmx:
command: main -XX:+IgnoreUnrecognizedVMOptions -XX:-TieredCompilation -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:+UseTypeSpeculation -XX:TypeProfileLevel=222 -XX:CompileCommand=exclude,java.lang.reflect.Method::invoke -XX:CompileCommand=exclude,sun.reflect.DelegatingMethodAccessorImpl::invoke -Xmx1M TestSpecTrapClassUnloading
CompilerOracle: exclude java/lang/reflect/Method.invoke
CompilerOracle: exclude sun/reflect/DelegatingMethodAccessorImpl.invoke
Error occurred during initialization of VM
GC triggered before VM initialization completed. Try increasing NewSize, current value 1536K.
The test specifies -Xmx:
command: main -XX:+IgnoreUnrecognizedVMOptions -XX:-TieredCompilation -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:+UseTypeSpeculation -XX:TypeProfileLevel=222 -XX:CompileCommand=exclude,java.lang.reflect.Method::invoke -XX:CompileCommand=exclude,sun.reflect.DelegatingMethodAccessorImpl::invoke -Xmx1M TestSpecTrapClassUnloading
Attachments
Issue Links
- backported by
-
JDK-8258866 compiler/uncommontrap/TestSpecTrapClassUnloading.java fails with: GC triggered before VM initialization completed
- Resolved
-
JDK-8262565 compiler/uncommontrap/TestSpecTrapClassUnloading.java fails with: GC triggered before VM initialization completed
- Resolved
-
JDK-8269132 compiler/uncommontrap/TestSpecTrapClassUnloading.java fails with: GC triggered before VM initialization completed
- Resolved
- is blocked by
-
JDK-8031752 Failed speculative optimizations should be reattempted when root of compilation is different
- Resolved