hotspot/src/cpu/aarch64/vm/templateTable_aarch64.cpp
changeset 35214 d86005e0b4c2
parent 34498 54f9242e3f81
child 38005 5db1fc974323
--- a/hotspot/src/cpu/aarch64/vm/templateTable_aarch64.cpp	Tue Dec 22 11:03:37 2015 +0100
+++ b/hotspot/src/cpu/aarch64/vm/templateTable_aarch64.cpp	Tue Dec 22 11:11:29 2015 -0500
@@ -39,8 +39,6 @@
 #include "runtime/stubRoutines.hpp"
 #include "runtime/synchronizer.hpp"
 
-#ifndef CC_INTERP
-
 #define __ _masm->
 
 // Platform-dependent initialization
@@ -3795,4 +3793,3 @@
   __ load_unsigned_byte(r1, at_bcp(3));
   __ lea(esp, Address(esp, r1, Address::uxtw(3)));
 }
-#endif // !CC_INTERP