thartmann [Mon, 15 Sep 2014 08:08:22 +0200] rev 26705
8048721: -XX:+PrintCompilation prints negative bci for non entrant OSR methods
Summary: Removed 'InvalidOSREntryBci' and checking nmethod::_state instead to determine if an osr method is non-entrant.
Reviewed-by: kvn, vlivanov, drchase
jwilhelm [Thu, 18 Sep 2014 19:41:50 +0200] rev 26704
Merge
stefank [Tue, 16 Sep 2014 09:31:42 +0000] rev 26703
Merge
stefank [Tue, 16 Sep 2014 10:13:45 +0200] rev 26702
8058475: TestCMSClassUnloadingEnabledHWM.java fails with '.*CMS Initial Mark.*' missing from stdout/stderr
Reviewed-by: mgerdin, tschatzl, brutisso
tschatzl [Tue, 16 Sep 2014 10:28:15 +0200] rev 26701
8052172: Evacuation failure handling in G1 does not evacuate all objects if -XX:-G1DeferredRSUpdate is set
Summary: Remove -XX:-G1DeferredRSUpdate functionality as it is racy. During evacuation failure handling, threads where evacuation failure handling occurred may try to add remembered sets to regions which remembered sets are currently being scanned. The iterator to handle the remembered set scan does not support addition of entries during scan and so may skip valid references.
Reviewed-by: iveresov, brutisso, mgerdin
ehelin [Tue, 24 Jun 2014 15:50:50 +0200] rev 26700
8049864: TestParallelHeapSizeFlags fails with unexpected heap size
Reviewed-by: sjohanss, jmasa
jwilhelm [Mon, 15 Sep 2014 13:32:30 +0000] rev 26699
Merge
jwilhelm [Mon, 15 Sep 2014 15:28:43 +0200] rev 26698
Merge