test/runtime/6626217/IFace.java

Thu, 26 Sep 2013 10:25:02 -0400

author
hseigel
date
Thu, 26 Sep 2013 10:25:02 -0400
changeset 5784
190899198332
parent 0
f90c822e73f8
permissions
-rw-r--r--

7195622: CheckUnhandledOops has limited usefulness now
Summary: Enable CHECK_UNHANDLED_OOPS in fastdebug builds across all supported platforms.
Reviewed-by: coleenp, hseigel, dholmes, stefank, twisti, ihse, rdurbin
Contributed-by: lois.foltan@oracle.com

     1 // A simple interface, to allow an unknown foreign call from a class
     2 // loaded with LOADER1 to a class loaded with LOADER2.
     3 public interface IFace {
     4   public many_loader[] gen();
     5 }

mercurial