hotspot/src/share/vm/runtime/globals.hpp
changeset 22750 a3c879b18f22
parent 22556 a17351e8c2c2
child 22777 196cfce9e5aa
equal deleted inserted replaced
22749:8121b1d5f498 22750:a3c879b18f22
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
  1258           "Trace run-time calls")                                           \
  1258           "Trace run-time calls")                                           \
  1259                                                                             \
  1259                                                                             \
  1260   develop(bool, TraceJNICalls, false,                                       \
  1260   develop(bool, TraceJNICalls, false,                                       \
  1261           "Trace JNI calls")                                                \
  1261           "Trace JNI calls")                                                \
  1262                                                                             \
  1262                                                                             \
       
  1263   develop(bool, StressRewriter, false,                                      \
       
  1264           "Stress linktime bytecode rewriting")                             \
       
  1265                                                                             \
  1263   notproduct(bool, TraceJVMCalls, false,                                    \
  1266   notproduct(bool, TraceJVMCalls, false,                                    \
  1264           "Trace JVM calls")                                                \
  1267           "Trace JVM calls")                                                \
  1265                                                                             \
  1268                                                                             \
  1266   product(ccstr, TraceJVMTI, NULL,                                          \
  1269   product(ccstr, TraceJVMTI, NULL,                                          \
  1267           "Trace flags for JVMTI functions and events")                     \
  1270           "Trace flags for JVMTI functions and events")                     \