Request for reviews (S): 7045693: java/util/EnumSet/EnumSetBash.java still failing intermittently
Vladimir Kozlov
vladimir.kozlov at oracle.com
Wed May 18 15:47:36 PDT 2011
http://cr.openjdk.java.net/~kvn/7045693/webrev
Fixed 7045693: java/util/EnumSet/EnumSetBash.java still failing intermittently
In my changes for 5091921 I forgot that Bool node could be shared. New limit for
unrolled loop should be set only for zero trip guard and loop iteration test.
Old unrolling code created a new loop test for each unroll.
More information about the hotspot-compiler-dev
mailing list