equal
deleted
inserted
replaced
1076 "Verify protection domain before resolution in system dictionary")\ |
1076 "Verify protection domain before resolution in system dictionary")\ |
1077 \ |
1077 \ |
1078 product(bool, ClassUnloading, true, \ |
1078 product(bool, ClassUnloading, true, \ |
1079 "Do unloading of classes") \ |
1079 "Do unloading of classes") \ |
1080 \ |
1080 \ |
|
1081 product(bool, ClassUnloadingWithConcurrentMark, true, \ |
|
1082 "Do unloading of classes with a concurrent marking cycle") \ |
|
1083 \ |
1081 develop(bool, DisableStartThread, false, \ |
1084 develop(bool, DisableStartThread, false, \ |
1082 "Disable starting of additional Java threads " \ |
1085 "Disable starting of additional Java threads " \ |
1083 "(for debugging only)") \ |
1086 "(for debugging only)") \ |
1084 \ |
1087 \ |
1085 develop(bool, MemProfiling, false, \ |
1088 develop(bool, MemProfiling, false, \ |