7197269: NPG: FollowReferences has no ClassLoader -> Class link to follow

Restore java/lang/ClassLoader.addClass() upcall

Reviewed-by: sspitsyn, dcubed, jmasa
This commit is contained in:
Coleen Phillimore 2012-09-17 10:46:59 -04:00
parent 18582cee62
commit 9a271f468a
4 changed files with 29 additions and 0 deletions

View file

@ -314,6 +314,7 @@
template(type_name, "type") \
template(findNative_name, "findNative") \
template(deadChild_name, "deadChild") \
template(addClass_name, "addClass") \
template(getFromClass_name, "getFromClass") \
template(dispatch_name, "dispatch") \
template(getSystemClassLoader_name, "getSystemClassLoader") \