enevill [Tue, 26 Jan 2016 14:04:01 +0000] rev 35605
8148240: aarch64: random infrequent null pointer exceptions in javac
Summary: Disable fp as an allocatable register
Reviewed-by: aph
dnsimon [Tue, 26 Jan 2016 11:28:54 -1000] rev 35604
8148202: move lookup of Java class and hub from ResolvedJavaType to ConstantReflectionProvider
Reviewed-by: twisti
Contributed-by: christian.wimmer@oracle.com
thartmann [Tue, 26 Jan 2016 11:53:47 +0000] rev 35603
Merge
thartmann [Tue, 26 Jan 2016 10:46:15 +0100] rev 35602
8147876: ciTypeFlow::is_dominated_by() writes outside dominated array
Summary: ciTypeFlow::is_dominated_by() should use block_count() instead of _methodBlocks->num_blocks().
Reviewed-by: neliasso, vlivanov, kvn
roland [Tue, 26 Jan 2016 10:41:05 +0100] rev 35601
Merge
roland [Thu, 21 Jan 2016 18:04:14 +0100] rev 35600
8147853: "assert(t->meet(t0) == t) failed: Not monotonic" with sun/util/calendar/zi/TestZoneInfo310.java
Summary: type of counted loop Phi may be saturated before special code to handle counted loops kicks in
Reviewed-by: kvn
thartmann [Tue, 26 Jan 2016 09:11:58 +0100] rev 35599
Merge
dnsimon [Mon, 25 Jan 2016 14:09:28 -1000] rev 35598
8147470: update JVMCI mx extensions
Reviewed-by: twisti
iignatyev [Tue, 26 Jan 2016 00:25:20 +0300] rev 35597
8148136: compile control tests have incorrect @build directives
Reviewed-by: kvn
iignatyev [Tue, 26 Jan 2016 00:25:20 +0300] rev 35596
8148161: quarantine compiler/loopopts/UseCountedLoopSafepoints.java
Reviewed-by: kvn
never [Mon, 25 Jan 2016 09:12:58 -0800] rev 35595
8148101: [JVMCI] Make CallingConvention.Type extensible
Reviewed-by: twisti
goetz [Thu, 21 Jan 2016 12:37:47 +0100] rev 35594
8147937: Adapt SAP copyrights to new company name.
Reviewed-by: simonis, stuefe
never [Fri, 22 Jan 2016 11:11:06 -0800] rev 35593
8146424: runtime/ReservedStack/ReservedStackTest.java triggers: assert(thread->deopt_mark() == __null) failed: no stack overflow from deopt blob/uncommon trap
Reviewed-by: twisti
never [Fri, 22 Jan 2016 11:08:07 -0800] rev 35592
8147432: JVMCI should report bailouts in PrintCompilation output
Reviewed-by: kvn, twisti
rschatz [Thu, 21 Jan 2016 16:22:01 +0100] rev 35591
8146244: compiler/jvmci/code/DataPatchTest.java crashes: SIGSEGV in (getConstClass)getConstClass
Reviewed-by: twisti
thartmann [Fri, 22 Jan 2016 12:37:32 +0100] rev 35590
8065334: CodeHeap expansion fails although there is uncommitted memory
Summary: CodeHeap::expand_by() should commit remaining space if requested expansion size is too large.
Reviewed-by: kvn