diff jvmci/jdk.vm.ci.code/src/jdk/vm/ci/code/CompiledCode.java @ 23393:1d4ce2d19e52

clean up and minimize JVMCI (JDK-8156835)
author Doug Simon <doug.simon@oracle.com>
date Thu, 12 May 2016 20:57:31 +0200
parents b4ff1a18d19c
children 1140503536ae
line wrap: on
line diff
--- a/jvmci/jdk.vm.ci.code/src/jdk/vm/ci/code/CompiledCode.java	Thu May 12 11:06:49 2016 +0200
+++ b/jvmci/jdk.vm.ci.code/src/jdk/vm/ci/code/CompiledCode.java	Thu May 12 20:57:31 2016 +0200
@@ -23,7 +23,9 @@
 package jdk.vm.ci.code;
 
 /**
- * The output from compiling a method.
+ * Marker type for an object containing the output of a compiler in a form suitable for installing
+ * into a managed code heap. Since the details of such are code are specific to each runtime, this
+ * interface does not specify any methods.
  */
 public interface CompiledCode {
 }