RFR: 8360707: Globally enumerate all blobs, stubs and entries
Amit Kumar
amitkumar at openjdk.org
Mon Jun 30 06:16:37 UTC 2025
On Thu, 26 Jun 2025 15:58:31 GMT, Andrew Dinn <adinn at openjdk.org> wrote:
> Use the blob, stub and entry declarations to generate a single global enumeration for all blobs, likewise for all stubs and all entries. Modify stub generators in shared runtime, c1 runtime, c2 runtime and stub generator subsystems and their clients to use those enumerations consistently.
@adinn I got one test failure on s390: `test/hotspot/jtreg/runtime/ErrorHandling/MachCodeFramesInErrorFile.java`
java.lang.RuntimeException: 1 < 2
at jdk.test.lib.Asserts.fail(Asserts.java:715)
at MachCodeFramesInErrorFile.run(MachCodeFramesInErrorFile.java:170)
at MachCodeFramesInErrorFile.main(MachCodeFramesInErrorFile.java:108)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:335)
at java.base/java.lang.Thread.run(Thread.java:1474)
I didn't hs_err even in full verbose. But attaching overall run in txt file:
[26004_test_failure.txt](https://github.com/user-attachments/files/20973513/26004_test_failure.txt)
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26004#issuecomment-3017928879
More information about the shenandoah-dev
mailing list