hotspot/src/share/vm/interpreter/linkResolver.cpp
changeset 24424 2658d7834c6e
parent 24322 c2978d1578e3
child 24456 8c7933fa5a1f
equal deleted inserted replaced
24358:8528b67f6562 24424:2658d7834c6e
  1624                                                      &resolved_appendix,
  1624                                                      &resolved_appendix,
  1625                                                      &resolved_method_type,
  1625                                                      &resolved_method_type,
  1626                                                      THREAD);
  1626                                                      THREAD);
  1627   if (HAS_PENDING_EXCEPTION) {
  1627   if (HAS_PENDING_EXCEPTION) {
  1628     if (TraceMethodHandles) {
  1628     if (TraceMethodHandles) {
  1629       tty->print_cr("invokedynamic throws BSME for "INTPTR_FORMAT, (void *)PENDING_EXCEPTION);
  1629       tty->print_cr("invokedynamic throws BSME for " INTPTR_FORMAT, p2i((void *)PENDING_EXCEPTION));
  1630       PENDING_EXCEPTION->print();
  1630       PENDING_EXCEPTION->print();
  1631     }
  1631     }
  1632     if (PENDING_EXCEPTION->is_a(SystemDictionary::BootstrapMethodError_klass())) {
  1632     if (PENDING_EXCEPTION->is_a(SystemDictionary::BootstrapMethodError_klass())) {
  1633       // throw these guys, since they are already wrapped
  1633       // throw these guys, since they are already wrapped
  1634       return;
  1634       return;