--- a/hotspot/src/share/vm/opto/phaseX.hpp Thu Aug 28 23:30:13 2014 +0400
+++ b/hotspot/src/share/vm/opto/phaseX.hpp Fri Aug 29 14:46:35 2014 +0200
@@ -100,7 +100,6 @@
#ifndef PRODUCT
Node *find_index(uint idx); // For debugging
void dump(); // For debugging, dump statistics
-#endif
uint _grows; // For debugging, count of table grow()s
uint _look_probes; // For debugging, count of hash probes
uint _lookup_hits; // For debugging, count of hash_finds
@@ -111,6 +110,7 @@
uint _delete_misses; // For debugging, count of hash probes for deletes
uint _total_inserts; // For debugging, total inserts into hash table
uint _total_insert_probes; // For debugging, total probes while inserting
+#endif
};