# HG changeset patch # User dholmes # Date 1463644181 14400 # Node ID 523a372947ebffa78807fe4875197312ae580d43 # Parent 21801e8e934461f996825749c0c0158a8fb542fb 8157188: 2 test failures in demo/jvmti due to unexpected class file version 53 Reviewed-by: dsamersoff, alanb diff -r 21801e8e9344 -r 523a372947eb jdk/src/java.base/share/native/include/classfile_constants.h --- a/jdk/src/java.base/share/native/include/classfile_constants.h Sat May 14 09:11:07 2016 -0700 +++ b/jdk/src/java.base/share/native/include/classfile_constants.h Thu May 19 03:49:41 2016 -0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004, 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2004, 2016, 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 @@ -31,7 +31,7 @@ #endif /* Classfile version number for this information */ -#define JVM_CLASSFILE_MAJOR_VERSION 52 +#define JVM_CLASSFILE_MAJOR_VERSION 53 #define JVM_CLASSFILE_MINOR_VERSION 0 /* Flags */