Request for reviews (XS): 6974682: CTW: assert(target != NULL) failed: must not be null

Vladimir Kozlov vladimir.kozlov at oracle.com
Wed Aug 4 15:03:48 PDT 2010


http://cr.openjdk.java.net/~kvn/6974682/webrev

Fixed 6974682: CTW: assert(target != NULL) failed: must not be null

Address table for indirect branch is allocated in constant section
but its size is not taking into account when constant section's
size is defined.

Solution:
Add address table size to constant section.

Tested with failed case, CTW.


More information about the hotspot-compiler-dev mailing list