提交 5fa0e12e 编写于 作者: J jjg

8003655: Add javac.jvm.ClassFile.V52

Reviewed-by: ksrini
上级 8653a1d4
......@@ -104,7 +104,8 @@ public class ClassFile {
V45_3(45, 3), // base level for all attributes
V49(49, 0), // JDK 1.5: enum, generics, annotations
V50(50, 0), // JDK 1.6: stackmaps
V51(51, 0); // JDK 1.7
V51(51, 0), // JDK 1.7
V52(52, 0); // JDK 1.8: lambda, type annos, param names
Version(int major, int minor) {
this.major = major;
this.minor = minor;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册