Searched refs:CLASS_UNLOADED (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof.h130 CLASS_UNLOADED = 0x00000004, enumerator in enum:ClassStatus
H A Dhprof_class.c309 if ( ! (info->status & (CLASS_SPECIAL|CLASS_SYSTEM|CLASS_UNLOADED)) ) {
311 info->status |= CLASS_UNLOADED;

Completed in 33 milliseconds