hotspot/test/runtime/CompressedOops/CompressedClassPointers.java
changeset 37428 6e724f3d488b
parent 35061 be6025ebffea
child 37477 0ca0b7388bb6
--- a/hotspot/test/runtime/CompressedOops/CompressedClassPointers.java	Thu Apr 07 15:01:56 2016 +0000
+++ b/hotspot/test/runtime/CompressedOops/CompressedClassPointers.java	Thu Apr 07 13:11:15 2016 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -85,8 +85,7 @@
     public static void heapBaseMinAddressTest() throws Exception {
         ProcessBuilder pb = ProcessTools.createJavaProcessBuilder(
             "-XX:HeapBaseMinAddress=1m",
-            "-XX:+UnlockDiagnosticVMOptions",
-            "-XX:+PrintCompressedOopsMode",
+            "-Xlog:gc+heap+coops=debug",
             "-version");
         OutputAnalyzer output = new OutputAnalyzer(pb.start());
         output.shouldContain("HeapBaseMinAddress must be at least");