comparison src/share/vm/classfile/classFileParser.cpp @ 6870:e52361627b65

Merge
author coleenp
date Mon, 15 Oct 2012 22:33:19 -0400
parents d804e148cff8 48a75d2640a5
children 4735d2c84362
comparison
equal deleted inserted replaced
6861:58fbf2da3c16 6870:e52361627b65
65 65
66 // We add assert in debug mode when class format is not checked. 66 // We add assert in debug mode when class format is not checked.
67 67
68 #define JAVA_CLASSFILE_MAGIC 0xCAFEBABE 68 #define JAVA_CLASSFILE_MAGIC 0xCAFEBABE
69 #define JAVA_MIN_SUPPORTED_VERSION 45 69 #define JAVA_MIN_SUPPORTED_VERSION 45
70 #define JAVA_MAX_SUPPORTED_VERSION 51 70 #define JAVA_MAX_SUPPORTED_VERSION 52
71 #define JAVA_MAX_SUPPORTED_MINOR_VERSION 0 71 #define JAVA_MAX_SUPPORTED_MINOR_VERSION 0
72 72
73 // Used for two backward compatibility reasons: 73 // Used for two backward compatibility reasons:
74 // - to check for new additions to the class file format in JDK1.5 74 // - to check for new additions to the class file format in JDK1.5
75 // - to check for bug fixes in the format checker in JDK1.5 75 // - to check for bug fixes in the format checker in JDK1.5