Thu, 28 Apr 2016 21:56:38 +0000 Merge
sspitsyn [Thu, 28 Apr 2016 21:56:38 +0000] rev 38117
Merge
Thu, 28 Apr 2016 19:34:13 +0000 Merge
sspitsyn [Thu, 28 Apr 2016 19:34:13 +0000] rev 38116
Merge
Thu, 28 Apr 2016 12:25:16 -0700 8153190: JVMTI GetAllModules should make it clear that it also returns unnamed module
sspitsyn [Thu, 28 Apr 2016 12:25:16 -0700] rev 38115
8153190: JVMTI GetAllModules should make it clear that it also returns unnamed module Summary: Clarify the JVMTI spec Reviewed-by: alanb
Thu, 28 Apr 2016 22:32:06 +0200 Merge
stefank [Thu, 28 Apr 2016 22:32:06 +0200] rev 38114
Merge
Thu, 28 Apr 2016 15:52:08 +0200 8155206: Internal VM test DirectiveParser_test is too verbose
stefank [Thu, 28 Apr 2016 15:52:08 +0200] rev 38113
8155206: Internal VM test DirectiveParser_test is too verbose Reviewed-by: rehn, neliasso
Thu, 28 Apr 2016 13:44:36 -0400 8151342: Add module name/version to class histogram output
hseigel [Thu, 28 Apr 2016 13:44:36 -0400] rev 38112
8151342: Add module name/version to class histogram output Summary: Add additional column to histogram containing module@version Reviewed-by: sundar, gtriantafill
Thu, 28 Apr 2016 09:10:10 +0000 Merge
sspitsyn [Thu, 28 Apr 2016 09:10:10 +0000] rev 38111
Merge
Thu, 28 Apr 2016 00:36:46 -0700 8153749: New capability can_generate_early_class_hook_events
sspitsyn [Thu, 28 Apr 2016 00:36:46 -0700] rev 38110
8153749: New capability can_generate_early_class_hook_events Summary: Add new capability Reviewed-by: alanb, dsamersoff
Wed, 27 Apr 2016 11:25:16 +0200 8155209: Move setting of young index in cset to G1CollectionSet
mgerdin [Wed, 27 Apr 2016 11:25:16 +0200] rev 38109
8155209: Move setting of young index in cset to G1CollectionSet Reviewed-by: sjohanss, ehelin
Wed, 27 Apr 2016 11:40:43 -0700 8154976: UseSharedSpaces error message is incomplete
ccheung [Wed, 27 Apr 2016 11:40:43 -0700] rev 38108
8154976: UseSharedSpaces error message is incomplete Reviewed-by: cjplummer, jiangli, mseledtsov
Wed, 27 Apr 2016 16:02:32 +0200 8155087: Calculation in other_time_ms() is incorrect
sjohanss [Wed, 27 Apr 2016 16:02:32 +0200] rev 38107
8155087: Calculation in other_time_ms() is incorrect Reviewed-by: tschatzl, ehelin
Wed, 27 Apr 2016 16:02:02 +0200 8155082: Refactor mutator region restriction
sjohanss [Wed, 27 Apr 2016 16:02:02 +0200] rev 38106
8155082: Refactor mutator region restriction Reviewed-by: mgerdin, tschatzl
Wed, 27 Apr 2016 13:50:00 +0200 Merge
ehelin [Wed, 27 Apr 2016 13:50:00 +0200] rev 38105
Merge
Wed, 27 Apr 2016 13:01:04 +0200 8155224: Bring back version control history to g1Policy.hpp and g1DefaultPolicy.*
ehelin [Wed, 27 Apr 2016 13:01:04 +0200] rev 38104
8155224: Bring back version control history to g1Policy.hpp and g1DefaultPolicy.* Reviewed-by: pliden, mgerdin, sjohanss
Tue, 26 Apr 2016 12:46:40 +0200 8149442: MonitorInUseLists should be on by default, deflate idle monitors taking too long
dsimms [Tue, 26 Apr 2016 12:46:40 +0200] rev 38103
8149442: MonitorInUseLists should be on by default, deflate idle monitors taking too long Summary: MonitorInUseLists on by default Reviewed-by: rbackman, mlarsson
Wed, 27 Apr 2016 08:48:39 +0200 8141496: BitMap set operations copy their other BitMap argument
stefank [Wed, 27 Apr 2016 08:48:39 +0200] rev 38102
8141496: BitMap set operations copy their other BitMap argument Reviewed-by: mgerdin, tschatzl
Tue, 26 Apr 2016 20:55:39 +0200 Merge
ppunegov [Tue, 26 Apr 2016 20:55:39 +0200] rev 38101
Merge
Tue, 26 Apr 2016 18:54:37 +0200 Merge
ppunegov [Tue, 26 Apr 2016 18:54:37 +0200] rev 38100
Merge
Tue, 26 Apr 2016 16:50:34 +0300 8155092: [TESTBUG] TestHumongousClassLoader.java needs UnlockDiagnosticVMOptions before WhiteBoxAPI
kzhaldyb [Tue, 26 Apr 2016 16:50:34 +0300] rev 38099
8155092: [TESTBUG] TestHumongousClassLoader.java needs UnlockDiagnosticVMOptions before WhiteBoxAPI Reviewed-by: tschatzl, dfazunen
Tue, 26 Apr 2016 17:46:36 +0200 Merge
erikj [Tue, 26 Apr 2016 17:46:36 +0200] rev 38098
Merge
Tue, 26 Apr 2016 13:35:28 +0200 8150601: Remove the old Hotspot build system
erikj [Tue, 26 Apr 2016 13:35:28 +0200] rev 38097
8150601: Remove the old Hotspot build system Reviewed-by: ihse
Tue, 26 Apr 2016 15:45:20 +0000 Merge
rprotacio [Tue, 26 Apr 2016 15:45:20 +0000] rev 38096
Merge
Tue, 26 Apr 2016 14:22:06 +0000 Merge
rprotacio [Tue, 26 Apr 2016 14:22:06 +0000] rev 38095
Merge
Tue, 26 Apr 2016 09:08:12 -0400 8152844: JVM InstanceKlass Methods For Obtaining Package/Module Should Be Moved to Klass
rprotacio [Tue, 26 Apr 2016 09:08:12 -0400] rev 38094
8152844: JVM InstanceKlass Methods For Obtaining Package/Module Should Be Moved to Klass Summary: Converted package() and module() functions to pure virtual functions of Klass Reviewed-by: dholmes, coleenp, lfoltan, hseigel
Tue, 26 Apr 2016 14:38:39 +0000 8155100: AArch64: Relax alignment requirement for byte_map_base
aph [Tue, 26 Apr 2016 14:38:39 +0000] rev 38093
8155100: AArch64: Relax alignment requirement for byte_map_base Reviewed-by: roland
Tue, 26 Apr 2016 15:16:41 +0200 Merge
mlarsson [Tue, 26 Apr 2016 15:16:41 +0200] rev 38092
Merge
Tue, 26 Apr 2016 10:58:03 +0200 8154719: JvmtiBreakpoint rename method print() to print_on()
rehn [Tue, 26 Apr 2016 10:58:03 +0200] rev 38091
8154719: JvmtiBreakpoint rename method print() to print_on() Reviewed-by: mlarsson, sla, sspitsyn
Tue, 26 Apr 2016 11:49:37 +0000 Merge
ddmitriev [Tue, 26 Apr 2016 11:49:37 +0000] rev 38090
Merge
Tue, 26 Apr 2016 13:22:32 +0300 8153992: Some hotspot tests fail on compact2 due to an unnecessary test library dependency
akulyakh [Tue, 26 Apr 2016 13:22:32 +0300] rev 38089
8153992: Some hotspot tests fail on compact2 due to an unnecessary test library dependency Summary: Removing unnecessary dependency on java.management from the ProcessTool.getProcessId() Reviewed-by: mchung
Tue, 26 Apr 2016 11:46:38 +0000 Merge
dfazunen [Tue, 26 Apr 2016 11:46:38 +0000] rev 38088
Merge
Tue, 26 Apr 2016 10:01:00 +0000 Merge
dfazunen [Tue, 26 Apr 2016 10:01:00 +0000] rev 38087
Merge
Tue, 26 Apr 2016 09:14:06 +0000 Merge
dfazunen [Tue, 26 Apr 2016 09:14:06 +0000] rev 38086
Merge
Fri, 22 Apr 2016 18:19:29 +0300 8154341: [TESTBUG] G1 stress test for humongous objects allocation
mchernov [Fri, 22 Apr 2016 18:19:29 +0300] rev 38085
8154341: [TESTBUG] G1 stress test for humongous objects allocation Reviewed-by: jwilhelm, dfazunen
Fri, 22 Apr 2016 17:49:15 +0300 8154759: [TESTBUG] GC tests should be changed to be able to execute with -Xlog:all=trace.
mchernov [Fri, 22 Apr 2016 17:49:15 +0300] rev 38084
8154759: [TESTBUG] GC tests should be changed to be able to execute with -Xlog:all=trace. Reviewed-by: jmasa, dfazunen
Fri, 22 Apr 2016 17:46:06 +0300 8154843: GC tests should be correctly marked with @module
mchernov [Fri, 22 Apr 2016 17:46:06 +0300] rev 38083
8154843: GC tests should be correctly marked with @module Reviewed-by: jwilhelm, dfazunen
Tue, 26 Apr 2016 11:05:11 +0200 8155085: [ppc] Fix Type-O in "8154580: Save mirror in interpreter frame..."
goetz [Tue, 26 Apr 2016 11:05:11 +0200] rev 38082
8155085: [ppc] Fix Type-O in "8154580: Save mirror in interpreter frame..." Reviewed-by: dholmes, mgerdin
Tue, 26 Apr 2016 10:23:08 +0200 8151556: Use the PreservedMarks* classes for the G1 preserved mark stacks
tonyp [Tue, 26 Apr 2016 10:23:08 +0200] rev 38081
8151556: Use the PreservedMarks* classes for the G1 preserved mark stacks Reviewed-by: tschatzl
Tue, 26 Apr 2016 10:19:57 +0200 8154153: PS: Restore preserved marks in parallel
tonyp [Tue, 26 Apr 2016 10:19:57 +0200] rev 38080
8154153: PS: Restore preserved marks in parallel Summary: Restore preserved marks after evacuation failure in parallel using the PreservedMark infrastructure. Reviewed-by: tschatzl
Mon, 25 Apr 2016 12:11:58 -0700 8154379: MIN_STACK_SHADOW_PAGES should equal DEFAULT_STACK_SHADOW_PAGES on aarch64
cjplummer [Mon, 25 Apr 2016 12:11:58 -0700] rev 38079
8154379: MIN_STACK_SHADOW_PAGES should equal DEFAULT_STACK_SHADOW_PAGES on aarch64 Summary: Undid previous change that had set it to 1. Reviewed-by: enevill, adinn, aph
Mon, 25 Apr 2016 12:42:29 +0200 8154996: [aix] Implement compare_file_modified_times for "8146879: Add option ..."
goetz [Mon, 25 Apr 2016 12:42:29 +0200] rev 38078
8154996: [aix] Implement compare_file_modified_times for "8146879: Add option ..." Reviewed-by: simonis
Mon, 25 Apr 2016 17:24:33 +0200 Merge
ehelin [Mon, 25 Apr 2016 17:24:33 +0200] rev 38077
Merge
Wed, 20 Apr 2016 15:24:18 +0200 8154753: Turn G1Policy into an interface
ehelin [Wed, 20 Apr 2016 15:24:18 +0200] rev 38076
8154753: Turn G1Policy into an interface Reviewed-by: sjohanss, mgerdin
Mon, 25 Apr 2016 15:22:16 +0000 Merge
coleenp [Mon, 25 Apr 2016 15:22:16 +0000] rev 38075
Merge
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
Mon, 18 Apr 2016 09:39:55 +0200 8072428: Enable UseLoopCounter ergonomically if on-stack-replacement is enabled
zmajo [Mon, 18 Apr 2016 09:39:55 +0200] rev 38044
8072428: Enable UseLoopCounter ergonomically if on-stack-replacement is enabled Summary: Set UseLoopCounter ergonomically if on-stack-replacement is enabled. Print warning. Reviewed-by: kvn
Thu, 07 Apr 2016 12:33:58 +0200 8153267: nmethod's exception cache not multi-thread safe
mdoerr [Thu, 07 Apr 2016 12:33:58 +0200] rev 38043
8153267: nmethod's exception cache not multi-thread safe Reviewed-by: aph, jcm, kvn
Fri, 15 Apr 2016 07:54:31 +0200 8151708: C1 FastTLABRefill can allocate TLABs past the end of the heap
zmajo [Fri, 15 Apr 2016 07:54:31 +0200] rev 38042
8151708: C1 FastTLABRefill can allocate TLABs past the end of the heap Summary: Use branch instruction that checks xcc instead of icc. Reviewed-by: kvn, thartmann
Thu, 14 Apr 2016 18:15:41 +0200 Merge
ppunegov [Thu, 14 Apr 2016 18:15:41 +0200] rev 38041
Merge
Thu, 14 Apr 2016 15:28:46 +0200 Merge
ppunegov [Thu, 14 Apr 2016 15:28:46 +0200] rev 38040
Merge
Wed, 13 Apr 2016 18:56:51 +0300 8153852: [jittester] move TypeUtil to utils package
ppunegov [Wed, 13 Apr 2016 18:56:51 +0300] rev 38039
8153852: [jittester] move TypeUtil to utils package Summary: rewrite TypeUtil and move to utils package Reviewed-by: kvn
Wed, 13 Apr 2016 18:31:43 +0300 8140354: Unquarantine tests that failed with OutOfMemoryError
ppunegov [Wed, 13 Apr 2016 18:31:43 +0300] rev 38038
8140354: Unquarantine tests that failed with OutOfMemoryError Summary: unquarantine CompilerControl tests Reviewed-by: iignatyev
Tue, 12 Apr 2016 11:53:44 +0800 8153713: aarch64: improve short array clearing using store pair
fyang [Tue, 12 Apr 2016 11:53:44 +0800] rev 38037
8153713: aarch64: improve short array clearing using store pair Summary: aarch64: generate store pair instruction to clear short arrays Reviewed-by: aph
Thu, 14 Apr 2016 08:32:39 +0200 8154073: Several compiler tests fail when are executed with C1 only
thartmann [Thu, 14 Apr 2016 08:32:39 +0200] rev 38036
8154073: Several compiler tests fail when are executed with C1 only Summary: Added missing flag checks to the tests and Whitebox API. Reviewed-by: kvn
Tue, 12 Apr 2016 17:12:51 -0700 8153818: Move similar CompiledIC platform specific code to shared code.
kvn [Tue, 12 Apr 2016 17:12:51 -0700] rev 38035
8153818: Move similar CompiledIC platform specific code to shared code. Reviewed-by: iveresov, twisti
Tue, 12 Apr 2016 14:55:18 -0700 8153115: Move private interface check to linktime
iveresov [Tue, 12 Apr 2016 14:55:18 -0700] rev 38034
8153115: Move private interface check to linktime Summary: Check for private interface methods during linktime instead of runtime Reviewed-by: kvn, never, coleenp, acorn, lfoltan
Tue, 12 Apr 2016 14:17:42 -0400 Merge
bharadwaj [Tue, 12 Apr 2016 14:17:42 -0400] rev 38033
Merge
Tue, 12 Apr 2016 11:29:08 +0200 8153885: [TESTBUG] few regression tests failed after 8151880 changes
neliasso [Tue, 12 Apr 2016 11:29:08 +0200] rev 38032
8153885: [TESTBUG] few regression tests failed after 8151880 changes Summary: Test that uses compile() as missed in update Reviewed-by: kvn
Wed, 06 Apr 2016 18:51:03 +0300 8149374: Replace C1-specific collection classes with universal collection classes
fzhinkin [Wed, 06 Apr 2016 18:51:03 +0300] rev 38031
8149374: Replace C1-specific collection classes with universal collection classes Reviewed-by: kvn, mgerdin, coleenp
Mon, 11 Apr 2016 21:42:55 +0300 8152590: C2: @Stable support doesn't always work w/ incremental inlining
vlivanov [Mon, 11 Apr 2016 21:42:55 +0300] rev 38030
8152590: C2: @Stable support doesn't always work w/ incremental inlining Reviewed-by: kvn
Mon, 11 Apr 2016 21:42:31 +0300 8138861: C2 complains about unreasonably large method running Octane zlib in Nashorn
vlivanov [Mon, 11 Apr 2016 21:42:31 +0300] rev 38029
8138861: C2 complains about unreasonably large method running Octane zlib in Nashorn Reviewed-by: kvn
Thu, 07 Apr 2016 22:36:16 +0000 8153797: aarch64: Add Arrays.fill stub code
enevill [Thu, 07 Apr 2016 22:36:16 +0000] rev 38028
8153797: aarch64: Add Arrays.fill stub code Reviewed-by: aph Contributed-by: long.chen@linaro.org
Thu, 07 Apr 2016 08:57:26 -1000 8153439: do not install an empty SpeculationLog in an nmethod
dnsimon [Thu, 07 Apr 2016 08:57:26 -1000] rev 38027
8153439: do not install an empty SpeculationLog in an nmethod Reviewed-by: iveresov, twisti
Thu, 07 Apr 2016 18:27:50 +0200 Merge
neliasso [Thu, 07 Apr 2016 18:27:50 +0200] rev 38026
Merge
Wed, 06 Apr 2016 14:48:45 +0200 8151880: EnqueueMethodForCompilationTest.java still fails to compile method
neliasso [Wed, 06 Apr 2016 14:48:45 +0200] rev 38025
8151880: EnqueueMethodForCompilationTest.java still fails to compile method Summary: Extract SimpleTestCaseHelper inner class Reviewed-by: kvn
Thu, 07 Apr 2016 16:51:37 +0200 8153514: Whitebox API should allow compilation of <clinit>
thartmann [Thu, 07 Apr 2016 16:51:37 +0200] rev 38024
8153514: Whitebox API should allow compilation of <clinit> Summary: Added Whitebox API method to trigger compilation of static initializer. Reviewed-by: zmajo, kvn, iignatyev
Thu, 07 Apr 2016 12:16:03 +0000 Merge
thartmann [Thu, 07 Apr 2016 12:16:03 +0000] rev 38023
Merge
Thu, 07 Apr 2016 01:56:16 -0700 8149488: Incorrect declaration of bitsInByte in regmask.cpp.
rraghavan [Thu, 07 Apr 2016 01:56:16 -0700] rev 38022
8149488: Incorrect declaration of bitsInByte in regmask.cpp. Summary: Corrected BITS_IN_BYTE_ARRAY_SIZE value as 256 for all bitsInByte usage. Reviewed-by: dlong, mcberg, thartmann, vlivanov
Thu, 07 Apr 2016 10:50:08 +0000 Merge
shade [Thu, 07 Apr 2016 10:50:08 +0000] rev 38021
Merge
Wed, 06 Apr 2016 10:55:46 +0300 8153265: [TESTBUG] compiler/whitebox/ForceNMethodSweepTest should not assume asserts are benign
shade [Wed, 06 Apr 2016 10:55:46 +0300] rev 38020
8153265: [TESTBUG] compiler/whitebox/ForceNMethodSweepTest should not assume asserts are benign Reviewed-by: twisti, ikrylov
Fri, 01 Apr 2016 10:43:35 +0300 8153165: Fix MX tool config script to make the tool work with TESTNG
kshefov [Fri, 01 Apr 2016 10:43:35 +0300] rev 38019
8153165: Fix MX tool config script to make the tool work with TESTNG Reviewed-by: dnsimon, twisti
Wed, 06 Apr 2016 10:29:26 -0700 8152907: Update for x86 tan and log10 in the math lib
vdeshpande [Wed, 06 Apr 2016 10:29:26 -0700] rev 38018
8152907: Update for x86 tan and log10 in the math lib Summary: Optimize Math.tan() and log10() for 64 and 32 bit X86 architecture using Intel LIBM implementation. Reviewed-by: kvn, twisti Contributed-by: shravya.rukmannagari@intel.com
Wed, 30 Mar 2016 17:04:14 +0200 8147844: new method j.l.Runtime.onSpinWait() and the corresponding x86 hotspot instrinsic
ikrylov [Wed, 30 Mar 2016 17:04:14 +0200] rev 38017
8147844: new method j.l.Runtime.onSpinWait() and the corresponding x86 hotspot instrinsic Summary: adds c1 & c2 x86 intrinsics for j.l.Runtime.onSpinWait() that utilize the PAUSE instruction Reviewed-by: iveresov, kvn Contributed-by: Ivan Krylov <ivan@azul.com>, Yuri Gaevsky <ygaevsky@azul.com>
Thu, 21 Apr 2016 17:55:14 +0300 8132718: Add tests which check that when humongous classloader object becomes unreachable it and all classes that were loaded in it should be collected
kzhaldyb [Thu, 21 Apr 2016 17:55:14 +0300] rev 38016
8132718: Add tests which check that when humongous classloader object becomes unreachable it and all classes that were loaded in it should be collected Reviewed-by: jmasa, dfazunen
Thu, 21 Apr 2016 18:01:10 +0300 8153764: Add auxiliary method that generates class by class prototype to gc testlibrary
kzhaldyb [Thu, 21 Apr 2016 18:01:10 +0300] rev 38015
8153764: Add auxiliary method that generates class by class prototype to gc testlibrary Reviewed-by: dfazunen, iignatyev
Thu, 21 Apr 2016 09:23:04 -0400 8152949: Jigsaw crash when Klass in _fixup_module_field_list is unloaded
lfoltan [Thu, 21 Apr 2016 09:23:04 -0400] rev 38014
8152949: Jigsaw crash when Klass in _fixup_module_field_list is unloaded Summary: During start up anonymous classes must be kept alive until after their mirror's module field is patched with java.base Reviewed-by: coleenp, hseigel Contributed-by: per.liden@oracle.com, stefan.karlsson@oracle.com
Tue, 19 Apr 2016 14:53:33 +0200 8154752: Cleanup initialization of G1Policy
mgerdin [Tue, 19 Apr 2016 14:53:33 +0200] rev 38013
8154752: Cleanup initialization of G1Policy Reviewed-by: ehelin, tschatzl
Tue, 19 Apr 2016 14:53:32 +0200 8154745: Move default G1 pause time target setup to argument parsing
mgerdin [Tue, 19 Apr 2016 14:53:32 +0200] rev 38012
8154745: Move default G1 pause time target setup to argument parsing Reviewed-by: ehelin, sjohanss
Thu, 21 Apr 2016 10:19:00 +0200 8154452: Deferred cleanups after split of G1CollectorPolicy code
mgerdin [Thu, 21 Apr 2016 10:19:00 +0200] rev 38011
8154452: Deferred cleanups after split of G1CollectorPolicy code Reviewed-by: ehelin, sjohanss
Thu, 21 Apr 2016 10:18:50 +0200 8154467: Cleanup initialization of GCPolicyCounters
mgerdin [Thu, 21 Apr 2016 10:18:50 +0200] rev 38010
8154467: Cleanup initialization of GCPolicyCounters Reviewed-by: ehelin, sjohanss
Thu, 21 Apr 2016 09:08:33 +0200 8053885: test/runtime/memory/RunUnitTestsConcurrently.java fails on solaris with largepage options
stefank [Thu, 21 Apr 2016 09:08:33 +0200] rev 38009
8053885: test/runtime/memory/RunUnitTestsConcurrently.java fails on solaris with largepage options Reviewed-by: jmasa, pliden
Wed, 20 Apr 2016 16:04:38 -0400 8154457: runtime/SharedArchiveFile/SharedStrings Shared string table stats missing
jiangli [Wed, 20 Apr 2016 16:04:38 -0400] rev 38008
8154457: runtime/SharedArchiveFile/SharedStrings Shared string table stats missing Summary: Added more information when print out message reporting disabling the shared strings at CDS dump time. Reviewed-by: lfoltan, hseigel, mseledtsov, gtriantafill
Wed, 20 Apr 2016 19:54:51 +0300 8135200: Add White Box method that enumerates G1 old regions with less than specified liveness and collects statistics
kzhaldyb [Wed, 20 Apr 2016 19:54:51 +0300] rev 38007
8135200: Add White Box method that enumerates G1 old regions with less than specified liveness and collects statistics Reviewed-by: tschatzl, dfazunen, iignatyev
Tue, 19 Apr 2016 19:13:18 +0300 8138607: gc/g1/mixedgc/TestLogging.java - G1 Evacuation Pause missing from output
kzhaldyb [Tue, 19 Apr 2016 19:13:18 +0300] rev 38006
8138607: gc/g1/mixedgc/TestLogging.java - G1 Evacuation Pause missing from output Reviewed-by: tschatzl, dfazunen
Wed, 20 Apr 2016 11:14:10 +0000 8154739: AArch64: TemplateTable::fast_xaccess loads in wrong mode
aph [Wed, 20 Apr 2016 11:14:10 +0000] rev 38005
8154739: AArch64: TemplateTable::fast_xaccess loads in wrong mode Reviewed-by: roland
Wed, 20 Apr 2016 11:11:56 +0000 Merge
aph [Wed, 20 Apr 2016 11:11:56 +0000] rev 38004
Merge
Wed, 20 Apr 2016 11:05:28 +0000 8153310: AArch64: JEP 254: Implement byte_array_inflate
aph [Wed, 20 Apr 2016 11:05:28 +0000] rev 38003
8153310: AArch64: JEP 254: Implement byte_array_inflate Reviewed-by: roland
Mon, 18 Apr 2016 15:37:29 +0000 8152554: CompactStrings broken on AArch64
aph [Mon, 18 Apr 2016 15:37:29 +0000] rev 38002
8152554: CompactStrings broken on AArch64 Summary: Correct the logic for string intrinsics. Reviewed-by: roland
Wed, 20 Apr 2016 10:01:25 +0200 8154728: JvmtiExport::add_default_read_edges hits a guarantee
rehn [Wed, 20 Apr 2016 10:01:25 +0200] rev 38001
8154728: JvmtiExport::add_default_read_edges hits a guarantee Reviewed-by: mgerdin, dholmes, stefank
Wed, 20 Apr 2016 09:58:15 +0200 8079843: do_young_space_rescan - comment out of sync with code
stefank [Wed, 20 Apr 2016 09:58:15 +0200] rev 38000
8079843: do_young_space_rescan - comment out of sync with code Reviewed-by: mgerdin, sjohanss, ehelin, tschatzl
Wed, 20 Apr 2016 05:27:06 +0000 Merge
coleenp [Wed, 20 Apr 2016 05:27:06 +0000] rev 37999
Merge
Wed, 20 Apr 2016 03:12:01 +0000 Merge
coleenp [Wed, 20 Apr 2016 03:12:01 +0000] rev 37998
Merge
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 tip