< prev index next >

make/hotspot/gensrc/GensrcJvmti.gmk

Print this page
rev 49619 : JEP 328 : Flight Recorder open source preview

@@ -1,7 +1,7 @@
 #
-# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2013, 2018, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 # This code is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License version 2 only, as
 # published by the Free Software Foundation.  Oracle designates this

@@ -161,11 +161,13 @@
 endef
 
 # Append files to generated (might have been set by custom extensions)
 TRACE_GENSRC_FILES += \
     traceEventClasses.hpp \
+    traceEventControl.hpp \
     traceEventIds.hpp \
+    tracePeriodic.hpp \
     traceTypes.hpp \
     #
 
 # Call SetupTraceGeneration for all trace gensrc files
 $(foreach tracefile, $(TRACE_GENSRC_FILES), \
< prev index next >