aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86/vm/macroAssembler_x86.cpp
diff options
context:
space:
mode:
authortwisti <none@none>2012-12-06 09:57:41 -0800
committertwisti <none@none>2012-12-06 09:57:41 -0800
commitf60da2ed352a47421cc237e80b871d0a40684a0a (patch)
tree58431ba093192a0e3b7eb05972c0176b6571f532 /src/cpu/x86/vm/macroAssembler_x86.cpp
parent41c99f47676efd6a9999a61797c7e0d76ee8750b (diff)
downloadjdk8u_hotspot-f60da2ed352a47421cc237e80b871d0a40684a0a.tar.gz
8003250: SPARC: move MacroAssembler into separate file
Reviewed-by: jrose, kvn
Diffstat (limited to 'src/cpu/x86/vm/macroAssembler_x86.cpp')
-rw-r--r--src/cpu/x86/vm/macroAssembler_x86.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cpu/x86/vm/macroAssembler_x86.cpp b/src/cpu/x86/vm/macroAssembler_x86.cpp
index 18feb5d49..fa2d7fa43 100644
--- a/src/cpu/x86/vm/macroAssembler_x86.cpp
+++ b/src/cpu/x86/vm/macroAssembler_x86.cpp
@@ -54,6 +54,10 @@
#define BIND(label) bind(label); BLOCK_COMMENT(#label ":")
+#ifdef ASSERT
+bool AbstractAssembler::pd_check_instruction_mark() { return true; }
+#endif
+
static Assembler::Condition reverse[] = {
Assembler::noOverflow /* overflow = 0x0 */ ,
Assembler::overflow /* noOverflow = 0x1 */ ,