diff src/share/vm/jvmci/jvmciRuntime.hpp @ 22672:1bbd4a7c274b

Rename jdk.internal.jvmci to jdk.vm.ci
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Thu, 08 Oct 2015 17:28:41 -0700
parents da5bdbf4a008
children 3039e5bb94cb
line wrap: on
line diff
--- a/src/share/vm/jvmci/jvmciRuntime.hpp	Thu Oct 08 18:04:25 2015 +0200
+++ b/src/share/vm/jvmci/jvmciRuntime.hpp	Thu Oct 08 17:28:41 2015 -0700
@@ -70,7 +70,7 @@
   /**
    * Instantiates a service object, calls its default constructor and returns it.
    *
-   * @param name the name of a class implementing jdk.internal.jvmci.service.Service
+   * @param name the name of a class implementing jdk.vm.ci.service.Service
    */
   static Handle create_Service(const char* name, TRAPS);
 
@@ -140,7 +140,7 @@
 
   /**
    * Given an interface representing a JVMCI service (i.e. sub-interface of
-   * jdk.internal.jvmci.api.service.Service), gets an array of objects, one per
+   * jdk.vm.ci.api.service.Service), gets an array of objects, one per
    * known implementation of the service.
    */
   static objArrayHandle get_service_impls(KlassHandle serviceKlass, TRAPS);