comparison src/share/vm/classfile/dictionary.cpp @ 20197:ce8f6bb717c9

8042195: Introduce umbrella header orderAccess.inline.hpp. Reviewed-by: dholmes, kvn, stefank, twisti
author goetz
date Tue, 29 Apr 2014 15:17:27 +0200
parents 78bbf4d43a14
children 2c6ef90f030a
comparison
equal deleted inserted replaced
20196:c8dd4f65cc76 20197:ce8f6bb717c9
26 #include "classfile/dictionary.hpp" 26 #include "classfile/dictionary.hpp"
27 #include "classfile/systemDictionary.hpp" 27 #include "classfile/systemDictionary.hpp"
28 #include "memory/iterator.hpp" 28 #include "memory/iterator.hpp"
29 #include "oops/oop.inline.hpp" 29 #include "oops/oop.inline.hpp"
30 #include "prims/jvmtiRedefineClassesTrace.hpp" 30 #include "prims/jvmtiRedefineClassesTrace.hpp"
31 #include "runtime/orderAccess.inline.hpp"
31 #include "utilities/hashtable.inline.hpp" 32 #include "utilities/hashtable.inline.hpp"
32 33
33 PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC 34 PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC
34 35
35 DictionaryEntry* Dictionary::_current_class_entry = NULL; 36 DictionaryEntry* Dictionary::_current_class_entry = NULL;