hotspot/src/share/vm/classfile/symbolTable.hpp
changeset 34237 c34adffc35c0
parent 33638 ef49ed90010b
child 35497 94c7c07d0161
--- a/hotspot/src/share/vm/classfile/symbolTable.hpp	Wed Nov 18 22:00:09 2015 +0000
+++ b/hotspot/src/share/vm/classfile/symbolTable.hpp	Thu Nov 19 16:14:45 2015 +0100
@@ -132,7 +132,7 @@
   static volatile int _parallel_claimed_idx;
 
   // Release any dead symbols
-  static void buckets_unlink(int start_idx, int end_idx, int* processed, int* removed, size_t* memory_total);
+  static void buckets_unlink(int start_idx, int end_idx, int* processed, int* removed);
 public:
   enum {
     symbol_alloc_batch_size = 8,