comparison src/share/vm/memory/metachunk.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 685df3c6f84b
children e51c9860cf66
comparison
equal deleted inserted replaced
7181:2fc0334f613a 7185:90273fc0a981
121 bool verify_chunk_in_free_list(Metachunk* tc) const { return true; } 121 bool verify_chunk_in_free_list(Metachunk* tc) const { return true; }
122 bool verify_par_locked() { return true; } 122 bool verify_par_locked() { return true; }
123 123
124 void assert_is_mangled() const {/* Don't check "\*/} 124 void assert_is_mangled() const {/* Don't check "\*/}
125 125
126 #ifdef ASSERT 126 NOT_PRODUCT(void mangle();)
127 void mangle();
128 #endif // ASSERT
129 127
130 void print_on(outputStream* st) const; 128 void print_on(outputStream* st) const;
131 void verify(); 129 void verify();
132 }; 130 };
133 #endif // SHARE_VM_MEMORY_METACHUNK_HPP 131 #endif // SHARE_VM_MEMORY_METACHUNK_HPP