< prev index next >

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

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


  13  * version 2 for more details (a copy is included in the LICENSE file that
  14  * accompanied this code).
  15  *
  16  * You should have received a copy of the GNU General Public License version
  17  * 2 along with this work; if not, write to the Free Software Foundation,
  18  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  19  *
  20  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  21  * or visit www.oracle.com if you need additional information or have any
  22  * questions.
  23  */
  24 
  25 class AME4_E extends AME4_B {
  26     public Method "<init>":"()V"
  27         stack 1 locals 1
  28     {
  29         aload_0;
  30         invokespecial Method AME4_B."<init>":()V;
  31         return;
  32     }


  33 }


  13  * version 2 for more details (a copy is included in the LICENSE file that
  14  * accompanied this code).
  15  *
  16  * You should have received a copy of the GNU General Public License version
  17  * 2 along with this work; if not, write to the Free Software Foundation,
  18  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  19  *
  20  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  21  * or visit www.oracle.com if you need additional information or have any
  22  * questions.
  23  */
  24 
  25 class AME4_E extends AME4_B {
  26     public Method "<init>":"()V"
  27         stack 1 locals 1
  28     {
  29         aload_0;
  30         invokespecial Method AME4_B."<init>":()V;
  31         return;
  32     }
  33 
  34     /* Method ma() is missing to cause error. */
  35 }
< prev index next >