diff src/share/vm/utilities/globalDefinitions.hpp @ 4800:94ec88ca68e2

7115199: Add event tracing hooks and Java Flight Recorder infrastructure Summary: Added a nop tracing infrastructure, JFR makefile changes and other infrastructure used only by JFR. Reviewed-by: acorn, sspitsyn Contributed-by: markus.gronlund@oracle.com
author phh
date Wed, 11 Jan 2012 17:34:02 -0500
parents e7dead7e90af
children 33df1aeaebbf 3a22b77e755a
line wrap: on
line diff
--- a/src/share/vm/utilities/globalDefinitions.hpp	Mon Jan 09 10:27:24 2012 +0100
+++ b/src/share/vm/utilities/globalDefinitions.hpp	Wed Jan 11 17:34:02 2012 -0500
@@ -298,6 +298,11 @@
 const juint   max_juint   = (juint)-1;   // 0xFFFFFFFF largest juint
 const julong  max_julong  = (julong)-1;  // 0xFF....FF largest julong
 
+typedef jbyte  s1;
+typedef jshort s2;
+typedef jint   s4;
+typedef jlong  s8;
+
 //----------------------------------------------------------------------------------------------------
 // JVM spec restrictions