mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8065361: Fixup headers and definitions for INCLUDE_TRACE
Reviewed-by: sla, stefank
This commit is contained in:
parent
ef64d5393d
commit
ac5d9dad16
14 changed files with 31 additions and 47 deletions
|
@ -65,9 +65,8 @@
|
|||
#include "utilities/growableArray.hpp"
|
||||
#include "utilities/macros.hpp"
|
||||
#include "utilities/ostream.hpp"
|
||||
|
||||
#if INCLUDE_TRACE
|
||||
#include "trace/tracing.hpp"
|
||||
#include "trace/tracing.hpp"
|
||||
#endif
|
||||
|
||||
ClassLoaderData * ClassLoaderData::_the_null_class_loader_data = NULL;
|
||||
|
@ -978,4 +977,4 @@ void ClassLoaderDataGraph::class_unload_event(Klass* const k) {
|
|||
event.commit();
|
||||
}
|
||||
|
||||
#endif /* INCLUDE_TRACE */
|
||||
#endif // INCLUDE_TRACE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue