When all core classes have been had the null retransformation applied to them the following assertion fails.
Currently tested only in client compiler in a debug build. Only happens sporatically unless -Xcomp is used, in which case failure is regular.
---------------------------------------------------------
Dependency method not found in the associated context:
context = java.io.BufferedWriter
method = java.io.Writer::write
found = java.io.Writer::write
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/dependencies.cpp:1150]
#
# An unexpected error has been detected by Java Runtime Environment:
#
# Internal Error (/net/jpda.sfbay/export/home/ws/hs/e/src/share/vm/code/dependencies.cpp, 1150 [ Patched ]), pid=29566, tid=7
#
# Java VM: Java HotSpot(TM) Client VM (1.6.0-internal-debug mixed mode)
#
# Error: assert(wf.check_method_context(ctxk, m),"proper context")
# An error report file with more information is saved as hs_err_pid29566.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
Current thread is 7
Dumping core ...