8302117: IgnoreUnrecognizedVMOptions flag causes failure in ArchiveHeapTestClass
Reviewed-by: dholmes
This commit is contained in:
parent
e245620f6f
commit
723433dbeb
@ -173,7 +173,7 @@ public class ArchiveHeapTestClass {
|
||||
static void testProductBuild() throws Exception {
|
||||
OutputAnalyzer output;
|
||||
|
||||
output = dumpHelloOnly("-XX:ArchiveHeapTestClass=NoSuchClass");
|
||||
output = dumpHelloOnly("-XX:-IgnoreUnrecognizedVMOptions", "-XX:ArchiveHeapTestClass=NoSuchClass");
|
||||
mustFail(output, "VM option 'ArchiveHeapTestClass' is develop and is available only in debug version of VM.");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user