hotspot/src/share/vm/compiler/methodLiveness.cpp
changeset 37161 e881f320966e
parent 33148 68fa8b6c4340
child 37248 11a660dbbb8e
--- a/hotspot/src/share/vm/compiler/methodLiveness.cpp	Fri Mar 18 21:01:28 2016 -0700
+++ b/hotspot/src/share/vm/compiler/methodLiveness.cpp	Tue Mar 15 14:41:07 2016 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1998, 2016, 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
@@ -30,6 +30,7 @@
 #include "interpreter/bytecode.hpp"
 #include "interpreter/bytecodes.hpp"
 #include "memory/allocation.inline.hpp"
+#include "runtime/timerTrace.hpp"
 #include "utilities/bitMap.inline.hpp"
 
 // The MethodLiveness class performs a simple liveness analysis on a method