diff src/share/vm/runtime/vmStructs.hpp @ 7212:291ffc492eb6

Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
author Doug Simon <doug.simon@oracle.com>
date Fri, 14 Dec 2012 14:35:13 +0100
parents 7c15faa95ce7
children 8b46b0196eb0
line wrap: on
line diff
--- a/src/share/vm/runtime/vmStructs.hpp	Fri Dec 14 10:20:54 2012 +0100
+++ b/src/share/vm/runtime/vmStructs.hpp	Fri Dec 14 14:35:13 2012 +0100
@@ -123,6 +123,11 @@
   // 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.