Changeset 263 for trunk/openjdk/jdk/src/share/demo
- Timestamp:
- Feb 21, 2011, 12:02:20 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/src/share/demo/jvmti/hprof/hprof.h
r2 r263 78 78 /* How the options get to OnLoad: */ 79 79 80 #ifdef __WIN32OS2__ 81 #define AGENTNAME "jhprof" 82 #else 80 83 #define AGENTNAME "hprof" 84 #endif 85 81 86 #define XRUN "-Xrun" AGENTNAME 82 87 #define AGENTLIB "-agentlib:" AGENTNAME
Note:
See TracChangeset
for help on using the changeset viewer.