Searched refs:WhiteBox (Results 1 - 16 of 16) sorted by relevance

/openjdk7/hotspot/test/sanity/
H A DWBApi.java29 * @run main ClassFileInstaller sun.hotspot.WhiteBox
33 import sun.hotspot.WhiteBox;
36 System.out.printf("args at: %x\n",WhiteBox.getWhiteBox().getObjectAddress(args));
/openjdk7/hotspot/test/runtime/NMT/
H A DReleaseCommittedMemory.java31 * @run main ClassFileInstaller sun.hotspot.WhiteBox
35 import sun.hotspot.WhiteBox;
40 WhiteBox wb = WhiteBox.getWhiteBox();
H A DJcmdDiffCallsite.java31 * @run main ClassFileInstaller sun.hotspot.WhiteBox
36 import sun.hotspot.WhiteBox;
42 WhiteBox wb = WhiteBox.getWhiteBox();
H A DMallocTestType.java30 * @run main ClassFileInstaller sun.hotspot.WhiteBox
35 import sun.hotspot.WhiteBox;
41 WhiteBox wb = WhiteBox.getWhiteBox();
H A DPrintNMTStatistics.java31 * @run main ClassFileInstaller sun.hotspot.WhiteBox
39 import sun.hotspot.WhiteBox;
49 if (!WhiteBox.getWhiteBox().NMTWaitForDataMerge()) {
H A DThreadedMallocTestType.java29 * @run main ClassFileInstaller sun.hotspot.WhiteBox
34 import sun.hotspot.WhiteBox;
43 final WhiteBox wb = WhiteBox.getWhiteBox();
H A DVirtualAllocTestType.java30 * @run main ClassFileInstaller sun.hotspot.WhiteBox
35 import sun.hotspot.WhiteBox;
39 public static WhiteBox wb = WhiteBox.getWhiteBox();
H A DThreadedVirtualAllocTestType.java29 * @run main ClassFileInstaller sun.hotspot.WhiteBox
34 import sun.hotspot.WhiteBox;
38 public static final WhiteBox wb = WhiteBox.getWhiteBox();
H A DSummarySanityCheck.java30 * @run main ClassFileInstaller sun.hotspot.WhiteBox
38 import sun.hotspot.WhiteBox;
48 if (!WhiteBox.getWhiteBox().NMTWaitForDataMerge()) {
/openjdk7/hotspot/test/testlibrary/whitebox/sun/hotspot/
H A DWhiteBox.java29 public class WhiteBox { class
38 private WhiteBox() {} method in class:WhiteBox
39 private static final WhiteBox instance = new WhiteBox();
43 * Returns the singleton WhiteBox instance.
45 * The returned WhiteBox object should be carefully guarded
50 public synchronized static WhiteBox getWhiteBox() {
/openjdk7/hotspot/src/share/vm/prims/
H A Dwhitebox.hpp39 class WhiteBox : public AllStatic { class in inherits:AllStatic
H A Dwhitebox.cpp47 bool WhiteBox::_used = false;
135 int WhiteBox::offset_for_field(const char* field_name, oop object,
166 const char* WhiteBox::lookup_jstring(const char* field_name, oop object) {
177 bool WhiteBox::lookup_bool(const char* field_name, oop object) {
221 WhiteBox::set_used();
/openjdk7/hotspot/src/share/vm/prims/wbtestmethods/
H A DparserTests.cpp55 int offset = WhiteBox::offset_for_field(field_name, object, enumSigSymbol);
58 const char* ret = WhiteBox::lookup_jstring("name", enumOop);
69 const char* name = WhiteBox::lookup_jstring("name", argument);
70 const char* desc = WhiteBox::lookup_jstring("desc", argument);
71 const char* default_value = WhiteBox::lookup_jstring("defaultValue", argument);
72 bool mandatory = WhiteBox::lookup_bool("mandatory", argument);
/openjdk7/hotspot/test/compiler/8010927/
H A DTest8010927.java30 * @run main ClassFileInstaller sun.hotspot.WhiteBox
34 import sun.hotspot.WhiteBox;
68 static final WhiteBox wb = WhiteBox.getWhiteBox();
/openjdk7/hotspot/test/serviceability/
H A DParserTest.java29 * @run main ClassFileInstaller sun.hotspot.WhiteBox
37 import sun.hotspot.WhiteBox;
40 WhiteBox wb;
43 wb = WhiteBox.getWhiteBox();
/openjdk7/hotspot/src/share/vm/utilities/
H A DvmError.cpp734 if (WhiteBox::used()) {

Completed in 204 milliseconds