comparison src/share/vm/graal/graalRuntime.hpp @ 9419:640d86a6bf4a

replaced register_finalizer assembler stub with a compiled stub (GRAAL-81)
author Doug Simon <doug.simon@oracle.com>
date Mon, 29 Apr 2013 22:49:49 +0200
parents 4e260c2ced0e
children 393d62a868da
comparison
equal deleted inserted replaced
9418:8d3a7fb9eb5f 9419:640d86a6bf4a
79 79
80 // Holds all assembly stubs and VM 80 // Holds all assembly stubs and VM
81 // runtime routines needed by code code generated 81 // runtime routines needed by code code generated
82 // by Graal. 82 // by Graal.
83 #define GRAAL_STUBS(stub, last_entry) \ 83 #define GRAAL_STUBS(stub, last_entry) \
84 stub(register_finalizer) \
85 stub(handle_exception_nofpu) /* optimized version that does not preserve fpu registers */ \ 84 stub(handle_exception_nofpu) /* optimized version that does not preserve fpu registers */ \
86 stub(unwind_exception_call) \ 85 stub(unwind_exception_call) \
87 stub(OSR_migration_end) \ 86 stub(OSR_migration_end) \
88 stub(arithmetic_frem) \ 87 stub(arithmetic_frem) \
89 stub(arithmetic_drem) \ 88 stub(arithmetic_drem) \