hotspot/src/share/vm/runtime/arguments.cpp
changeset 9416 4d193fe22b76
parent 9187 a719b53bd4ba
child 9423 a977bd202cec
equal deleted inserted replaced
9343:cf46e123429d 9416:4d193fe22b76
  2374       // ostream_init_log(), when called will use this filename
  2374       // ostream_init_log(), when called will use this filename
  2375       // to initialize a fileStream.
  2375       // to initialize a fileStream.
  2376       _gc_log_filename = strdup(tail);
  2376       _gc_log_filename = strdup(tail);
  2377       FLAG_SET_CMDLINE(bool, PrintGC, true);
  2377       FLAG_SET_CMDLINE(bool, PrintGC, true);
  2378       FLAG_SET_CMDLINE(bool, PrintGCTimeStamps, true);
  2378       FLAG_SET_CMDLINE(bool, PrintGCTimeStamps, true);
  2379       FLAG_SET_CMDLINE(bool, TraceClassUnloading, true);
       
  2380 
  2379 
  2381     // JNI hooks
  2380     // JNI hooks
  2382     } else if (match_option(option, "-Xcheck", &tail)) {
  2381     } else if (match_option(option, "-Xcheck", &tail)) {
  2383       if (!strcmp(tail, ":jni")) {
  2382       if (!strcmp(tail, ":jni")) {
  2384         CheckJNICalls = true;
  2383         CheckJNICalls = true;