RFR: 8336874: WhiteBoxAPI: assert(!method->is_abstract() && (osr_bci == InvocationEntryBci || !method->is_native())) failed: cannot compile abstract/native methods [v3]
Sonia Zaldana Calles
szaldana at openjdk.org
Wed Oct 30 19:10:28 UTC 2024
> Hi all,
>
> This PR addresses [8336874](https://bugs.openjdk.org/browse/JDK-8336874) ensuring enqueuing an abstract method for compilation doesn't hit an assert with WhiteBox.
>
> Testing:
> - [x] Added test case passes.
>
> Thanks,
> Sonia
Sonia Zaldana Calles has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision:
- Merge branch 'openjdk:master' into JDK-8336874
- Adding enqueue check to be false
- 8336874: WhiteBoxAPI: assert(!method->is_abstract() && (osr_bci == InvocationEntryBci || !method->is_native())) failed: cannot compile abstract/native methods
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/20973/files
- new: https://git.openjdk.org/jdk/pull/20973/files/3cded521..5add3a0a
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=20973&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=20973&range=01-02
Stats: 326417 lines in 3353 files changed: 240612 ins; 71068 del; 14737 mod
Patch: https://git.openjdk.org/jdk/pull/20973.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/20973/head:pull/20973
PR: https://git.openjdk.org/jdk/pull/20973
More information about the hotspot-dev
mailing list