Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8141959 | emb-9 | Sangheon Kim | P4 | Resolved | Fixed | team |
We can see below message is repeatedly printed out from ctor of hotspot/src/share/vm/gc/g1/concurrentG1Refine.cpp.
Error occurred during initialization of VM
Could not create ConcurrentG1RefineThread
Error occurred during initialization of VM
Could not create ConcurrentG1RefineThread
Error occurred during initialization of VM
Could not create ConcurrentG1RefineThread
Command to reproduce:
java -XX:G1ConcRefinementThreads=2147483646 -version
Error occurred during initialization of VM
Could not create ConcurrentG1RefineThread
Error occurred during initialization of VM
Could not create ConcurrentG1RefineThread
Error occurred during initialization of VM
Could not create ConcurrentG1RefineThread
Command to reproduce:
java -XX:G1ConcRefinementThreads=2147483646 -version
- backported by
-
JDK-8141959 Error message is repeated for large value at G1ConcRefinementThreads
-
- Resolved
-
- blocks
-
JDK-8134995 [REDO] GC: implement ranges (optionally constraints) for those flags that have them missing
-
- Resolved
-