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

/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.hpp373 static inline int number_of_modifications() { assert_locked_or_safepoint(Compile_lock); return _number_of_modifications; }
375 static inline void notice_modification() { assert_locked_or_safepoint(Compile_lock); ++_number_of_modifications; }
557 static int _number_of_modifications; member in class:SystemDictionary
H A DsystemDictionary.cpp72 int SystemDictionary::_number_of_modifications = 0; member in class:SystemDictionary
1793 _number_of_modifications = 0;

Completed in 41 milliseconds