8008658: Four new method param jtreg tests fail in nightly tests
Reviewed-by: jjg, ksrini, mcimadamore
This commit is contained in:
parent
bcaa703a49
commit
e84b39e459
@ -651,7 +651,7 @@ public class ClassWriter extends ClassFile {
|
|||||||
((int) s.flags() & (FINAL | SYNTHETIC | MANDATED)) |
|
((int) s.flags() & (FINAL | SYNTHETIC | MANDATED)) |
|
||||||
((int) m.flags() & SYNTHETIC);
|
((int) m.flags() & SYNTHETIC);
|
||||||
databuf.appendChar(pool.put(s.name));
|
databuf.appendChar(pool.put(s.name));
|
||||||
databuf.appendInt(flags);
|
databuf.appendChar(flags);
|
||||||
}
|
}
|
||||||
// Now write the real parameters
|
// Now write the real parameters
|
||||||
for (VarSymbol s : m.params) {
|
for (VarSymbol s : m.params) {
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* @test
|
* @test
|
||||||
* @bug 8006582
|
* @bug 8006582 8008658
|
||||||
* @summary javac should generate method parameters correctly.
|
* @summary javac should generate method parameters correctly.
|
||||||
* @build Tester
|
* @build Tester
|
||||||
* @compile -parameters EnumTest.java
|
* @compile -parameters EnumTest.java
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* @test
|
* @test
|
||||||
* @bug 8006582
|
* @bug 8006582 8008658
|
||||||
* @summary javac should generate method parameters correctly.
|
* @summary javac should generate method parameters correctly.
|
||||||
* @build Tester
|
* @build Tester
|
||||||
* @compile -parameters LocalClassTest.java
|
* @compile -parameters LocalClassTest.java
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* @test
|
* @test
|
||||||
* @bug 8006582
|
* @bug 8006582 8008658
|
||||||
* @summary javac should generate method parameters correctly.
|
* @summary javac should generate method parameters correctly.
|
||||||
* @build Tester
|
* @build Tester
|
||||||
* @compile -parameters MemberClassTest.java
|
* @compile -parameters MemberClassTest.java
|
||||||
|
Loading…
x
Reference in New Issue
Block a user