diff src/share/vm/ci/ciReplay.hpp @ 7185:90273fc0a981

8000662: NPG: nashorn ant clean test262 out-of-memory with Java heap Summary: Add ClassLoaderData object for each anonymous class with metaspaces to allocate in. Reviewed-by: twisti, jrose, stefank
author coleenp
date Thu, 29 Nov 2012 16:50:29 -0500
parents bd7a7ce2e264
children 183bd5c00828
line wrap: on
line diff
--- a/src/share/vm/ci/ciReplay.hpp	Tue Nov 27 14:11:37 2012 -0800
+++ b/src/share/vm/ci/ciReplay.hpp	Thu Nov 29 16:50:29 2012 -0500
@@ -32,7 +32,7 @@
 class ciReplay {
   CI_PACKAGE_ACCESS
 
-#ifdef ASSERT
+#ifndef PRODUCT
  private:
   static int replay_impl(TRAPS);