Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082888 | emb-9 | Jesper Wilhelmsson | P5 | Resolved | Fixed | team |
The comment in globals.hpp for ExplicitGCInvokesConcurrent says:
product(bool, ExplicitGCInvokesConcurrent, false, \
"A System.gc() request invokes a concurrent collection; " \
"(effective only when UseConcMarkSweepGC)") \
This is not entirely true since G1 also triggers a concurrent collection (concurrent mark cycle) when using this flag. The comment should be updated.
product(bool, ExplicitGCInvokesConcurrent, false, \
"A System.gc() request invokes a concurrent collection; " \
"(effective only when UseConcMarkSweepGC)") \
This is not entirely true since G1 also triggers a concurrent collection (concurrent mark cycle) when using this flag. The comment should be updated.
- backported by
-
JDK-8082888 Description of flag ExplicitGCInvokesConcurrent should mention G1 as well
-
- Resolved
-