8067379: Investigate and replace .class files in langtools/test with equivalent .jasm files

Reviewed-by: jjg, ksrini, anazarov
This commit is contained in:
Mallikarjuna Avaluri 2015-12-15 18:54:53 -08:00 committed by Jonathan Gibbons
parent 351fe82e08
commit 138adb69ef
13 changed files with 130 additions and 4 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 1997, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1997, 2015 Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -27,7 +27,7 @@
* @summary The compiler used to crash when it saw a correctly-formed
* InnerClasses attribute in a .class file.
* @author turnidge
*
* @build Outside Outside$1$Inside
* @compile Test.java
*/
public