< prev index next >

test/hotspot/jtreg/runtime/exceptionMsgs/AbstractMethodError/AME5_B.jasm

Print this page
rev 49017 : 8197405: Improve messages of AbstractMethodErrors and IncompatibleClassChangeErrors.
Reviewed-by: coleenp, dholmes
rev 49018 : [mq]: EditsDavidII.patch


  31         return;
  32     }
  33 
  34     public Method ma:"()V"
  35         stack 2 locals 1
  36     {
  37         getstatic     Field java/lang/System.out:"Ljava/io/PrintStream;";
  38         ldc           String "B.ma() ";
  39         invokevirtual Method java/io/PrintStream.print:"(Ljava/lang/String;)V";
  40         return;
  41     }
  42 
  43     public Method mb:"()V"
  44         stack 2 locals 1
  45     {
  46         getstatic     Field java/lang/System.out:"Ljava/io/PrintStream;";
  47         ldc           String "B.mb() ";
  48         invokevirtual Method java/io/PrintStream.print:"(Ljava/lang/String;)V";
  49         return;
  50     }


  51 }


  31         return;
  32     }
  33 
  34     public Method ma:"()V"
  35         stack 2 locals 1
  36     {
  37         getstatic     Field java/lang/System.out:"Ljava/io/PrintStream;";
  38         ldc           String "B.ma() ";
  39         invokevirtual Method java/io/PrintStream.print:"(Ljava/lang/String;)V";
  40         return;
  41     }
  42 
  43     public Method mb:"()V"
  44         stack 2 locals 1
  45     {
  46         getstatic     Field java/lang/System.out:"Ljava/io/PrintStream;";
  47         ldc           String "B.mb() ";
  48         invokevirtual Method java/io/PrintStream.print:"(Ljava/lang/String;)V";
  49         return;
  50     }
  51 
  52     /* Method mc() is missing to cause error. */
  53 }
< prev index next >