Wed, 26 Feb 2014 15:20:41 -0800 6498581: ThreadInterruptTest3 produces wrong output on Windows
minqi [Wed, 26 Feb 2014 15:20:41 -0800] rev 23176
6498581: ThreadInterruptTest3 produces wrong output on Windows Summary: There is race condition between os::interrupt and os::is_interrupted on Windows. In JVM_Sleep(Thread.sleep), check if thread gets interrupted, it may see interrupted but not really interrupted so cause spurious waking up (early return from sleep). Fix by checking if interrupt event really gets set thus prevent false return. For intrinsic of _isInterrupted, on Windows, go fastpath only on bit not set. Reviewed-by: acorn, kvn Contributed-by: david.holmes@oracle.com, yumin.qi@oracle.com
Wed, 26 Feb 2014 15:47:44 +0100 8035150: ShouldNotReachHere() in ConstantPool::copy_entry_to
sla [Wed, 26 Feb 2014 15:47:44 +0100] rev 23175
8035150: ShouldNotReachHere() in ConstantPool::copy_entry_to Reviewed-by: dcubed, mgronlun
Thu, 20 Mar 2014 13:44:05 -0700 Added tag jdk9-b05 for changeset 911cca83c115
katleman [Thu, 20 Mar 2014 13:44:05 -0700] rev 23174
Added tag jdk9-b05 for changeset 911cca83c115
Tue, 25 Mar 2014 12:31:39 -0700 Merge
lana [Tue, 25 Mar 2014 12:31:39 -0700] rev 23173
Merge
Tue, 18 Mar 2014 17:45:41 -0700 Merge
lana [Tue, 18 Mar 2014 17:45:41 -0700] rev 23172
Merge
Fri, 14 Mar 2014 13:16:46 +0100 8010767: Build fails on OEL6 with 16 cores
erikj [Fri, 14 Mar 2014 13:16:46 +0100] rev 23171
8010767: Build fails on OEL6 with 16 cores Reviewed-by: tbell, ihse
(0) -10000 -3000 -1000 -300 -100 -30 -10 -6 +6 +10 +30 +100 +300 +1000 +3000 +10000 +30000 tip