aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/runtime/vmStructs.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/runtime/vmStructs.hpp')
-rw-r--r--src/share/vm/runtime/vmStructs.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/share/vm/runtime/vmStructs.hpp b/src/share/vm/runtime/vmStructs.hpp
index 725399e2c..b1070a406 100644
--- a/src/share/vm/runtime/vmStructs.hpp
+++ b/src/share/vm/runtime/vmStructs.hpp
@@ -123,6 +123,11 @@ public:
// the data structure (debug build only)
static void init();
+#ifndef PRODUCT
+ // Execute unit tests
+ static void test();
+#endif
+
private:
// Look up a type in localHotSpotVMTypes using strcmp() (debug build only).
// Returns 1 if found, 0 if not.