Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8351441: [lworld] ClassFile API support generating stack maps for strict field assignment #1392

Closed
wants to merge 10 commits into from
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@
* @enablePreview
* @library /test/lib
* @build jdk.test.lib.ByteCodeLoader
* @run junit/othervm -Xverify StrictClassFileGenerationTest
* @run junit/othervm -Xverify StrictStackMapsTest
*/

import java.lang.classfile.AccessFlags;
@@ -46,7 +46,7 @@
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertThrows;

class StrictClassFileGenerationTest {
class StrictStackMapsTest {
@Test
void basicBranchTest() throws Throwable {
var className = "Test";