eclipse-openj9 / openj9

Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Other
3.28k stars 722 forks source link

ValueTypes: JNIIsSameObject value types support #20512

Open theresa-m opened 3 days ago

theresa-m commented 3 days ago

Test: runtime/valhalla/inlinetypes/TestJNIIsSameObject.java

java.lang.RuntimeException: assertTrue: expected true, was false
    at jdk.test.lib.Asserts.fail(Asserts.java:691)
    at jdk.test.lib.Asserts.assertTrue(Asserts.java:543)
    at jdk.test.lib.Asserts.assertTrue(Asserts.java:529)
    at TestJNIIsSameObject.main(TestJNIIsSameObject.java:62)

Related: https://github.com/eclipse-openj9/openj9/issues/13182

github-actions[bot] commented 3 days ago

Issue Number: 20512 Status: Open Recommended Components: comp:vm, comp:test, comp:jclextensions Recommended Assignees: hangshao0, jasonfengj9, pshipton