comparison src/share/vm/prims/jvmtiTrace.hpp @ 8721:47bc9800972c

8006498: #if <symbol> is wrong in the code. Summary: ASSERT and other symbols used incorrectly with #if are supposed to be defined or not. Reviewed-by: dholmes, mikael
author jprovino
date Wed, 06 Mar 2013 13:46:55 -0500
parents f95d63e2154a
children de6a9e811145
comparison
equal deleted inserted replaced
8720:fad90b102190 8721:47bc9800972c
41 // Support for JVMTI tracing code 41 // Support for JVMTI tracing code
42 // 42 //
43 43
44 // Support tracing except in product build on the client compiler 44 // Support tracing except in product build on the client compiler
45 #ifndef PRODUCT 45 #ifndef PRODUCT
46 #define JVMTI_TRACE 1 46 #define JVMTI_TRACE
47 #else 47 #else
48 #ifdef COMPILER2 48 #ifdef COMPILER2
49 #define JVMTI_TRACE 1 49 #define JVMTI_TRACE
50 #endif 50 #endif
51 #endif 51 #endif
52 52
53 #ifdef JVMTI_TRACE 53 #ifdef JVMTI_TRACE
54 54