hotspot Udiff src/share/vm/compiler/compileTask.cpp (original) (raw)

< prev index next >

Print this page


@@ -84,13 +84,14 @@ int hot_count, CompileTask::CompileReason compile_reason, bool is_blocking) { assert(!_lock->is_locked(), "bad locking");


@@ -113,11 +114,11 @@ if (hot_method == method) { _hot_method = _method; } else { _hot_method = hot_method(); // only add loader or mirror if different from _method_holder

< prev index next >