diff src/share/vm/jvmci/jvmciRuntime.hpp @ 21604:93f282187d90

moved JVMCI service API into separate com.oracle.jvmci.service module (JBS:GRAAL-53)
author Doug Simon <doug.simon@oracle.com>
date Fri, 29 May 2015 17:01:57 +0200
parents 2270a708ef23
children 7a7cf422160b
line wrap: on
line diff
--- a/src/share/vm/jvmci/jvmciRuntime.hpp	Fri May 29 16:24:25 2015 +0200
+++ b/src/share/vm/jvmci/jvmciRuntime.hpp	Fri May 29 17:01:57 2015 +0200
@@ -79,7 +79,7 @@
   /**
    * Instantiates a service object, calls its default constructor and returns it.
    *
-   * @param name the name of a class implementing com.oracle.jvmci.runtime.Service
+   * @param name the name of a class implementing com.oracle.jvmci.service.Service
    */
   static Handle create_Service(const char* name, TRAPS);
 
@@ -138,7 +138,7 @@
 
   /**
    * Given an interface representing a JVMCI service (i.e. sub-interface of
-   * com.oracle.jvmci.api.runtime.Service), gets an array of objects, one per
+   * com.oracle.jvmci.api.service.Service), gets an array of objects, one per
    * known implementation of the service.
    */
   static objArrayHandle get_service_impls(KlassHandle serviceKlass, TRAPS);