mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
7035870: JSR 292: Zero support
This adds support for JSR 292 to Zero. Reviewed-by: twisti
This commit is contained in:
parent
899faa3fec
commit
5001776189
7 changed files with 694 additions and 15 deletions
|
@ -107,6 +107,7 @@ public:
|
|||
rethrow_exception, // unwinding and throwing exception
|
||||
// requests to frame manager from C++ interpreter
|
||||
call_method, // request for new frame from interpreter, manager responds with method_entry
|
||||
call_method_handle, // like the above, except the callee is a method handle
|
||||
return_from_method, // request from interpreter to unwind, manager responds with method_continue
|
||||
more_monitors, // need a new monitor
|
||||
throwing_exception, // unwind stack and rethrow
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue