mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
7115199: Add event tracing hooks and Java Flight Recorder infrastructure
Added a nop tracing infrastructure, JFR makefile changes and other infrastructure used only by JFR. Reviewed-by: acorn, sspitsyn
This commit is contained in:
parent
849571d5b3
commit
007126d010
29 changed files with 352 additions and 11 deletions
|
@ -298,6 +298,11 @@ const jushort max_jushort = (jushort)-1; // 0xFFFF largest jushort
|
|||
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue