Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8277866: gc/epsilon/TestMemoryMXBeans.java failed with wrong initial …
…heap size

Reviewed-by: tschatzl, shade
  • Loading branch information
tkiriyama authored and shipilev committed Dec 1, 2021
1 parent 8d7958e commit 37ff7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hotspot/jtreg/gc/epsilon/TestMemoryMXBeans.java
Expand Up @@ -36,7 +36,7 @@
* gc.epsilon.TestMemoryMXBeans
* -1 256
*
* @run main/othervm -Xmx256m -Xmx256m
* @run main/othervm -Xms256m -Xmx256m
* -XX:+UnlockExperimentalVMOptions -XX:+UseEpsilonGC
* gc.epsilon.TestMemoryMXBeans
* 256 256
Expand Down

1 comment on commit 37ff7f3

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.