8190881: [TESTBUG] test.runtime.ErrorHandling.TestOnError comment is incomplete
authordholmes
Thu, 09 Nov 2017 00:52:15 -0500
changeset 47815 87f114c6a99f
parent 47814 19fad4c04a15
child 47816 ac0af7750da9
8190881: [TESTBUG] test.runtime.ErrorHandling.TestOnError comment is incomplete Reviewed-by: iignatyev
test/hotspot/jtreg/runtime/ErrorHandling/TestOnError.java
--- a/test/hotspot/jtreg/runtime/ErrorHandling/TestOnError.java	Wed Nov 08 20:15:56 2017 -0800
+++ b/test/hotspot/jtreg/runtime/ErrorHandling/TestOnError.java	Thu Nov 09 00:52:15 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
@@ -44,7 +44,6 @@
 
         String msg = "Test Succeeded";
 
-        // Execute the VM so that a
         ProcessBuilder pb = ProcessTools.createJavaProcessBuilder(
            "-XX:-TransmitErrorReport",
            "-XX:-CreateCoredumpOnCrash",