Request for reviews (XS): 6926697: "optimized" VM build failed: The type "AdapterHandlerTableIterator" is incomplete
Vladimir Kozlov
Vladimir.Kozlov at Sun.COM
Tue Feb 16 10:50:44 PST 2010
http://cr.openjdk.java.net/~kvn/6926697/webrev
Fixed 6926697: "optimized" VM build failed: The type "AdapterHandlerTableIterator" is incomplete
Problem:
AdapterHandlerTableIterator is defined only in debug VM
but it is used in all non product VM versions.
Solution:
Use AdapterHandlerTableIterator only in debug VM.
Reviewed by:
Fix verified (y/n): y, build
Other testing:
JPRT
More information about the hotspot-compiler-dev
mailing list