src/hotspot/share/interpreter/abstractInterpreter.cpp
changeset 53193 184c51e48260
parent 47216 71c04702a3d5
child 54723 1abca1170080
--- a/src/hotspot/share/interpreter/abstractInterpreter.cpp	Tue Jan 08 11:02:26 2019 +0100
+++ b/src/hotspot/share/interpreter/abstractInterpreter.cpp	Tue Jan 08 11:23:19 2019 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2019, 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
@@ -60,7 +60,7 @@
   if (PrintBytecodeHistogram)                                BytecodeHistogram::reset();
   if (PrintBytecodePairHistogram)                            BytecodePairHistogram::reset();
 
-  InvocationCounter::reinitialize(DelayCompilationDuringStartup);
+  InvocationCounter::reinitialize();
 
 }