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

Aleksey Shipilev shade at openjdk.java.net
Thu May 6 16:44:56 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.

This pull request has now been integrated.

Changeset: a90b33a9
Author:    Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/a90b33a95510a040fbb9a093ef5f3b6d4675dc9e
Stats:     3 lines in 1 file changed: 2 ins; 1 del; 0 mod

8266573: Make sure blackholes are tagged for all JVMCI paths

Reviewed-by: never

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

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


More information about the hotspot-compiler-dev mailing list