src/share/vm/utilities/globalDefinitions.hpp

changeset 3427
94ec88ca68e2
parent 3339
e7dead7e90af
child 3762
3a22b77e755a
     1.1 --- a/src/share/vm/utilities/globalDefinitions.hpp	Mon Jan 09 10:27:24 2012 +0100
     1.2 +++ b/src/share/vm/utilities/globalDefinitions.hpp	Wed Jan 11 17:34:02 2012 -0500
     1.3 @@ -298,6 +298,11 @@
     1.4  const juint   max_juint   = (juint)-1;   // 0xFFFFFFFF largest juint
     1.5  const julong  max_julong  = (julong)-1;  // 0xFF....FF largest julong
     1.6  
     1.7 +typedef jbyte  s1;
     1.8 +typedef jshort s2;
     1.9 +typedef jint   s4;
    1.10 +typedef jlong  s8;
    1.11 +
    1.12  //----------------------------------------------------------------------------------------------------
    1.13  // JVM spec restrictions
    1.14  

mercurial