JDK-7130476 : Remove use of #ifdef TRACE_DEFINE_KLASS_TRACE_ID from klass.hpp
  • Type: Bug
  • Component: hotspot
  • Sub-Component: svc
  • Affected Version: hs23
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-01-16
  • Updated: 2019-08-16
  • Resolved: 2012-02-04
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8 Other
7u4Fixed 8Fixed hs23Fixed
Description
This code in klass.hpp

#ifdef TRACE_DEFINE_KLASS_TRACE_ID
  TRACE_DEFINE_KLASS_TRACE_ID;
#endif

would not require a #ifdef if TRACE_DEFINE_KLASS_TRACE_ID were defined
as empty in traceMacros.hpp and the semicolon removed from the above use.

Comments
EVALUATION http://hg.openjdk.java.net/lambda/lambda/hotspot/rev/34e2e90e7182
22-03-2012

EVALUATION http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/34e2e90e7182
03-02-2012

EVALUATION http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/34e2e90e7182
27-01-2012