提交 01cb99aa 编写于 作者: K ksrini

8008658: Four new method param jtreg tests fail in nightly tests

Reviewed-by: jjg, ksrini, mcimadamore
Contributed-by: eric.mccorkle@oracle.com
上级 839aa28e
......@@ -651,7 +651,7 @@ public class ClassWriter extends ClassFile {
((int) s.flags() & (FINAL | SYNTHETIC | MANDATED)) |
((int) m.flags() & SYNTHETIC);
databuf.appendChar(pool.put(s.name));
databuf.appendInt(flags);
databuf.appendChar(flags);
}
// Now write the real parameters
for (VarSymbol s : m.params) {
......
......@@ -23,7 +23,7 @@
/*
* @test
* @bug 8006582
* @bug 8006582 8008658
* @summary javac should generate method parameters correctly.
* @build Tester
* @compile -parameters EnumTest.java
......
......@@ -23,7 +23,7 @@
/*
* @test
* @bug 8006582
* @bug 8006582 8008658
* @summary javac should generate method parameters correctly.
* @build Tester
* @compile -parameters LocalClassTest.java
......
......@@ -23,7 +23,7 @@
/*
* @test
* @bug 8006582
* @bug 8006582 8008658
* @summary javac should generate method parameters correctly.
* @build Tester
* @compile -parameters MemberClassTest.java
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册