8141393: [TESTBUG] VMOptionsTest.java fails on ARM
The test should not assume that CompactStrings is enabled by default on all platforms. Reviewed-by: roland
This commit is contained in:
parent
4ed5b73f3d
commit
b45249a128
@ -39,7 +39,6 @@ import static org.testng.Assert.*;
|
||||
* COMPACT_STRINGS field in String class.
|
||||
* @run testng/othervm -XX:+CompactStrings -DCompactStringEnabled=true VMOptionsTest
|
||||
* @run testng/othervm -XX:-CompactStrings -DCompactStringEnabled=false VMOptionsTest
|
||||
* @run testng/othervm -DCompactStringEnabled=true VMOptionsTest
|
||||
*/
|
||||
|
||||
public class VMOptionsTest {
|
||||
|
Loading…
Reference in New Issue
Block a user