diff jvmci/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotCompiledCode.java @ 23398:3e8ce13f4e12

minimize diff to jvmci-9
author Doug Simon <doug.simon@oracle.com>
date Tue, 17 May 2016 21:10:34 +0200
parents 805d58f2cd8c
children 9e1235406b59
line wrap: on
line diff
--- a/jvmci/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotCompiledCode.java	Fri May 13 16:38:50 2016 +0200
+++ b/jvmci/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotCompiledCode.java	Tue May 17 21:10:34 2016 +0200
@@ -75,7 +75,7 @@
     protected final Comment[] comments;
 
     /**
-     * The data section containing constants for the emitted machine code.
+     * The data section containing serialized constants for the emitted machine code.
      */
     protected final byte[] dataSection;