RFR: 8254855: Clean up and remove unused code in vmIntrinsics

Claes Redestad redestad at openjdk.java.net
Fri Oct 16 11:42:08 UTC 2020


On Fri, 16 Oct 2020 02:13:37 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> - Remove unused code and constants
>> - Guard some code only used for assertions by ASSERT
>> - Adjust log2_FLAG_LIMIT (could have been 3 also before removing F_RNY)
>> 
>> Testing: tier1-3
>
> Marked as reviewed by kvn (Reviewer).

Thanks for reviewing - and digging up the history on when these went out of fashion. The JSR 292 rewrite also removed
the concept of ricochetStubs. Getting rid of some remnants of that is another cleanup I have lined up.

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

PR: https://git.openjdk.java.net/jdk/pull/688


More information about the hotspot-runtime-dev mailing list