Integrated: 8300830: Remove redundant assertion in src/hotspot/share/runtime/javaCalls.cpp

David Holmes dholmes at openjdk.org
Wed Jan 25 01:08:12 UTC 2023


On Mon, 23 Jan 2023 00:30:25 GMT, David Holmes <dholmes at openjdk.org> wrote:

> Trivial removal of redundant assertion: we previously set the state to _thread_in_Java so it can't be _thread_in_native.
> 
> Thanks.

This pull request has now been integrated.

Changeset: fbe5ab00
Author:    David Holmes <dholmes at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/fbe5ab0066e2766124a7f5db155b9634e1790671
Stats:     3 lines in 1 file changed: 0 ins; 2 del; 1 mod

8300830: Remove redundant assertion in src/hotspot/share/runtime/javaCalls.cpp

Reviewed-by: iklam, rehn, dcubed

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

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


More information about the hotspot-runtime-dev mailing list