review (XS) for 7029509: nightly failures after static fields in Class
Tom Rodriguez
tom.rodriguez at oracle.com
Mon Mar 21 10:38:30 PDT 2011
http://cr.openjdk.java.net/~never/7029509
7029509: nightly failures after static fields in Class
Reviewed-by:
There were a few failures in hotspot-gc after the static fields in
Classes change. Two failures are because of missed places where the
address of static fields were computed. The third is because only
real Java klasses have a mirror now so they should be skipped when
updating the class redefinition statistics. Tested with nsk hprof,
heapdump and the nsk/jvmti/scenarios tests.
More information about the hotspot-dev
mailing list