mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8255041: Zero: remove old JSR 292 support leftovers
Reviewed-by: rkennke
This commit is contained in:
parent
0efdde188b
commit
8d9e6d01fb
3 changed files with 0 additions and 76 deletions
|
@ -41,12 +41,4 @@
|
|||
// Main loop of normal_entry
|
||||
static void main_loop(int recurse, TRAPS);
|
||||
|
||||
private:
|
||||
// Helpers for method_handle_entry
|
||||
static void insert_vmslots(int insert_before, int num_slots, TRAPS);
|
||||
static void remove_vmslots(int first_slot, int num_slots, TRAPS);
|
||||
static BasicType result_type_of_handle(oop method_handle);
|
||||
static intptr_t* calculate_unwind_sp(ZeroStack* stack, oop method_handle);
|
||||
static void throw_exception(JavaThread* thread, Symbol* name,char *msg=NULL);
|
||||
|
||||
#endif // CPU_ZERO_CPPINTERPRETER_ZERO_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue