diff src/share/vm/graal/graalEnv.cpp @ 9668:fe9a18fbb15e

added subclasses for HotSpotInstalledCode: HotSpotNmethod and HotSpotRuntimeStub
author Doug Simon <doug.simon@oracle.com>
date Mon, 13 May 2013 18:19:43 +0200
parents 700f6a63763a
children 36bcc10e01c0
line wrap: on
line diff
--- a/src/share/vm/graal/graalEnv.cpp	Mon May 13 16:09:49 2013 +0200
+++ b/src/share/vm/graal/graalEnv.cpp	Mon May 13 18:19:43 2013 +0200
@@ -526,7 +526,7 @@
       // (Put nm into the task handle *before* publishing to the Java heap.)
       if (task != NULL)  task->set_code(nm);
 
-      if (HotSpotInstalledCode::isDefault(installed_code())) {
+      if (HotSpotNmethod::isDefault(installed_code())) {
         if (entry_bci == InvocationEntryBci) {
           if (TieredCompilation) {
             // If there is an old version we're done with it