After latest adjustments of src/hotspot/share/trace/traceEventClasses.xsl in jdk/hs ( see 8196337: Add commit methods that take all event properties as argument ) the AIX build fails.
Looks like xlC compiler is not happy with
using TraceEvent::commit;
in traceEventClasses.xsl (although it looks like correct C++ ).
Error messages :
/nightly/output-jdk-hs/hotspot/variant-server/gensrc/tracefiles/traceEventClasses.hpp", line 226.9: 1540-1113 (S) The class template name "TraceEvent" must be followed by a < in this context.
Looks like xlC compiler is not happy with
using TraceEvent::commit;
in traceEventClasses.xsl (although it looks like correct C++ ).
Error messages :
/nightly/output-jdk-hs/hotspot/variant-server/gensrc/tracefiles/traceEventClasses.hpp", line 226.9: 1540-1113 (S) The class template name "TraceEvent" must be followed by a < in this context.
- relates to
-
JDK-8196337 Add commit methods that take all event properties as argument
-
- Resolved
-