-
Bug
-
Resolution: Fixed
-
P3
-
hs23
-
b13
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2220946 | 8 | Bengt Rutisson | P3 | Resolved | Fixed | b25 |
JDK-2220865 | 7u4 | Bengt Rutisson | P3 | Closed | Fixed | b11 |
The fix for "7115199: Add event tracing hooks and Java Flight Recorder infrastructure" added this to make\windows\makefiles\vm.make:
!ifndef JAVASE_EMBEDDED
CPP_FLAGS=$(CPP_FLAGS) /D "INCLUDE_TRACE"
!endif
To keep the Visual Studio projects working the same type of change needs to be made to src\share\tools\ProjectCreator\BuildConfig.java
!ifndef JAVASE_EMBEDDED
CPP_FLAGS=$(CPP_FLAGS) /D "INCLUDE_TRACE"
!endif
To keep the Visual Studio projects working the same type of change needs to be made to src\share\tools\ProjectCreator\BuildConfig.java
- backported by
-
JDK-2220946 Visual Studio project builds broken: need to define INCLUDE_TRACE
- Resolved
-
JDK-2220865 Visual Studio project builds broken: need to define INCLUDE_TRACE
- Closed
- relates to
-
JDK-7115199 Add event tracing hooks and Java Flight Recorder infrastructure
- Closed