8144690: g1Predictions.hpp includes allocation.inline.hpp
Summary: Remove offending (and unnecessary) include statement.
Reviewed-by: stefank, jmasa
--- a/hotspot/src/share/vm/gc/g1/g1Predictions.hpp Sat Dec 05 15:16:01 2015 +0100
+++ b/hotspot/src/share/vm/gc/g1/g1Predictions.hpp Sat Dec 05 15:17:29 2015 +0100
@@ -25,7 +25,6 @@
#ifndef SHARE_VM_GC_G1_G1PREDICTIONS_HPP
#define SHARE_VM_GC_G1_G1PREDICTIONS_HPP
-#include "memory/allocation.inline.hpp"
#include "utilities/numberSeq.hpp"
// Utility class containing various helper methods for prediction.