diff src/share/vm/utilities/globalDefinitions.hpp @ 362:f8199438385b

Merge
author apetrusenko
date Wed, 17 Sep 2008 16:49:18 +0400
parents a4f9ef0c0375
children 2328d1d3f8cf 7628781568e1
line wrap: on
line diff
--- a/src/share/vm/utilities/globalDefinitions.hpp	Thu Sep 04 18:40:43 2008 -0700
+++ b/src/share/vm/utilities/globalDefinitions.hpp	Wed Sep 17 16:49:18 2008 +0400
@@ -99,7 +99,7 @@
   friend class VMStructs;
  private:
   char* i;
-#ifdef ASSERT
+#ifndef PRODUCT
  public:
   char* value() { return i; }
 #endif