comparison src/share/vm/graal/graalJavaAccess.hpp @ 10588:b0b368d38b40

CR-1032 - change ExternalCompilationResult kernel -> entryPoint
author Morris Meyer <morris.meyer@oracle.com>
date Mon, 01 Jul 2013 15:46:27 -0400
parents 9c7d9e2c8326
children 4e1db4c9d4c5
comparison
equal deleted inserted replaced
10587:e43bb3295475 10588:b0b368d38b40
110 int_field(ExceptionHandler, handlerBCI) \ 110 int_field(ExceptionHandler, handlerBCI) \
111 int_field(ExceptionHandler, catchTypeCPI) \ 111 int_field(ExceptionHandler, catchTypeCPI) \
112 oop_field(ExceptionHandler, catchType, "Lcom/oracle/graal/api/meta/JavaType;") \ 112 oop_field(ExceptionHandler, catchType, "Lcom/oracle/graal/api/meta/JavaType;") \
113 end_class \ 113 end_class \
114 start_class(ExternalCompilationResult) \ 114 start_class(ExternalCompilationResult) \
115 long_field(ExternalCompilationResult, kernel) \ 115 long_field(ExternalCompilationResult, entryPoint) \
116 end_class \ 116 end_class \
117 start_class(CompilationResult) \ 117 start_class(CompilationResult) \
118 int_field(CompilationResult, frameSize) \ 118 int_field(CompilationResult, frameSize) \
119 int_field(CompilationResult, customStackAreaOffset) \ 119 int_field(CompilationResult, customStackAreaOffset) \
120 oop_field(CompilationResult, leafGraphIds, "[J") \ 120 oop_field(CompilationResult, leafGraphIds, "[J") \