comparison src/share/vm/graal/graalEnv.hpp @ 3661:d24f157f2ba8

Use write barrier in JavaAccess. Fixed thread transition bug.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 17 Nov 2011 17:45:34 +0100
parents 4123781869da
children f198b24093f3
comparison
equal deleted inserted replaced
3660:c805dfba251d 3661:d24f157f2ba8
107 // with respect to concurrent class loading. 107 // with respect to concurrent class loading.
108 static bool check_for_system_dictionary_modification(Dependencies* target); 108 static bool check_for_system_dictionary_modification(Dependencies* target);
109 109
110 public: 110 public:
111 // Register the result of a compilation. 111 // Register the result of a compilation.
112 static nmethod* register_method(methodHandle target, 112 static nmethod* register_method(methodHandle& target,
113 int entry_bci, 113 int entry_bci,
114 CodeOffsets* offsets, 114 CodeOffsets* offsets,
115 int orig_pc_offset, 115 int orig_pc_offset,
116 CodeBuffer* code_buffer, 116 CodeBuffer* code_buffer,
117 int frame_words, 117 int frame_words,