(trivial) RFR: 8190881: [TESTBUG] test.runtime.ErrorHandling.TestOnError comment is incomplete

Igor Ignatyev igor.ignatyev at oracle.com
Thu Nov 9 05:41:28 UTC 2017


looks good to me.

-- Igor
> On Nov 8, 2017, at 9:38 PM, David Holmes <david.holmes at oracle.com> wrote:
> 
> Bug: https://bugs.openjdk.java.net/browse/JDK-8190881
> 
> Can a Reviewer please spare me 5 seconds to okay this totally trivial deletion of a partial comment.
> 
> Thanks,
> David
> 
> diff -r 2cd7d700217f test/hotspot/jtreg/runtime/ErrorHandling/TestOnError.java
> --- a/test/hotspot/jtreg/runtime/ErrorHandling/TestOnError.java
> +++ b/test/hotspot/jtreg/runtime/ErrorHandling/TestOnError.java
> @@ -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",
> 



More information about the hotspot-runtime-dev mailing list