src/share/vm/runtime/arguments.cpp

changeset 2847
da0fffdcc453
parent 2793
732454aaf5cb
child 2854
567c87d484a0
equal deleted inserted replaced
2826:86ebb26bcdeb 2847:da0fffdcc453
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;

mercurial