mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8067379: Investigate and replace .class files in langtools/test with equivalent .jasm files
Reviewed-by: jjg, ksrini, anazarov
This commit is contained in:
parent
351fe82e08
commit
138adb69ef
13 changed files with 130 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue