8222670 patch review: prevent downgraded tasks from recompiling

Severin Gehwolf sgehwolf at redhat.com
Fri Apr 19 16:30:05 UTC 2019


On Thu, 2019-04-18 at 19:46 +0000, Liu, Xin wrote:
> Hi, hotspot-compiler group,
>  
> Could you review this webrev for JDK-8222670?
> https://cr.openjdk.java.net/~xliu/8222670/webrev.01/

+++ new/test/hotspot/jtreg/compiler/tiered/TieredLevelsTest.java	2019-04-18 12:18:38.000000000 -0700
@@ -89,7 +89,7 @@
                 && actual == COMP_LEVEL_LIMITED_PROFILE) {
             // for simple method full_profile may be replaced by limited_profile
             if (IS_VERBOSE) {
-                System.out.printf("Level check: full profiling was replaced "
+                System.out.println("Level check: full profiling was replaced "
                         + "by limited profiling. Expected: %d, actual:%d",
                         expected, actual);

This seems an unintended change, is it?

Thanks,
Severin



More information about the hotspot-compiler-dev mailing list