We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c8105 commit b006b05Copy full SHA for b006b05
test/hotspot/jtreg/runtime/valhalla/inlinetypes/classloading/ConcurrentClassLoadingTest.java
@@ -30,7 +30,7 @@
30
* @library /test/lib
31
* @enablePreview
32
* @compile BigClassTreeClassLoader.java
33
- * @run junit/othervm -XX:NonNMethodCodeHeapSize=256M -XX:ProfiledCodeHeapSize=512M -XX:NonProfiledCodeHeapSize=512M ConcurrentClassLoadingTest
+ * @run junit/othervm -XX:ReservedCodeCacheSize=2G ConcurrentClassLoadingTest
34
*/
35
36
import java.util.Optional;
0 commit comments