mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8241458: [JVMCI] add mark value to expose CodeOffsets::Frame_Complete
Reviewed-by: kvn
This commit is contained in:
parent
3059f593ab
commit
d743518243
3 changed files with 30 additions and 24 deletions
|
@ -451,6 +451,7 @@
|
|||
declare_constant(CodeInstaller::OSR_ENTRY) \
|
||||
declare_constant(CodeInstaller::EXCEPTION_HANDLER_ENTRY) \
|
||||
declare_constant(CodeInstaller::DEOPT_HANDLER_ENTRY) \
|
||||
declare_constant(CodeInstaller::FRAME_COMPLETE) \
|
||||
declare_constant(CodeInstaller::INVOKEINTERFACE) \
|
||||
declare_constant(CodeInstaller::INVOKEVIRTUAL) \
|
||||
declare_constant(CodeInstaller::INVOKESTATIC) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue