comparison src/share/vm/graal/graalRuntime.hpp @ 9577:ffd3d85e055f

replaced OSR_migration_end assembler stub with a compiled stub (GRAAL-81)
author Doug Simon <doug.simon@oracle.com>
date Mon, 06 May 2013 15:22:59 +0200
parents df3aa336a313
children d84ea522800e
comparison
equal deleted inserted replaced
9576:e799f8478b6d 9577:ffd3d85e055f
76 76
77 // Holds all assembly stubs and VM 77 // Holds all assembly stubs and VM
78 // runtime routines needed by code code generated 78 // runtime routines needed by code code generated
79 // by Graal. 79 // by Graal.
80 #define GRAAL_STUBS(stub, last_entry) \ 80 #define GRAAL_STUBS(stub, last_entry) \
81 stub(OSR_migration_end) \
82 stub(arithmetic_frem) \ 81 stub(arithmetic_frem) \
83 stub(arithmetic_drem) \ 82 stub(arithmetic_drem) \
84 stub(monitorenter) \ 83 stub(monitorenter) \
85 stub(monitorexit) \ 84 stub(monitorexit) \
86 stub(vm_error) \ 85 stub(vm_error) \