src/share/vm/runtime/vmStructs.hpp

changeset 4290
7c15faa95ce7
parent 4037
da91efe96a93
child 4492
8b46b0196eb0
     1.1 --- a/src/share/vm/runtime/vmStructs.hpp	Wed Nov 21 21:26:12 2012 -0500
     1.2 +++ b/src/share/vm/runtime/vmStructs.hpp	Tue Nov 27 07:57:57 2012 -0800
     1.3 @@ -123,6 +123,11 @@
     1.4    // the data structure (debug build only)
     1.5    static void init();
     1.6  
     1.7 +#ifndef PRODUCT
     1.8 +  // Execute unit tests
     1.9 +  static void test();
    1.10 +#endif
    1.11 +
    1.12  private:
    1.13    // Look up a type in localHotSpotVMTypes using strcmp() (debug build only).
    1.14    // Returns 1 if found, 0 if not.

mercurial