hotspot/src/share/vm/prims/jni.cpp
changeset 19968 64f9d23af647
parent 19547 0f52d3bfe28c
child 20005 6fb8070af25d
--- a/hotspot/src/share/vm/prims/jni.cpp	Mon Sep 16 12:43:34 2013 -0700
+++ b/hotspot/src/share/vm/prims/jni.cpp	Mon Sep 16 15:35:04 2013 -0700
@@ -5037,6 +5037,7 @@
 #include "gc_implementation/g1/heapRegionRemSet.hpp"
 #endif
 #include "utilities/quickSort.hpp"
+#include "utilities/ostream.hpp"
 #if INCLUDE_VM_STRUCTS
 #include "runtime/vmStructs.hpp"
 #endif
@@ -5060,6 +5061,7 @@
     run_unit_test(CollectedHeap::test_is_in());
     run_unit_test(QuickSort::test_quick_sort());
     run_unit_test(AltHashing::test_alt_hash());
+    run_unit_test(test_loggc_filename());
 #if INCLUDE_VM_STRUCTS
     run_unit_test(VMStructs::test());
 #endif