hotspot/src/cpu/x86/vm/templateTable_x86_64.cpp
changeset 22741 13fdeb7d7aad
parent 21520 9f3ba7e1ed5c
child 24322 c2978d1578e3
equal deleted inserted replaced
22739:74105c330330 22741:13fdeb7d7aad
   103   return Address(rsp,  Interpreter::expr_offset_in_bytes(1));
   103   return Address(rsp,  Interpreter::expr_offset_in_bytes(1));
   104 }
   104 }
   105 
   105 
   106 static inline Address at_tos_p2() {
   106 static inline Address at_tos_p2() {
   107   return Address(rsp,  Interpreter::expr_offset_in_bytes(2));
   107   return Address(rsp,  Interpreter::expr_offset_in_bytes(2));
   108 }
       
   109 
       
   110 static inline Address at_tos_p3() {
       
   111   return Address(rsp,  Interpreter::expr_offset_in_bytes(3));
       
   112 }
   108 }
   113 
   109 
   114 // Condition conversion
   110 // Condition conversion
   115 static Assembler::Condition j_not(TemplateTable::Condition cc) {
   111 static Assembler::Condition j_not(TemplateTable::Condition cc) {
   116   switch (cc) {
   112   switch (cc) {