RFR: 8258792: LogCompilation: remove redundant check fixed by 8257518

Eric Caspole ecaspole at openjdk.java.net
Mon Dec 21 16:51:02 UTC 2020


There is no need to do the same check again doing -U processing, it is already done during XML parsing.

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

Commit messages:
 - 8258792:LogCompilation: remove redundant check fixed by 8257518

Changes: https://git.openjdk.java.net/jdk/pull/1860/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=1860&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8258792
  Stats: 3 lines in 1 file changed: 0 ins; 3 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/1860.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/1860/head:pull/1860

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


More information about the hotspot-compiler-dev mailing list