RFR: 8336874: WhiteBoxAPI: assert(!method->is_abstract() && (osr_bci == InvocationEntryBci || !method->is_native())) failed: cannot compile abstract/native methods [v2]
Sonia Zaldana Calles
szaldana at openjdk.org
Mon Sep 16 18:58:45 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 incrementally with one additional commit since the last revision:
Adding enqueue check to be false
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/20973/files
- new: https://git.openjdk.org/jdk/pull/20973/files/3069fdb4..3cded521
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=20973&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=20973&range=00-01
Stats: 3 lines in 1 file changed: 0 ins; 1 del; 2 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