Integrated: JDK-8291735: methods_do() always run at exit

Tobias Holenstein tholenstein at openjdk.org
Thu Feb 16 12:58:48 UTC 2023


On Thu, 2 Feb 2023 15:12:12 GMT, Tobias Holenstein <tholenstein at openjdk.org> wrote:

> `SystemDictionary::methods_do` is always executed because we miss parenthesis around the first `or`. `&&` binds stronger than `||` and therefore the condition become true if `ProfileInterpreter` is true. 
> 
> Fixed by adding the missing parenthesis.

This pull request has now been integrated.

Changeset: c29a1367
Author:    Tobias Holenstein <tholenstein at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/c29a13678744522503f899bdf5f4c13f130942f7
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8291735: methods_do() always run at exit

Reviewed-by: coleenp, kvn

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

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


More information about the hotspot-runtime-dev mailing list