Searched defs:WhiteBox (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A Dwhitebox.hpp39 class WhiteBox : public AllStatic { class in inherits:AllStatic
/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() {

Completed in 118 milliseconds