RFR: 8259475: Fix bad merge in compilerOracle

Tobias Hartmann thartmann at openjdk.java.net
Mon Jan 11 06:50:54 UTC 2021


On Fri, 8 Jan 2021 10:41:53 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> When reapplying JDK-8252505 to jdk/jdk, I stumbled upon the bad merge.
> 
> This was the original changeset:
>   https://github.com/openjdk/jdk16/commit/ad456787
> 
> This was the merge:
>  https://github.com/openjdk/jdk/commit/555641ede5e234c936fca98436ef6aeace2351fc
> 
> Note that not all blocks were removed from compilerOracle.
> 
> Attention @JesperIRL.
> 
> Additional testing:
>   - [x] Patch from JDK-8252505 applies now
>   - [x] No refrerences to "blackhole" or "Blackhole" in `src/hotspot` now

Looks good.

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

Marked as reviewed by thartmann (Reviewer).

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


More information about the hotspot-compiler-dev mailing list