RFR: JDK-8269206 A small typo in comment in test/lib/sun/hotspot/WhiteBox.java

Miao Zheng github.com+20216587+miao-zheng at openjdk.java.net
Wed Jun 23 03:01:40 UTC 2021


return getMethodCompilationLevel(method, false /*not ost*/); 

"ost" should be "osr"

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

Commit messages:
 - A small typo in comment in test/lib/sun/hotspot/WhiteBox.java

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

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


More information about the hotspot-runtime-dev mailing list