Request for reviews (XS): 6790209: server VM fails with assert(will_link,"_new: typeflow responsibility")
Vladimir Kozlov
Vladimir.Kozlov at Sun.COM
Thu Jan 15 16:39:43 PST 2009
http://webrev.invokedynamic.info/kvn/6790209/index.html
Fixed 6790209: server VM fails with assert(will_link,"_new: typeflow responsibility")
Problem:
CI uses non-blocking system dictionary check by calling
SystemDictionary::find() method which does not have
the fix for reflection class loader (4474172) used by
Interpreter to resolve a class in the method
SystemDictionary::resolve_instance_class_or_null().
Solution:
Add missing code.
Reviewed by:
Fix verified (y/n): y, bug's test case
Other testing:
JPRT, CTW, NSK testing (with -XX:CompileThreshold=2)
More information about the hotspot-compiler-dev
mailing list