8190881: [TESTBUG] test.runtime.ErrorHandling.TestOnError comment is incomplete

Reviewed-by: iignatyev
This commit is contained in:
David Holmes 2017-11-09 00:52:15 -05:00
parent 229c048a08
commit 2aecf1b321

View File

@ -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. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -44,7 +44,6 @@ public class TestOnError {
String msg = "Test Succeeded"; String msg = "Test Succeeded";
// Execute the VM so that a
ProcessBuilder pb = ProcessTools.createJavaProcessBuilder( ProcessBuilder pb = ProcessTools.createJavaProcessBuilder(
"-XX:-TransmitErrorReport", "-XX:-TransmitErrorReport",
"-XX:-CreateCoredumpOnCrash", "-XX:-CreateCoredumpOnCrash",