Searched refs:can_tag_objects (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiManageCapabilities.cpp109 jc.can_tag_objects = 1;
137 jc.can_tag_objects = 1; // TODO: this should have been removed
350 avail.can_tag_objects); // disable sharing in onload phase
377 if (cap->can_tag_objects)
378 tty->print_cr("can_tag_objects");
/openjdk7/jdk/src/share/demo/jvmti/heapViewer/
H A DheapViewer.c259 capabilities.can_tag_objects = 1;
/openjdk7/jdk/src/share/demo/jvmti/waiters/
H A Dwaiters.cpp265 capabilities.can_tag_objects = 1;
/openjdk7/jdk/src/share/back/
H A DVirtualMachineImpl.c739 (void)outStream_writeBoolean(out, (jboolean)caps.can_tag_objects);
H A DdebugInit.c321 needed_capabilities.can_tag_objects = 1;
H A Dutil.c1761 caps.can_tag_objects = 1;
/openjdk7/jdk/src/share/demo/jvmti/heapTracker/
H A DheapTracker.c940 capabilities.can_tag_objects = 1;
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_init.c1847 needed_capabilities.can_tag_objects = 1;
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h665 unsigned int can_tag_objects : 1; member in struct:__anon610

Completed in 117 milliseconds