RFR: JDK-8266573: Make sure blackholes are tagged for all JVMCI paths

Tom Rodriguez never at openjdk.java.net
Wed May 5 17:10:53 UTC 2021


On Wed, 5 May 2021 16:44:08 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> In post-integration  https://github.com/openjdk/jdk/pull/2024#issuecomment-832834830, Tom says:
>  "In this code, 6018336#diff-fa2433a762244542fec57f9d58dd3092bae74f354acf0ef33603a5f8306fd7daR995, the call to `CompilerOracle::tag_blackhole_if_possible` should be outside of the if. As written, methods won't be properly tagged for libgraal, only when used with the pure Java graal."
> 
> I am doing this blindly, because Graal is already removed from the codebase with JEP 410.

Sorry I screwed up reporting this in the other PR.

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

Marked as reviewed by never (Reviewer).

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


More information about the hotspot-compiler-dev mailing list