8144690: g1Predictions.hpp includes allocation.inline.hpp
authortschatzl
Sat, 05 Dec 2015 15:17:29 +0100
changeset 34650 b4b00fdee76b
parent 34649 0c719dcb4507
child 34652 1949213951a9
8144690: g1Predictions.hpp includes allocation.inline.hpp Summary: Remove offending (and unnecessary) include statement. Reviewed-by: stefank, jmasa
hotspot/src/share/vm/gc/g1/g1Predictions.hpp
--- 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.