comparison src/share/vm/runtime/os.cpp @ 4800:94ec88ca68e2

7115199: Add event tracing hooks and Java Flight Recorder infrastructure Summary: Added a nop tracing infrastructure, JFR makefile changes and other infrastructure used only by JFR. Reviewed-by: acorn, sspitsyn Contributed-by: markus.gronlund@oracle.com
author phh
date Wed, 11 Jan 2012 17:34:02 -0500
parents 7ab5f6318694
children 33df1aeaebbf d2a62e0f25eb
comparison
equal deleted inserted replaced
4773:4f25538b54c9 4800:94ec88ca68e2
1099 "%/lib/rt.jar:" 1099 "%/lib/rt.jar:"
1100 "%/lib/sunrsasign.jar:" 1100 "%/lib/sunrsasign.jar:"
1101 "%/lib/jsse.jar:" 1101 "%/lib/jsse.jar:"
1102 "%/lib/jce.jar:" 1102 "%/lib/jce.jar:"
1103 "%/lib/charsets.jar:" 1103 "%/lib/charsets.jar:"
1104 "%/lib/jfr.jar:"
1104 #ifdef __APPLE__ 1105 #ifdef __APPLE__
1105 "%/lib/JObjC.jar:" 1106 "%/lib/JObjC.jar:"
1106 #endif 1107 #endif
1107 "%/classes"; 1108 "%/classes";
1108 char* sysclasspath = format_boot_path(classpath_format, home, home_len, fileSep, pathSep); 1109 char* sysclasspath = format_boot_path(classpath_format, home, home_len, fileSep, pathSep);