Request for reviews (S): 6730276: JDI_REGRESSION tests fail with "Error: count must be non-zero" error on x86
Vladimir Kozlov
vladimir.kozlov at oracle.com
Wed Jun 9 10:49:30 PDT 2010
http://cr.openjdk.java.net/~kvn/6730276/webrev
Fixed 6730276: JDI_REGRESSION tests fail with "Error: count must be non-zero" error on x86
Replace assert_non_zero with if (count == 0) return.
More information about the hotspot-compiler-dev
mailing list