Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8253349: Remove unimplemented SharedRuntime::native_method_throw_unsu…
…pported_operation_exception_entry

Reviewed-by: adityam, dholmes
  • Loading branch information
shipilev committed Sep 23, 2020
1 parent bddb822 commit bd67975
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hotspot/share/runtime/sharedRuntime.hpp
Expand Up @@ -266,7 +266,6 @@ class SharedRuntime: AllStatic {

// To be used as the entry point for unresolved native methods.
static address native_method_throw_unsatisfied_link_error_entry();
static address native_method_throw_unsupported_operation_exception_entry();

static oop retrieve_receiver(Symbol* sig, frame caller);

Expand Down

1 comment on commit bd67975

@bridgekeeper
Copy link

@bridgekeeper bridgekeeper bot commented on bd67975 Sep 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.