Integrated: 8255216: Change _directive->BreakAtCompileOption to env()->break_at_compile()

Dan github.com+7991079+danlemmond at openjdk.java.net
Fri Jan 22 20:36:47 UTC 2021


On Wed, 16 Dec 2020 18:38:37 GMT, Dan <github.com+7991079+danlemmond at openjdk.org> wrote:

> _break_at_compile was no longer in use after changes to compile.cpp.
> Change compile.cpp and c1_Compilation.cpp to use env()->break_at_compile() instead
> to make that code no longer dead.
> No new code, and Tier1 tests succeed after code is removed.
> 
> Bug: https://bugs.openjdk.java.net/browse/JDK-8255216

This pull request has now been integrated.

Changeset: 7be9113b
Author:    Dan Lemmond <dlemmond at amazon.com>
Committer: Paul Hohensee <phh at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/7be9113b
Stats:     4 lines in 3 files changed: 0 ins; 0 del; 4 mod

8255216: Change _directive->BreakAtCompileOption to env()->break_at_compile()

Reviewed-by: kvn, phh

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

PR: https://git.openjdk.java.net/jdk/pull/1806


More information about the hotspot-compiler-dev mailing list