8122944: perfdata used is seen as too high on sparc zone with jdk1.9 and causes a test failure

Reviewed-by: dholmes
This commit is contained in:
Joe Darcy 2015-07-27 18:51:29 -07:00
parent 9a7441f204
commit 1570c5e78d

View File

@ -25,7 +25,7 @@
* @test
* @bug 4990825
* @modules jdk.jvmstat/sun.jvmstat.monitor
* @run main/othervm -XX:+UsePerfData PrologSizeSanityCheck
* @run main/othervm -XX:+UsePerfData -XX:PerfDataMemorySize=64k PrologSizeSanityCheck
* @summary prolog size and overflow sanity checks
*/