comparison src/cpu/x86/vm/c1_Runtime1_x86.cpp @ 1414:e1a275dbc8cd

Executing a+b with C1X on HotSpot ;-) !
author Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
date Tue, 18 May 2010 21:53:05 +0200
parents 93767e6a2dfd
children 760213a60e8b
comparison
equal deleted inserted replaced
1413:1ecc8f0aad00 1414:e1a275dbc8cd
1715 __ pop(rbx); 1715 __ pop(rbx);
1716 __ jmp(done); 1716 __ jmp(done);
1717 1717
1718 __ bind(runtime); 1718 __ bind(runtime);
1719 NOT_LP64(__ push(rcx);) 1719 NOT_LP64(__ push(rcx);)
1720 __ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::g1_wb_post), card_addr, thread); 1720 //__ call_VM_leaf(CAST_FROM_FN_PTR(address, SharedRuntime::g1_wb_post), card_addr, thread);
1721 NOT_LP64(__ pop(rcx);) 1721 NOT_LP64(__ pop(rcx);)
1722 1722
1723 __ bind(done); 1723 __ bind(done);
1724 __ pop(rdx); 1724 __ pop(rdx);
1725 __ pop(rax); 1725 __ pop(rax);