Integrated: 8336874: WhiteBoxAPI: assert(!method->is_abstract() && (osr_bci == InvocationEntryBci || !method->is_native())) failed: cannot compile abstract/native methods

Sonia Zaldana Calles szaldana at openjdk.org
Tue Nov 5 15:27:38 UTC 2024


On Thu, 12 Sep 2024 19:47:47 GMT, Sonia Zaldana Calles <szaldana at openjdk.org> wrote:

> 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

This pull request has now been integrated.

Changeset: 0b733e9a
Author:    Sonia Zaldana Calles <szaldana at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/0b733e9a22fd786f3fd133faae3b00d31258e755
Stats:     59 lines in 2 files changed: 59 ins; 0 del; 0 mod

8336874: WhiteBoxAPI: assert(!method->is_abstract() && (osr_bci == InvocationEntryBci || !method->is_native())) failed: cannot compile abstract/native methods

Reviewed-by: lmesnik, stuefe

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

PR: https://git.openjdk.org/jdk/pull/20973


More information about the hotspot-dev mailing list