Skip to content

Commit

Permalink
8346998: Test nsk/jvmti/ResourceExhausted/resexhausted003 fails with …
Browse files Browse the repository at this point in the history
…java.lang.OutOfMemoryError when CDS is off

Reviewed-by: dholmes, sspitsyn
  • Loading branch information
lmesnik committed Jan 8, 2025
1 parent 6ee2bd2 commit 88fa3b2
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2018, 2025, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -39,10 +39,7 @@
* /test/lib
* @run main/othervm/native
* -agentlib:resexhausted=-waittime=5
* -Xms64m
* -Xmx64m
* -XX:MaxMetaspaceSize=9m
* -XX:-UseGCOverheadLimit
* -XX:MaxMetaspaceSize=20m
* nsk.jvmti.ResourceExhausted.resexhausted003
*/

0 comments on commit 88fa3b2

Please sign in to comment.