diff src/share/vm/graal/graalRuntime.cpp @ 7735:a7a93887b4c4

fix Solaris build and initial SPARC support
author twisti
date Wed, 06 Feb 2013 18:01:07 -0800
parents 707e9cca11de
children 983f7bdb85ff 92d21814cf7b
line wrap: on
line diff
--- a/src/share/vm/graal/graalRuntime.cpp	Wed Feb 06 15:14:15 2013 +0100
+++ b/src/share/vm/graal/graalRuntime.cpp	Wed Feb 06 18:01:07 2013 -0800
@@ -22,12 +22,13 @@
  */
 
 #include "precompiled.hpp"
-#include "runtime/interfaceSupport.hpp"
-#include "prims/jvm.h"
+#include "asm/codeBuffer.hpp"
 #include "graal/graalRuntime.hpp"
 #include "graal/graalVMToCompiler.hpp"
-#include "asm/codeBuffer.hpp"
+#include "memory/oopFactory.hpp"
+#include "prims/jvm.h"
 #include "runtime/biasedLocking.hpp"
+#include "runtime/interfaceSupport.hpp"
 
 // Implementation of GraalStubAssembler
 
@@ -128,7 +129,7 @@
     // These stubs don't need to have an oopmap
     case graal_slow_subtype_check_id:
 #if defined(SPARC) || defined(PPC)
-    case handle_exception_nofpu_id:  // Unused on sparc
+    case graal_handle_exception_nofpu_id:  // Unused on sparc
 #endif
     case graal_verify_oop_id:
     case graal_unwind_exception_call_id: