--- old/test/hotspot/jtreg/compiler/valhalla/valuetypes/TestCallingConvention.java 2018-10-17 09:20:48.000000000 -0400 +++ new/test/hotspot/jtreg/compiler/valhalla/valuetypes/TestCallingConvention.java 2018-10-17 09:20:48.000000000 -0400 @@ -44,7 +44,6 @@ @Override public String[] getExtraVMParameters(int scenario) { switch (scenario) { - case 1: return new String[] {"-XX:ValueTypesBufferMaxMemory=0"}; case 3: return new String[] {"-XX:-ValueArrayFlatten"}; } return null;