RFR: 8343767: Enumerate StubGen blobs, stubs and entries and generate code from declarations [v9]

Andrew Dinn adinn at openjdk.org
Tue Dec 3 11:39:43 UTC 2024


On Tue, 3 Dec 2024 02:45:09 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:

>> Andrew Dinn has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision:
>> 
>>   increase compiler stub space for macos x86_64
>
> Looks good. 
> 
> Testing results (hs-tier1 - hs-tier4) are clean.

@iwanowww Thanks for the heads up on the tests.

I believe I still have the following outstanding things to check:

1. See if I can help @offamitkumar sort out any remaining s390 issues.
2. Get confirmation that riscv and ppc are ok (@RealFYang @TheRealMDoerr? could either of you run tests?)
3. Check that zero is ok (I can do that).
4. Resolve the test failures with macos-x64 (it occurs in string index tests that set -XX:+UseAVX2 -XX:+Enablex86ECoreOpts so it looks like a problem with the compiler stubs buffer being too small).

-------------

PR Comment: https://git.openjdk.org/jdk/pull/21957#issuecomment-2514310752


More information about the hotspot-dev mailing list