comparison 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
comparison
equal deleted inserted replaced
7181:2fc0334f613a 7185:90273fc0a981
30 // ciReplay 30 // ciReplay
31 31
32 class ciReplay { 32 class ciReplay {
33 CI_PACKAGE_ACCESS 33 CI_PACKAGE_ACCESS
34 34
35 #ifdef ASSERT 35 #ifndef PRODUCT
36 private: 36 private:
37 static int replay_impl(TRAPS); 37 static int replay_impl(TRAPS);
38 38
39 public: 39 public:
40 static void replay(TRAPS); 40 static void replay(TRAPS);