src/share/vm/runtime/globals.hpp

changeset 6507
752ba2e5f6d0
parent 6506
f040cf9fc9c0
parent 6309
cd7a42c7be06
child 6518
62c54fcc0a35
     1.1 --- a/src/share/vm/runtime/globals.hpp	Wed Feb 19 20:12:43 2014 -0800
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Tue Feb 25 15:11:18 2014 -0800
     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 @@ -255,7 +255,7 @@
    1.11    // number of flags
    1.12    static size_t numFlags;
    1.13  
    1.14 -  static Flag* find_flag(const char* name, size_t length, bool allow_locked = false);
    1.15 +  static Flag* find_flag(const char* name, size_t length, bool allow_locked = false, bool return_flag = false);
    1.16    static Flag* fuzzy_match(const char* name, size_t length, bool allow_locked = false);
    1.17  
    1.18    void check_writable();
    1.19 @@ -1272,6 +1272,9 @@
    1.20    develop(bool, TraceJNICalls, false,                                       \
    1.21            "Trace JNI calls")                                                \
    1.22                                                                              \
    1.23 +  develop(bool, StressRewriter, false,                                      \
    1.24 +          "Stress linktime bytecode rewriting")                             \
    1.25 +                                                                            \
    1.26    notproduct(bool, TraceJVMCalls, false,                                    \
    1.27            "Trace JVM calls")                                                \
    1.28                                                                              \

mercurial