RFR(S): 8011706: specjvm2008 test xml.transform gets array bound exception with c1

Roland Westrelin roland.westrelin at oracle.com
Tue Apr 9 09:39:30 PDT 2013


> I would rewrite it as follows:
>  ...
>  } catch (NullPointerException ex) {
>      throw new RuntimeException("TEST FAILED", e);
>  }
>  System.out.println("TEST PASSED");

Thanks for the suggestion. I'll do that.

Roland.


More information about the hotspot-compiler-dev mailing list