8139772: Cleanups in Generation related code

Reviewed-by: tbenson, mgerdin
This commit is contained in:
Jesper Wilhelmsson 2015-10-19 15:03:58 +02:00
parent 686fb800c8
commit f21d1afd70
8 changed files with 25 additions and 51 deletions

View file

@ -126,8 +126,6 @@ public:
WorkGang* workers() const { return _workers; }
GCStats* gc_stats(Generation* generation) const;
// Returns JNI_OK on success
virtual jint initialize();