comparison src/share/vm/graal/graalJavaAccess.hpp @ 15166:7bc92bdfd322

Introduce versioning of installed code.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Wed, 16 Apr 2014 18:33:10 +0200
parents 2c940b1a48d8
children 7a9531f50cd8
comparison
equal deleted inserted replaced
15165:cf49b4e72de5 15166:7bc92bdfd322
59 start_class(HotSpotJavaType) \ 59 start_class(HotSpotJavaType) \
60 oop_field(HotSpotJavaType, name, "Ljava/lang/String;") \ 60 oop_field(HotSpotJavaType, name, "Ljava/lang/String;") \
61 end_class \ 61 end_class \
62 start_class(InstalledCode) \ 62 start_class(InstalledCode) \
63 long_field(InstalledCode, address) \ 63 long_field(InstalledCode, address) \
64 long_field(InstalledCode, version) \
64 end_class \ 65 end_class \
65 start_class(HotSpotInstalledCode) \ 66 start_class(HotSpotInstalledCode) \
66 int_field(HotSpotInstalledCode, size) \ 67 int_field(HotSpotInstalledCode, size) \
67 long_field(HotSpotInstalledCode, codeStart) \ 68 long_field(HotSpotInstalledCode, codeStart) \
68 int_field(HotSpotInstalledCode, codeSize) \ 69 int_field(HotSpotInstalledCode, codeSize) \