kmo [Thu, 24 Jan 2013 02:03:38 -0800] rev 15244
8006758: LinkResolver assertion (caused by @Contended changes)
Summary: treat anonymous classes as privileged code to restore the special handling for @Compiled during class file parsing
Reviewed-by: jrose, coleenp, kvn, dholmes
kvn [Wed, 23 Jan 2013 15:11:03 -0800] rev 15243
8003878: compiler/7196199 test failed on OS X since 8b54, jdk7u12b01
Summary: Limit vectors size to 16 bytes on BSD until the problem is fixed
Reviewed-by: twisti
kvn [Tue, 22 Jan 2013 15:34:16 -0800] rev 15242
6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
Summary: Use SSE4.2 and AVX2 instructions for encodeArray intrinsic.
Reviewed-by: roland
kvn [Tue, 22 Jan 2013 11:31:25 -0800] rev 15241
8005055: pass outputStream to more opto debug routines
Summary: pass the output stream to node->dump() and everything reachable from there
Reviewed-by: kvn
Contributed-by: goetz.lindenmaier@sap.com
jmasa [Thu, 24 Jan 2013 06:04:43 -0800] rev 15240
Merge
mgerdin [Tue, 22 Jan 2013 13:42:39 +0100] rev 15239
8004147: test/Makefile jtreg_tests target does not work with cygwin
Reviewed-by: ctornqvi, brutisso
brutisso [Wed, 16 Jan 2013 12:46:27 +0100] rev 15238
8006242: G1: WorkerDataArray<T>::verify() too strict for double calculations
Summary: Also reviewed by vitalyd@gmail.com.
Reviewed-by: johnc, mgerdin
zgu [Tue, 22 Jan 2013 11:54:16 -0800] rev 15237
Merge
zgu [Tue, 22 Jan 2013 14:27:41 -0500] rev 15236
6871190: Don't terminate JVM if it is running in a non-interactive session
Summary: Don't handle CTRL_LOGOFF_EVENT event when the process is running in a non-interactive session
Reviewed-by: ctornqvi, acorn
dcubed [Tue, 22 Jan 2013 05:57:18 -0800] rev 15235
8004903: VMThread::execute() calls Thread::check_for_valid_safepoint_state() on concurrent VM ops
Summary: check_for_valid_safepoint_state() only applies to blocking VM ops
Reviewed-by: acorn, dholmes, dice, sspitsyn
Contributed-by: karen.kinnear@oracle.com