RFR: 8255216: ciEnv::_break_at_compile isn't in use [v4]

Dan github.com+7991079+danlemmond at openjdk.java.net
Tue Jan 19 22:04:07 UTC 2021


> _break_at_compile is no longer in use and can be safely removed.
> No new code, and Tier1 tests succeed after code is removed.
> 
> Bug: https://bugs.openjdk.java.net/browse/JDK-8255216

Dan has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains two new commits since the last revision:

 - Address PR feedback + comments
   
   Move to env()->break_at_compile() in compile.cpp
 - 8255216: ciEnv::_break_at_compile isn't in use
   
   _break_at_compile is no longer in use and can be safely removed.
   No new code, and Tier1 tests succeed after code is removed.
   
   Bug: https://bugs.openjdk.java.net/browse/JDK-8255216

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/1806/files
  - new: https://git.openjdk.java.net/jdk/pull/1806/files/efbd3e45..990634b9

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=1806&range=03
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=1806&range=02-03

  Stats: 0 lines in 0 files changed: 0 ins; 0 del; 0 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