Mon, 25 Apr 2016 09:51:00 -0400 8154580: Save mirror in interpreter frame to enable cleanups of CLDClosure
coleenp [Mon, 25 Apr 2016 09:51:00 -0400] rev 38074
8154580: Save mirror in interpreter frame to enable cleanups of CLDClosure Summary: GC walks the mirror using OopClosure rather than using CLDClosure in oops_interpreted_do() Reviewed-by: dlong, twisti, stefank
Mon, 25 Apr 2016 15:02:33 +0000 Merge
aph [Mon, 25 Apr 2016 15:02:33 +0000] rev 38073
Merge
Mon, 25 Apr 2016 14:22:36 +0000 8154957: AArch64: Better byte behavior
aph [Mon, 25 Apr 2016 14:22:36 +0000] rev 38072
8154957: AArch64: Better byte behavior Summary: The fix for 8132051 is needed for AArch64. Reviewed-by: roland
Mon, 25 Apr 2016 11:36:14 +0200 8017629: G1: UseSHM in combination with a G1HeapRegionSize > os::large_page_size() falls back to use small pages
stefank [Mon, 25 Apr 2016 11:36:14 +0200] rev 38071
8017629: G1: UseSHM in combination with a G1HeapRegionSize > os::large_page_size() falls back to use small pages Reviewed-by: pliden, sjohanss, stuefe
Fri, 22 Apr 2016 19:40:39 +0200 Merge
jiangli [Fri, 22 Apr 2016 19:40:39 +0200] rev 38070
Merge
Tue, 19 Apr 2016 15:11:23 -0700 8153549: [TESTBUG] remove obsolete runtime/SharedArchiveFile/BasicJarBuilder
mseledtsov [Tue, 19 Apr 2016 15:11:23 -0700] rev 38069
8153549: [TESTBUG] remove obsolete runtime/SharedArchiveFile/BasicJarBuilder Summary: Removed the obsolete file, after ensuring no other jdk components depend on it Reviewed-by: iklam, lfoltan, hseigel, gtriantafill, ctornqvi
Fri, 22 Apr 2016 16:17:45 +0000 Merge
coleenp [Fri, 22 Apr 2016 16:17:45 +0000] rev 38068
Merge
Sat, 23 Apr 2016 15:21:48 -0400 8154566: os_linux.cpp parse_os_info gives non descriptive output on current SLES releases
mbaesken [Sat, 23 Apr 2016 15:21:48 -0400] rev 38067
8154566: os_linux.cpp parse_os_info gives non descriptive output on current SLES releases Summary: For SuSE, read the first line of the /etc/xrelease file, also get PRETTY_NAME from /etc/os_release Reviewed-by: gthornbr, coleenp
Fri, 22 Apr 2016 14:48:35 +0000 Merge
coleenp [Fri, 22 Apr 2016 14:48:35 +0000] rev 38066
Merge
Fri, 22 Apr 2016 14:57:18 +0200 8154921: Fix aix after "8146879: Add option for handling existing log files in UL"
goetz [Fri, 22 Apr 2016 14:57:18 +0200] rev 38065
8154921: Fix aix after "8146879: Add option for handling existing log files in UL" Summary: Rename os::fileno to os::get_fileno because AIX defines macro 'fileno'. Reviewed-by: coleenp
Fri, 22 Apr 2016 13:16:57 +0000 Merge
coleenp [Fri, 22 Apr 2016 13:16:57 +0000] rev 38064
Merge
Fri, 22 Apr 2016 14:30:58 +0200 8154210: Zero: Better byte behaviour
aph [Fri, 22 Apr 2016 14:30:58 +0200] rev 38063
8154210: Zero: Better byte behaviour Summary: Complete support for 8132051 on Zero and fix failure on 64-bit big-endian systems Reviewed-by: andrew, chrisphi, coleenp
Fri, 22 Apr 2016 13:43:36 +0200 Merge
tschatzl [Fri, 22 Apr 2016 13:43:36 +0200] rev 38062
Merge
Fri, 22 Apr 2016 10:19:22 +0200 8154838: G1CardLiveData::free_large_bitmap() uses wrong calculation to determine the number of words
tschatzl [Fri, 22 Apr 2016 10:19:22 +0200] rev 38061
8154838: G1CardLiveData::free_large_bitmap() uses wrong calculation to determine the number of words Summary: Use the exact same calculation as G1CardLiveData::allocate_large_bitmap() in free_large_bitmap(). Reviewed-by: stefank, jmasa
Fri, 22 Apr 2016 01:04:00 -0700 Merge
amurillo [Fri, 22 Apr 2016 01:04:00 -0700] rev 38060
Merge
Thu, 21 Apr 2016 20:49:11 -0700 8148195: Some InstanceKlass and MethodCounters fields can be excluded when JVMTI is not supported
cjplummer [Thu, 21 Apr 2016 20:49:11 -0700] rev 38059
8148195: Some InstanceKlass and MethodCounters fields can be excluded when JVMTI is not supported Summary: Removed "previous version", "cached class file", and breakpoint related fields and code when JVMTI is not supported Reviewed-by: coleenp, sspitsyn
Thu, 21 Apr 2016 20:11:40 +0000 Merge
bharadwaj [Thu, 21 Apr 2016 20:11:40 +0000] rev 38058
Merge
Thu, 21 Apr 2016 15:59:07 -0400 Merge
bharadwaj [Thu, 21 Apr 2016 15:59:07 -0400] rev 38057
Merge
Thu, 21 Apr 2016 09:29:54 +0000 Merge
thartmann [Thu, 21 Apr 2016 09:29:54 +0000] rev 38056
Merge
Thu, 21 Apr 2016 10:52:00 +0200 8086068: VM crashes with "-Xint -XX:+UseCompiler" options
thartmann [Thu, 21 Apr 2016 10:52:00 +0200] rev 38055
8086068: VM crashes with "-Xint -XX:+UseCompiler" options Summary: Prevent incompatible compiler flag combination. Reviewed-by: zmajo, kvn, ddmitriev
Thu, 21 Apr 2016 09:21:48 +0200 8153292: AllocateInstancePrefetchLines>AllocatePrefetchLines can trigger out-of-heap prefetching
zmajo [Thu, 21 Apr 2016 09:21:48 +0200] rev 38054
8153292: AllocateInstancePrefetchLines>AllocatePrefetchLines can trigger out-of-heap prefetching Summary: Set the size of the reserved TLAB area to the MAX of both flags. Reviewed-by: kvn, thartmann
Wed, 20 Apr 2016 20:40:46 +0300 8154145: Missing klass/method name in stack traces on error
vlivanov [Wed, 20 Apr 2016 20:40:46 +0300] rev 38053
8154145: Missing klass/method name in stack traces on error Reviewed-by: stefank, cjplummer
Tue, 19 Apr 2016 19:52:39 -0700 8154537: AArch64: some integer rotate instructions are never emitted
roland [Tue, 19 Apr 2016 19:52:39 -0700] rev 38052
8154537: AArch64: some integer rotate instructions are never emitted Reviewed-by: aph, adinn, kvn
Tue, 19 Apr 2016 15:26:59 -0400 Merge
bharadwaj [Tue, 19 Apr 2016 15:26:59 -0400] rev 38051
Merge
Tue, 19 Apr 2016 09:31:53 +0100 8153756: jdk.vm.ci should not depend on sun.misc ( jdk.unsupported module )
chegar [Tue, 19 Apr 2016 09:31:53 +0100] rev 38050
8153756: jdk.vm.ci should not depend on sun.misc ( jdk.unsupported module ) Reviewed-by: twisti
Mon, 18 Apr 2016 15:18:14 -0700 8153998: Masked vector post loops
mcberg [Mon, 18 Apr 2016 15:18:14 -0700] rev 38049
8153998: Masked vector post loops Summary: Masked vectorization for post loops to execute in a single iteration in place of fixup scalar loops which used to take many iterations to complete work for user loops. Reviewed-by: twisti, kvn
Mon, 18 Apr 2016 20:57:16 +0000 Merge
tpivovarova [Mon, 18 Apr 2016 20:57:16 +0000] rev 38048
Merge
Mon, 18 Apr 2016 15:40:11 +0300 8154174: Improve JitTester performance
aaivanov [Mon, 18 Apr 2016 15:40:11 +0300] rev 38047
8154174: Improve JitTester performance Reviewed-by: iignatyev
Mon, 18 Apr 2016 20:57:27 +0300 8154135: Loop alignment may be added inside the loop body
roland [Mon, 18 Apr 2016 20:57:27 +0300] rev 38046
8154135: Loop alignment may be added inside the loop body Reviewed-by: kvn, vlivanov
Mon, 18 Apr 2016 11:22:51 +0200 8153357: C2 creates incorrect cast after eliminating phi with unique input
zmajo [Mon, 18 Apr 2016 11:22:51 +0200] rev 38045
8153357: C2 creates incorrect cast after eliminating phi with unique input Summary: Refine C2's logic to determine the type of cast node added. Reviewed-by: kvn
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip