hotspot/src/share/vm/utilities/globalDefinitions.hpp
changeset 11480 1bf714e8adb4
parent 11251 e29da6b5622b
child 12625 f121df45d98f
equal deleted inserted replaced
11441:a89f443814cd 11480:1bf714e8adb4
   295 
   295 
   296 const jubyte  max_jubyte  = (jubyte)-1;  // 0xFF       largest jubyte
   296 const jubyte  max_jubyte  = (jubyte)-1;  // 0xFF       largest jubyte
   297 const jushort max_jushort = (jushort)-1; // 0xFFFF     largest jushort
   297 const jushort max_jushort = (jushort)-1; // 0xFFFF     largest jushort
   298 const juint   max_juint   = (juint)-1;   // 0xFFFFFFFF largest juint
   298 const juint   max_juint   = (juint)-1;   // 0xFFFFFFFF largest juint
   299 const julong  max_julong  = (julong)-1;  // 0xFF....FF largest julong
   299 const julong  max_julong  = (julong)-1;  // 0xFF....FF largest julong
       
   300 
       
   301 typedef jbyte  s1;
       
   302 typedef jshort s2;
       
   303 typedef jint   s4;
       
   304 typedef jlong  s8;
   300 
   305 
   301 //----------------------------------------------------------------------------------------------------
   306 //----------------------------------------------------------------------------------------------------
   302 // JVM spec restrictions
   307 // JVM spec restrictions
   303 
   308 
   304 const int max_method_code_size = 64*K - 1;  // JVM spec, 2nd ed. section 4.8.1 (p.134)
   309 const int max_method_code_size = 64*K - 1;  // JVM spec, 2nd ed. section 4.8.1 (p.134)