diff src/cpu/x86/vm/templateTable_x86_64.cpp @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents d8041d695d19
children 51c6ce89d4dd
line wrap: on
line diff
--- a/src/cpu/x86/vm/templateTable_x86_64.cpp	Tue Apr 01 14:09:03 2014 +0200
+++ b/src/cpu/x86/vm/templateTable_x86_64.cpp	Tue Apr 01 13:57:07 2014 +0200
@@ -107,6 +107,10 @@
   return Address(rsp,  Interpreter::expr_offset_in_bytes(2));
 }
 
+static inline Address at_tos_p3() {
+  return Address(rsp,  Interpreter::expr_offset_in_bytes(3));
+}
+
 // Condition conversion
 static Assembler::Condition j_not(TemplateTable::Condition cc) {
   switch (cc) {