hotspot/test/gc/arguments/TestSelectDefaultGC.java
changeset 43605 07baf498d588
parent 40631 ed82623d7831
--- a/hotspot/test/gc/arguments/TestSelectDefaultGC.java	Wed Jan 25 22:32:46 2017 +0000
+++ b/hotspot/test/gc/arguments/TestSelectDefaultGC.java	Tue Jan 31 19:26:50 2017 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2017, 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
@@ -66,7 +66,6 @@
         assertVMOption(output, "UseSerialGC",        !isServer);
         // CMS is never default
         assertVMOption(output, "UseConcMarkSweepGC", false);
-        assertVMOption(output, "UseParNewGC",        false);
     }
 
     public static void main(String[] args) throws Exception {