comparison src/share/vm/graal/graalRuntime.hpp @ 21520:b7ac67354c14

Remove GenGraalRuntimeInlineHpp
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Thu, 28 May 2015 16:50:35 +0200
parents cecb4e39521c
children 4b3b38415adf
comparison
equal deleted inserted replaced
21519:cecb4e39521c 21520:b7ac67354c14
136 136
137 /** 137 /**
138 * Given an interface representing a Graal service (i.e. sub-interface of 138 * Given an interface representing a Graal service (i.e. sub-interface of
139 * com.oracle.graal.api.runtime.Service), gets an array of objects, one per 139 * com.oracle.graal.api.runtime.Service), gets an array of objects, one per
140 * known implementation of the service. 140 * known implementation of the service.
141 *
142 * The definition of this method is in graalRuntime.inline.hpp
143 * which is generated by com.oracle.graal.hotspot.sourcegen.GenGraalRuntimeInlineHpp.
144 */ 141 */
145 static Handle get_service_impls(KlassHandle serviceKlass, TRAPS); 142 static Handle get_service_impls(KlassHandle serviceKlass, TRAPS);
146 143
147 static void parse_lines(char* path, ParseClosure* closure, bool warnStatFailure); 144 static void parse_lines(char* path, ParseClosure* closure, bool warnStatFailure);
148 145