RFR: 8259049: Uninitialized variable after JDK-8257513

Christian Hagedorn chagedorn at openjdk.java.net
Mon Jan 4 11:12:09 UTC 2021


Fixing missing initialization to prevent possible compiler warnings. The initialization is not required for correctness, though.

Thanks,
Christian

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

Commit messages:
 - 8259049: Uninitialized variable after JDK-8257513

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

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


More information about the hotspot-compiler-dev mailing list