RFR: 8255216: Change _directive->BreakAtCompileOption to env()->break_at_compile() [v7]
Dan
github.com+7991079+danlemmond at openjdk.java.net
Fri Jan 22 09:39:06 UTC 2021
> _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
Dan has updated the pull request incrementally with one additional commit since the last revision:
Update compileBroker to use BreakAtCompileOption
BreakAtExecuteOption should not be used here, instead use
BreakAtCompileOption
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/1806/files
- new: https://git.openjdk.java.net/jdk/pull/1806/files/12eedef8..783635d2
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=1806&range=06
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=1806&range=05-06
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.java.net/jdk/pull/1806.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/1806/head:pull/1806
PR: https://git.openjdk.java.net/jdk/pull/1806
More information about the hotspot-compiler-dev
mailing list