Skip to content

Commit 88fa3b2

Browse files
committedJan 8, 2025
8346998: Test nsk/jvmti/ResourceExhausted/resexhausted003 fails with java.lang.OutOfMemoryError when CDS is off
Reviewed-by: dholmes, sspitsyn
1 parent 6ee2bd2 commit 88fa3b2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed
 

‎test/hotspot/jtreg/vmTestbase/nsk/jvmti/ResourceExhausted/resexhausted003/TestDescription.java

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2018, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -39,10 +39,7 @@
3939
* /test/lib
4040
* @run main/othervm/native
4141
* -agentlib:resexhausted=-waittime=5
42-
* -Xms64m
43-
* -Xmx64m
44-
* -XX:MaxMetaspaceSize=9m
45-
* -XX:-UseGCOverheadLimit
42+
* -XX:MaxMetaspaceSize=20m
4643
* nsk.jvmti.ResourceExhausted.resexhausted003
4744
*/
4845

0 commit comments

Comments
 (0)
Please sign in to comment.