8180934: PutfieldError failed with UnsupportedClassVersionError

Tue, 30 May 2017 09:20:36 +0200

author
zmajo
date
Tue, 30 May 2017 09:20:36 +0200
changeset 8774
46e14725d619
parent 8767
7b8c8cd1ee71
child 8775
3c3a934f88c2

8180934: PutfieldError failed with UnsupportedClassVersionError
Summary: Change class version to version accepted by JDK 8.
Reviewed-by: dholmes, hseigel

test/runtime/Final/Bad.jasm file | annotate | diff | comparison | revisions
     1.1 --- a/test/runtime/Final/Bad.jasm	Mon Dec 08 18:21:02 2014 +0300
     1.2 +++ b/test/runtime/Final/Bad.jasm	Tue May 30 09:20:36 2017 +0200
     1.3 @@ -30,7 +30,7 @@
     1.4  */
     1.5  
     1.6  super class Bad
     1.7 -	version 53:0
     1.8 +	version 52:0
     1.9  {
    1.10  
    1.11  // Remove 'static' keyword

mercurial