8023796: [TESTBUG] Add -XX:-TransmitErrorReport to runtime/6888954/vmerrors.sh

Sun, 06 Oct 2013 16:13:50 +0200

author
mseledtsov
date
Sun, 06 Oct 2013 16:13:50 +0200
changeset 5847
cc4f5f8d885e
parent 5846
9c63ad02c0a4
child 5848
ac9cb1d5a202
child 5884
b4a4fdc1f464

8023796: [TESTBUG] Add -XX:-TransmitErrorReport to runtime/6888954/vmerrors.sh
Summary: added -XX:-TransmitErrorReport to the test
Reviewed-by: stefank, ctornqvi

test/runtime/6888954/vmerrors.sh file | annotate | diff | comparison | revisions
test/runtime/memory/ReserveMemory.java file | annotate | diff | comparison | revisions
     1.1 --- a/test/runtime/6888954/vmerrors.sh	Sat Oct 05 10:56:46 2013 -0400
     1.2 +++ b/test/runtime/6888954/vmerrors.sh	Sun Oct 06 16:13:50 2013 +0200
     1.3 @@ -1,3 +1,25 @@
     1.4 +# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
     1.5 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.6 +#
     1.7 +# This code is free software; you can redistribute it and/or modify it
     1.8 +# under the terms of the GNU General Public License version 2 only, as
     1.9 +# published by the Free Software Foundation.
    1.10 +#
    1.11 +# This code is distributed in the hope that it will be useful, but WITHOUT
    1.12 +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    1.13 +# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    1.14 +# version 2 for more details (a copy is included in the LICENSE file that
    1.15 +# accompanied this code).
    1.16 +#
    1.17 +# You should have received a copy of the GNU General Public License version
    1.18 +# 2 along with this work; if not, write to the Free Software Foundation,
    1.19 +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    1.20 +#
    1.21 +# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    1.22 +# or visit www.oracle.com if you need additional information or have any
    1.23 +# questions.
    1.24 +#
    1.25 +
    1.26  # @test
    1.27  # @bug 6888954
    1.28  # @bug 8015884
    1.29 @@ -63,6 +85,7 @@
    1.30      [ $i -lt 10 ] && i2=0$i
    1.31  
    1.32      "$TESTJAVA/bin/java" $TESTVMOPTS -XX:+IgnoreUnrecognizedVMOptions \
    1.33 +        -XX:-TransmitErrorReport \
    1.34          -XX:ErrorHandlerTest=${i} -version > ${i2}.out 2>&1
    1.35  
    1.36      # If ErrorHandlerTest is ignored (product build), stop.
     2.1 --- a/test/runtime/memory/ReserveMemory.java	Sat Oct 05 10:56:46 2013 -0400
     2.2 +++ b/test/runtime/memory/ReserveMemory.java	Sun Oct 06 16:13:50 2013 +0200
     2.3 @@ -56,6 +56,7 @@
     2.4            "-Xbootclasspath/a:.",
     2.5            "-XX:+UnlockDiagnosticVMOptions",
     2.6            "-XX:+WhiteBoxAPI",
     2.7 +          "-XX:-TransmitErrorReport",
     2.8            "ReserveMemory",
     2.9            "test");
    2.10  

mercurial