[10] RFR 8191510: Bump classfile version number to 54

Paul Sandoz paul.sandoz at oracle.com
Sat Dec 2 01:50:57 UTC 2017



> On 1 Dec 2017, at 17:00, David Holmes <david.holmes at oracle.com> wrote:
> 
> Hi Paul,
> 
> test/langtools/tools/javac/classfiles/ClassVersionChecker.java
> 
> don't you need to add another row to the matrix:
> 
>          int[][] ver =
> !                 {{54, -1, -1, -1, -1, -1},
> !                  {54, 50, 51, 52, 53, 54},
> !                  {54, -1, 51, 52, 53, 54},
> !                  {54, -1, -1, 52, 53, 54},
> +                  {54, -1, -1, -1, 53, 54};
> 

Yes, updated, thanks,
Paul.


More information about the jdk-dev mailing list