8156768: [JVMCI] remove support for patching Symbol pointers

Reviewed-by: iveresov
This commit is contained in:
Roland Schatz 2016-05-12 12:59:35 +02:00
parent 5e2fa37504
commit 9f43471b55
13 changed files with 2 additions and 141 deletions

View file

@ -64,9 +64,6 @@ class JVMCIJavaClasses : AllStatic {
start_class(HotSpotResolvedJavaMethodImpl) \
long_field(HotSpotResolvedJavaMethodImpl, metaspaceMethod) \
end_class \
start_class(HotSpotSymbol) \
long_field(HotSpotSymbol, pointer) \
end_class \
start_class(InstalledCode) \
long_field(InstalledCode, address) \
long_field(InstalledCode, entryPoint) \