src/share/vm/runtime/globals.hpp

changeset 8209
8641949eb21f
parent 7854
e8260b6328fb
child 8308
6acf14e730dd
     1.1 --- a/src/share/vm/runtime/globals.hpp	Fri Dec 25 14:03:45 2015 +0300
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Thu Jan 07 02:36:48 2016 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -1279,6 +1279,13 @@
    1.11            "Decay time (in milliseconds) to re-enable bulk rebiasing of a "  \
    1.12            "type after previous bulk rebias")                                \
    1.13                                                                              \
    1.14 +  product(bool, ExitOnOutOfMemoryError, false,                              \
    1.15 +          "JVM exits on the first occurrence of an out-of-memory error")    \
    1.16 +                                                                            \
    1.17 +  product(bool, CrashOnOutOfMemoryError, false,                             \
    1.18 +          "JVM aborts, producing an error log and core/mini dump, on the "  \
    1.19 +          "first occurrence of an out-of-memory error")                     \
    1.20 +                                                                            \
    1.21    /* tracing */                                                             \
    1.22                                                                              \
    1.23    notproduct(bool, TraceRuntimeCalls, false,                                \

mercurial