Searched refs:enableUnloading (Results 1 - 2 of 2) sorted by relevance

/openjdk10/hotspot/test/gc/class_unloading/
H A DTestCMSClassUnloadingEnabledHWM.java50 private static OutputAnalyzer run(boolean enableUnloading) throws Exception { argument
61 "-XX:" + (enableUnloading ? "+" : "-") + "CMSClassUnloadingEnabled",
H A DTestG1ClassUnloadingHWM.java48 private static OutputAnalyzer run(boolean enableUnloading) throws Exception { argument
56 "-XX:" + (enableUnloading ? "+" : "-") + "ClassUnloadingWithConcurrentMark",

Completed in 109 milliseconds