RFR: 8329031: CPUID feature detection for Advanced Performance Extensions (Intel® APX) [v2]

Vladimir Kozlov kvn at openjdk.org
Thu Jun 6 19:45:46 UTC 2024


On Thu, 6 Jun 2024 19:31:03 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:

>> Summary of changes include with the patch:-
>> 
>> 1) CPUID based feature detection check for Intel APX extension (https://www.intel.com/content/www/us/en/developer/articles/technical/advanced-performance-extensions-apx.html)
>> 2) Validation during VM initialization for extended GPRs state save / restoration by OS across context switches of java application threads executing JIT compiled code with new APX ISA.
>> 
>> Kindly review and share your feedback.
>> 
>> Best Regards,
>> Jatin
>
> Jatin Bhateja has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Review comments resolutions.

Actually we can't even fully test it until VM start using all registers provided by APX.

And we don't have HW currently.

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

PR Comment: https://git.openjdk.org/jdk/pull/18562#issuecomment-2153278275
PR Comment: https://git.openjdk.org/jdk/pull/18562#issuecomment-2153280371


More information about the graal-dev mailing list