8255041: Zero: remove old JSR 292 support leftovers

Reviewed-by: rkennke
This commit is contained in:
Aleksey Shipilev 2020-10-21 16:33:53 +00:00
parent 0efdde188b
commit 8d9e6d01fb
3 changed files with 0 additions and 76 deletions

View file

@ -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