diff src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp @ 6786:5baec2e69518

7200615: NPG: optimized VM build is broken Reviewed-by: kvn
author jmasa
date Tue, 25 Sep 2012 07:05:55 -0700
parents bb3f6194fedb
children 7df93f7c14a5
line wrap: on
line diff
--- a/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp	Fri Sep 21 14:39:56 2012 -0700
+++ b/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp	Tue Sep 25 07:05:55 2012 -0700
@@ -129,7 +129,7 @@
   buf.append_and_print_cr("]");
 }
 
-#ifdef ASSERT
+#ifndef PRODUCT
 
 template <class T>
 void WorkerDataArray<T>::reset() {