Tue, 28 Jan 2014 15:05:46 +0100 8007270: Make IsMethodCompilable test work with tiered
neliasso [Tue, 28 Jan 2014 15:05:46 +0100] rev 23188
8007270: Make IsMethodCompilable test work with tiered Summary: Only c2 compiles counts toward cutoff Reviewed-by: kvn, roland
Mon, 03 Mar 2014 08:04:14 +0100 8035946: Use ResourceHashtable for dependency checking
anoll [Mon, 03 Mar 2014 08:04:14 +0100] rev 23187
8035946: Use ResourceHashtable for dependency checking Summary: Use ResourceHashtable for dependency checking and delete GenericHashtable Reviewed-by: kvn, coleenp
Wed, 05 Mar 2014 12:31:09 -0500 8033990: Add message to verbose output to indicate when JVM was unable to use shared archive (with -Xshare:auto)
mseledtsov [Wed, 05 Mar 2014 12:31:09 -0500] rev 23186
8033990: Add message to verbose output to indicate when JVM was unable to use shared archive (with -Xshare:auto) Summary: Added message to indicate when sharing was attempted but failed Reviewed-by: coleenp, ctornqvi
Mon, 03 Mar 2014 11:54:35 +0100 8036122: Fix warning 'format not a string literal'
goetz [Mon, 03 Mar 2014 11:54:35 +0100] rev 23185
8036122: Fix warning 'format not a string literal' Reviewed-by: mduigou, kvn
Tue, 04 Mar 2014 09:57:16 -0500 8036547: test/runtime/CompressedOops/CompressedClassPointers.java fails with product build since -XX:+PrintMiscellaneous is a debug only flag
coleenp [Tue, 04 Mar 2014 09:57:16 -0500] rev 23184
8036547: test/runtime/CompressedOops/CompressedClassPointers.java fails with product build since -XX:+PrintMiscellaneous is a debug only flag Summary: Use PrintCompressedOopsMode and these other flags that match printing compressed oop information Reviewed-by: ctornqvi, sla
Tue, 11 Mar 2014 16:49:35 -0700 Merge
amurillo [Tue, 11 Mar 2014 16:49:35 -0700] rev 23183
Merge
Mon, 03 Mar 2014 13:58:52 -0500 8035735: Metaspace::contains become extremely slow in some cases
coleenp [Mon, 03 Mar 2014 13:58:52 -0500] rev 23182
8035735: Metaspace::contains become extremely slow in some cases Summary: Call is_metadata instead which does less work for the call in debugInfo.hpp which is called for all compiled code stack frames. Reviewed-by: jmasa, dcubed
Sat, 01 Mar 2014 09:56:15 -0800 8036102: part of the fix for 6498581 lost in mismerge
dsamersoff [Sat, 01 Mar 2014 09:56:15 -0800] rev 23181
8036102: part of the fix for 6498581 lost in mismerge Summary: Restore code lost in mis-merge Reviewed-by: dcubed
Sat, 01 Mar 2014 08:05:55 -0800 6471769: Error: assert(_cur_stack_depth == count_frames(),"cur_stack_depth out of sync")
sspitsyn [Sat, 01 Mar 2014 08:05:55 -0800] rev 23180
6471769: Error: assert(_cur_stack_depth == count_frames(),"cur_stack_depth out of sync") Summary: It is more safe to get/update data for suspended threads at a safepoint Reviewed-by: dcubed, twisti, dholmes Contributed-by: serguei.spitsyn@oracle.com
Sat, 01 Mar 2014 01:36:48 -0800 Merge
dsamersoff [Sat, 01 Mar 2014 01:36:48 -0800] rev 23179
Merge
Fri, 28 Feb 2014 16:00:40 +0400 8035893: JVM_GetVersionInfo fails to zero structure
igerasim [Fri, 28 Feb 2014 16:00:40 +0400] rev 23178
8035893: JVM_GetVersionInfo fails to zero structure Reviewed-by: sla, zgu
Fri, 28 Feb 2014 14:30:25 +0400 8036010: hs: Some jtreg tests use hard coded ports
sla [Fri, 28 Feb 2014 14:30:25 +0400] rev 23177
8036010: hs: Some jtreg tests use hard coded ports Summary: bind to an ephemeral port Reviewed-by: jbachorik, sla
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
(0) -10000 -3000 -1000 -300 -100 -14 +14 +100 +300 +1000 +3000 +10000 +30000 tip