src/share/vm/runtime/globals.hpp

changeset 6307
10c9507f544a
parent 6267
a034dc5e910b
child 6309
cd7a42c7be06
     1.1 --- a/src/share/vm/runtime/globals.hpp	Fri Jan 17 11:21:29 2014 -0500
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Fri Feb 07 18:30:27 2014 -0500
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2014, 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 @@ -1258,6 +1258,9 @@
    1.11    develop(bool, TraceJNICalls, false,                                       \
    1.12            "Trace JNI calls")                                                \
    1.13                                                                              \
    1.14 +  develop(bool, StressRewriter, false,                                      \
    1.15 +          "Stress linktime bytecode rewriting")                             \
    1.16 +                                                                            \
    1.17    notproduct(bool, TraceJVMCalls, false,                                    \
    1.18            "Trace JVM calls")                                                \
    1.19                                                                              \

mercurial