comparison src/share/vm/graal/graalRuntime.hpp @ 9562:99ef9bcb3f32

replaced unwind_exception_call assembler stub with a compiled stub (GRAAL-81)
author Doug Simon <doug.simon@oracle.com>
date Sat, 04 May 2013 23:05:46 +0200
parents 5fa54bf57f8c
children df3aa336a313
comparison
equal deleted inserted replaced
9561:85595218dab0 9562:99ef9bcb3f32
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(unwind_exception_call) \
85 stub(OSR_migration_end) \ 84 stub(OSR_migration_end) \
86 stub(arithmetic_frem) \ 85 stub(arithmetic_frem) \
87 stub(arithmetic_drem) \ 86 stub(arithmetic_drem) \
88 stub(monitorenter) \ 87 stub(monitorenter) \
89 stub(monitorexit) \ 88 stub(monitorexit) \