martin [Thu, 18 Sep 2014 16:25:50 -0700] rev 26715
8058550: Clarify that TimerTasks are not reusable
Reviewed-by: alanb, chegar
martin [Mon, 15 Sep 2014 18:38:16 -0700] rev 26714
8058520: jar xf does not work on zip files with leading garbage
Summary: Fall back to ZipFile if ZipInputStream finds no entries
Reviewed-by: sherman
katleman [Thu, 25 Sep 2014 12:40:26 -0700] rev 26713
Added tag jdk9-b32 for changeset 6558cf507217
duke [Wed, 05 Jul 2017 20:02:07 +0200] rev 26712
Merge
lana [Thu, 25 Sep 2014 16:21:54 -0700] rev 26711
Merge
amurillo [Fri, 19 Sep 2014 01:59:59 -0700] rev 26710
Merge
adlertz [Thu, 18 Sep 2014 18:40:37 +0000] rev 26709
Merge
adlertz [Thu, 18 Sep 2014 19:30:59 +0200] rev 26708
Merge
iignatyev [Tue, 16 Sep 2014 21:29:30 +0400] rev 26707
8057165: [TESTBUG] Need a test to cover JDK-8054883
Reviewed-by: kvn, iveresov, iignatyev
Contributed-by: Boris Molodenkov <boris.molodenkov@oracle.com>
anoll [Tue, 16 Sep 2014 14:39:11 +0200] rev 26706
8058452: ciInstanceKlass::non_static_fields() can be removed
Summary: ciInstanceKlass::non_static_fields() and all associated data structures can be removed since they are unused.
Reviewed-by: kvn, thartmann
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