< prev index next >

test/hotspot/gtest/gc/parallel/test_psAdaptiveSizePolicy.cpp

Print this page

        

@@ -21,15 +21,15 @@
  * questions.
  *
  */
 
 #include "precompiled.hpp"
-#include "utilities/macros.hpp"
 #include "gc/parallel/psAdaptiveSizePolicy.hpp"
+#include "utilities/macros.hpp"
 #include "unittest.hpp"
 
-#if INCLUDE_ALL_GCS
+#if INCLUDE_PARALLELGC
 
   TEST_VM(gc, oldFreeSpaceCalculation) {
 
     struct TestCase {
         size_t live;
< prev index next >