mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8035104: reorder class file attributes in javap listing
Reviewed-by: ksrini
This commit is contained in:
parent
3eb793cd06
commit
77ad0945a6
3 changed files with 74 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2008, 2009, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2008, 2014, 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
|
||||
|
@ -40,10 +40,10 @@ public class T4975569
|
|||
verify("T4975569$Anno", "flags: ACC_INTERFACE, ACC_ABSTRACT, ACC_ANNOTATION");
|
||||
verify("T4975569$E", "flags: ACC_FINAL, ACC_SUPER, ACC_ENUM");
|
||||
verify("T4975569$S", "flags: ACC_BRIDGE, ACC_SYNTHETIC",
|
||||
"InnerClasses:\n static");
|
||||
"InnerClasses:\n static");
|
||||
verify("T4975569$V", "void m(java.lang.String...)",
|
||||
"flags: ACC_VARARGS");
|
||||
verify("T4975569$Prot", "InnerClasses:\n protected");
|
||||
verify("T4975569$Prot", "InnerClasses:\n protected");
|
||||
//verify("T4975569$Priv", "InnerClasses");
|
||||
if (errors > 0)
|
||||
throw new Error(errors + " found.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue