< prev index next >

src/hotspot/share/oops/symbol.hpp

Print this page

        

*** 254,264 **** #ifndef PRODUCT // Empty constructor to create a dummy symbol object on stack // only for getting its vtable pointer. Symbol() { } ! static int _total_count; #endif }; // Note: this comparison is used for vtable sorting only; it doesn't matter // what order it defines, as long as it is a total, time-invariant order --- 254,264 ---- #ifndef PRODUCT // Empty constructor to create a dummy symbol object on stack // only for getting its vtable pointer. Symbol() { } ! static size_t _total_count; #endif }; // Note: this comparison is used for vtable sorting only; it doesn't matter // what order it defines, as long as it is a total, time-invariant order
< prev index next >