commit | 45cc7f61db5c9fe7d91134f6e070d42705bddc26 | [log] [tgz] |
---|---|---|
author | Thomas Schatzl <tschatzl@openjdk.org> | Tue Apr 02 10:03:02 2013 +0200 |
committer | Thomas Schatzl <tschatzl@openjdk.org> | Tue Apr 02 10:03:02 2013 +0200 |
tree | 4b4ddeab22f5077bd035d9038f9b737f2eb80a14 | |
parent | d67e393dd60d0afcd8cf992a7de182615fccd0d7 [diff] |
8005857: assert in GC_locker from PSOldGen::expand with -XX:+PrintGCDetails and Verbose Use GC_locker::is_active_and_needs_gc() instead of GC_locker::is_active() for providing information about the reason of heap expansion. Reviewed-by: jmasa, johnc