diff graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotVMField.java @ 13776:8305aec3a1ae

an empty architecture specification implies all architectures
author Doug Simon <doug.simon@oracle.com>
date Tue, 28 Jan 2014 12:19:30 +0100
parents eefb0224149d
children 8db6e76cb658
line wrap: on
line diff
--- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotVMField.java	Tue Jan 28 12:18:38 2014 +0100
+++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/HotSpotVMField.java	Tue Jan 28 12:19:30 2014 +0100
@@ -40,7 +40,8 @@
 
     /**
      * List of architectures where this constant is required. Names are derived from
-     * {@link HotSpotVMConfig#getHostArchitectureName()}.
+     * {@link HotSpotVMConfig#getHostArchitectureName()}. An empty list implies that the constant is
+     * required on all architectures.
      */
     String[] archs() default {};