< prev index next >

src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.code/src/jdk/vm/ci/code/Architecture.java

Print this page
rev 59103 : imported patch hotspot

@@ -38,11 +38,11 @@
      * The architecture specific type of a native word.
      */
     private final PlatformKind wordKind;
 
     /**
-     * The name of this architecture (e.g. "AMD64", "SPARCv9").
+     * The name of this architecture (e.g. "AMD64").
      */
     private final String name;
 
     /**
      * List of all available registers on this architecture. The index of each register in this list
< prev index next >