mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 20:44:41 +02:00
8048269: Add flag to turn off class unloading after G1 concurrent mark
Added -XX:+/-ClassUnloadingWithConcurrentMark Reviewed-by: jmasa, brutisso, mgerdin
This commit is contained in:
parent
bdeaedbd38
commit
ef47f5dc0e
10 changed files with 246 additions and 82 deletions
|
@ -1078,6 +1078,9 @@ class CommandLineFlags {
|
|||
product(bool, ClassUnloading, true, \
|
||||
"Do unloading of classes") \
|
||||
\
|
||||
product(bool, ClassUnloadingWithConcurrentMark, true, \
|
||||
"Do unloading of classes with a concurrent marking cycle") \
|
||||
\
|
||||
develop(bool, DisableStartThread, false, \
|
||||
"Disable starting of additional Java threads " \
|
||||
"(for debugging only)") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue