Tue, 01 Dec 2015 12:17:18 +0100 8143930: C1 LinearScan asserts when compiling two back-to-back CompareAndSwapLongs
roland [Tue, 01 Dec 2015 12:17:18 +0100] rev 35094
8143930: C1 LinearScan asserts when compiling two back-to-back CompareAndSwapLongs Summary: refactor CAS code to decrease register pressure in c1 Reviewed-by: kvn, shade
Mon, 07 Dec 2015 15:01:24 +0100 8144822: PPC64: Fix build after 8072008
mdoerr [Mon, 07 Dec 2015 15:01:24 +0100] rev 35093
8144822: PPC64: Fix build after 8072008 Reviewed-by: goetz
Fri, 04 Dec 2015 15:18:46 -1000 8143571: [JVMCI] Double unregistering of nmethod during unloading
never [Fri, 04 Dec 2015 15:18:46 -1000] rev 35092
8143571: [JVMCI] Double unregistering of nmethod during unloading Reviewed-by: iveresov, twisti
Sat, 05 Dec 2015 02:19:46 +0000 Merge
mikael [Sat, 05 Dec 2015 02:19:46 +0000] rev 35091
Merge
Fri, 04 Dec 2015 15:08:49 -0800 8144748: Move assembler/macroAssembler inline function definitions to corresponding inline.hpp files
mikael [Fri, 04 Dec 2015 15:08:49 -0800] rev 35090
8144748: Move assembler/macroAssembler inline function definitions to corresponding inline.hpp files Reviewed-by: kvn, coleenp
Fri, 04 Dec 2015 23:50:05 +0000 Merge
mikael [Fri, 04 Dec 2015 23:50:05 +0000] rev 35089
Merge
Fri, 04 Dec 2015 13:36:10 -0800 8144657: Invalid format specifiers in jvmci trace messages
mikael [Fri, 04 Dec 2015 13:36:10 -0800] rev 35088
8144657: Invalid format specifiers in jvmci trace messages Reviewed-by: kvn
Fri, 04 Dec 2015 16:23:39 +0100 8136445: Performance issue with Nashorn and C2's global code motion
mdoerr [Fri, 04 Dec 2015 16:23:39 +0100] rev 35087
8136445: Performance issue with Nashorn and C2's global code motion Reviewed-by: kvn
Fri, 04 Dec 2015 23:46:19 +0300 8072008: Emit direct call instead of linkTo* for recursive indy/MH.invoke* calls
vlivanov [Fri, 04 Dec 2015 23:46:19 +0300] rev 35086
8072008: Emit direct call instead of linkTo* for recursive indy/MH.invoke* calls Reviewed-by: jrose, dlong, aph, forax
Fri, 04 Dec 2015 16:38:04 +0100 8144019: PPC64 C1: Introduce Client Compiler
mdoerr [Fri, 04 Dec 2015 16:38:04 +0100] rev 35085
8144019: PPC64 C1: Introduce Client Compiler Reviewed-by: goetz
Fri, 04 Dec 2015 14:06:38 +0100 6869327: Add new C2 flag to keep safepoints in counted loops.
aeriksso [Fri, 04 Dec 2015 14:06:38 +0100] rev 35084
6869327: Add new C2 flag to keep safepoints in counted loops. Reviewed-by: kvn, shade
Tue, 05 Jan 2016 13:08:02 -0800 Merge
amurillo [Tue, 05 Jan 2016 13:08:02 -0800] rev 35083
Merge
Tue, 05 Jan 2016 18:23:14 +0000 8146481: Disable runtime/logging/DefaultMethodsTest.java
rprotacio [Tue, 05 Jan 2016 18:23:14 +0000] rev 35082
8146481: Disable runtime/logging/DefaultMethodsTest.java Summary: @ignore'd DefaultMethodsTest.java Reviewed-by: gtriantafill, coleenp, hseigel
Fri, 18 Dec 2015 09:37:16 -0800 Merge
amurillo [Fri, 18 Dec 2015 09:37:16 -0800] rev 35081
Merge
Mon, 14 Dec 2015 19:49:15 +0000 Merge
jprovino [Mon, 14 Dec 2015 19:49:15 +0000] rev 35080
Merge
Mon, 14 Dec 2015 13:47:35 +0100 8145301: Improve and unify the printout format for the g1HRPrinter.
david [Mon, 14 Dec 2015 13:47:35 +0100] rev 35079
8145301: Improve and unify the printout format for the g1HRPrinter. Reviewed-by: brutisso, tschatzl
Mon, 14 Dec 2015 10:04:31 +0100 8145292: PPC64: fix build after "8046936: JEP 270: Reserved Stack Areas for Critical Sections"
goetz [Mon, 14 Dec 2015 10:04:31 +0100] rev 35078
8145292: PPC64: fix build after "8046936: JEP 270: Reserved Stack Areas for Critical Sections" Reviewed-by: simonis
Mon, 14 Dec 2015 02:29:11 -0500 8145114: const-correctness for ucontext_t* reading functions
stuefe [Mon, 14 Dec 2015 02:29:11 -0500] rev 35077
8145114: const-correctness for ucontext_t* reading functions Reviewed-by: dholmes, coleenp
Thu, 10 Dec 2015 14:22:00 +0100 8145103: [aix] implement os::print_register_info()
stuefe [Thu, 10 Dec 2015 14:22:00 +0100] rev 35076
8145103: [aix] implement os::print_register_info() Reviewed-by: goetz, dholmes
Sun, 13 Dec 2015 22:32:16 -0500 8073139: PPC64: User-visible arch directory and os.arch value on ppc64le cause issues with Java tooling
asmundak [Sun, 13 Dec 2015 22:32:16 -0500] rev 35075
8073139: PPC64: User-visible arch directory and os.arch value on ppc64le cause issues with Java tooling Summary: Set LIBARCH to ppc64le, make SA and hsdis work, have os.arch return ppc64le on PowerPC64 LE Reviewed-by: dholmes, ihse Contributed-by: Andrew Hughes <gnu.andrew@redhat.com>, Alexander Smundak <asmundak@google.com>
Sat, 12 Dec 2015 21:23:20 +0300 8142874: [TESTBUG] OptionsValidation testing framework needs to handle VM error codes in some cases
ddmitriev [Sat, 12 Dec 2015 21:23:20 +0300] rev 35074
8142874: [TESTBUG] OptionsValidation testing framework needs to handle VM error codes in some cases Reviewed-by: gtriantafill, stsmirno, ctornqvi, gziemski
Fri, 11 Dec 2015 13:36:15 -0800 8144885: agent/src/os/linux/libproc.h needs to support Linux/SPARC builds
mikael [Fri, 11 Dec 2015 13:36:15 -0800] rev 35073
8144885: agent/src/os/linux/libproc.h needs to support Linux/SPARC builds Summary: Added include of asm/ptrace.h to libproc.h Reviewed-by: dsamersoff, asmundak, gthornbr
Fri, 11 Dec 2015 18:54:22 +0000 Merge
fparain [Fri, 11 Dec 2015 18:54:22 +0000] rev 35072
Merge
Fri, 11 Dec 2015 09:07:07 -0800 8046936: JEP 270: Reserved Stack Areas for Critical Sections
fparain [Fri, 11 Dec 2015 09:07:07 -0800] rev 35071
8046936: JEP 270: Reserved Stack Areas for Critical Sections Reviewed-by: acorn, dcubed
Fri, 11 Dec 2015 17:49:42 +0100 8144908: Remove apply_to_weak_ref_discovered_field override for UpdateRSOopClosure
sjohanss [Fri, 11 Dec 2015 17:49:42 +0100] rev 35070
8144908: Remove apply_to_weak_ref_discovered_field override for UpdateRSOopClosure Reviewed-by: kbarrett, jmasa
Fri, 11 Dec 2015 17:49:41 +0100 8144701: Change three G1 remembererd set closures to be OopClosures
sjohanss [Fri, 11 Dec 2015 17:49:41 +0100] rev 35069
8144701: Change three G1 remembererd set closures to be OopClosures Reviewed-by: mgerdin, stefank
Fri, 11 Dec 2015 17:49:40 +0100 8144584: Change FilterIntoCSClosure to inherit OopClosure
sjohanss [Fri, 11 Dec 2015 17:49:40 +0100] rev 35068
8144584: Change FilterIntoCSClosure to inherit OopClosure Reviewed-by: kbarrett, mgerdin
Fri, 11 Dec 2015 17:49:40 +0100 8144505: Change G1ParCopyHelper to inherit OopClosure
sjohanss [Fri, 11 Dec 2015 17:49:40 +0100] rev 35067
8144505: Change G1ParCopyHelper to inherit OopClosure Reviewed-by: mgerdin, stefank
Fri, 11 Dec 2015 13:18:10 +0000 Merge
david [Fri, 11 Dec 2015 13:18:10 +0000] rev 35066
Merge
Fri, 11 Dec 2015 13:48:52 +0100 8144996: Replace the HeapRegionSetCount class with an uint
david [Fri, 11 Dec 2015 13:48:52 +0100] rev 35065
8144996: Replace the HeapRegionSetCount class with an uint Reviewed-by: brutisso, jwilhelm
Thu, 10 Dec 2015 17:48:44 +0100 8145061: Too many instances of java.lang.Boolean created in Java application (hotspot repo)
sebastian [Thu, 10 Dec 2015 17:48:44 +0100] rev 35064
8145061: Too many instances of java.lang.Boolean created in Java application (hotspot repo) Summary: Avoid creating unused instances of Long and Boolean Reviewed-by: dholmes, sla
Thu, 10 Dec 2015 15:27:16 +0100 8144847: PPC64: Update Transactional Memory and Atomic::cmpxchg code
mdoerr [Thu, 10 Dec 2015 15:27:16 +0100] rev 35063
8144847: PPC64: Update Transactional Memory and Atomic::cmpxchg code Reviewed-by: stuefe, goetz
Fri, 11 Dec 2015 09:08:08 +0100 8144486: Change G1UpdateRSOrPushRefOopClosure to inherit OopClosure
sjohanss [Fri, 11 Dec 2015 09:08:08 +0100] rev 35062
8144486: Change G1UpdateRSOrPushRefOopClosure to inherit OopClosure Reviewed-by: mgerdin, stefank
Thu, 10 Dec 2015 14:57:55 +0100 8145092: Use Unified Logging for the GC logging
brutisso [Thu, 10 Dec 2015 14:57:55 +0100] rev 35061
8145092: Use Unified Logging for the GC logging Summary: JEP-271. VM changes contributed by brutisso, test changes contributed by david. Reviewed-by: sjohanss, david, brutisso Contributed-by: bengt.rutisson@oracle.com, david.lindholm@oralce.com
Thu, 10 Dec 2015 23:02:31 +0000 Merge
jprovino [Thu, 10 Dec 2015 23:02:31 +0000] rev 35060
Merge
Thu, 10 Dec 2015 18:55:58 +0000 Merge
jprovino [Thu, 10 Dec 2015 18:55:58 +0000] rev 35059
Merge
Thu, 10 Dec 2015 13:38:18 -0500 8139871: G1CollectorPolicy::_cur_mark_stop_world_time_ms is never read from
jprovino [Thu, 10 Dec 2015 13:38:18 -0500] rev 35058
8139871: G1CollectorPolicy::_cur_mark_stop_world_time_ms is never read from Summary: Remove dead code Reviewed-by: tschatzl, jwilhelm
Thu, 10 Dec 2015 21:31:56 +0000 Merge
ctornqvi [Thu, 10 Dec 2015 21:31:56 +0000] rev 35057
Merge
Wed, 09 Dec 2015 11:00:38 -0800 8144921: Remove JDK6_OR_EARLIER code from os_windows
ctornqvi [Wed, 09 Dec 2015 11:00:38 -0800] rev 35056
8144921: Remove JDK6_OR_EARLIER code from os_windows Reviewed-by: dholmes, mseledtsov, gtriantafill
Thu, 10 Dec 2015 09:42:22 -0800 8015396: double a%b returns NaN for some (a,b) (|a| < inf, |b|>0)
ctornqvi [Thu, 10 Dec 2015 09:42:22 -0800] rev 35055
8015396: double a%b returns NaN for some (a,b) (|a| < inf, |b|>0) Reviewed-by: coleenp, gtriantafill
Thu, 10 Dec 2015 19:59:10 +0000 Merge
dsamersoff [Thu, 10 Dec 2015 19:59:10 +0000] rev 35054
Merge
Thu, 10 Dec 2015 12:05:53 +0300 8139484: [Findbugs] new sun.jvm.hotspot.SAGetopt(String[]) may expose internal representation
dsamersoff [Thu, 10 Dec 2015 12:05:53 +0300] rev 35053
8139484: [Findbugs] new sun.jvm.hotspot.SAGetopt(String[]) may expose internal representation Summary: Clone array instead of just assign it Reviewed-by: dholmes
Thu, 10 Dec 2015 17:07:03 +0000 Merge
mgerdin [Thu, 10 Dec 2015 17:07:03 +0000] rev 35052
Merge
Wed, 09 Dec 2015 16:05:24 +0100 8144714: Add extension point to G1 evacuation closures
mgerdin [Wed, 09 Dec 2015 16:05:24 +0100] rev 35051
8144714: Add extension point to G1 evacuation closures Reviewed-by: ehelin, jmasa
Thu, 10 Dec 2015 17:03:48 +0100 Merge
sla [Thu, 10 Dec 2015 17:03:48 +0100] rev 35050
Merge
Thu, 10 Dec 2015 16:09:36 +0100 8145099: Better error message when SA can't attach to a process
sla [Thu, 10 Dec 2015 16:09:36 +0100] rev 35049
8145099: Better error message when SA can't attach to a process Reviewed-by: jbachorik, stuefe
Thu, 10 Dec 2015 14:24:26 +0000 Merge
david [Thu, 10 Dec 2015 14:24:26 +0000] rev 35048
Merge
Thu, 10 Dec 2015 08:50:36 +0100 8145073: Filename and linenumber are not printed for asserts any more.
david [Thu, 10 Dec 2015 08:50:36 +0100] rev 35047
8145073: Filename and linenumber are not printed for asserts any more. Reviewed-by: dholmes, stuefe
Thu, 10 Dec 2015 14:50:47 +0300 8144197: Possible use after free in Arguments::add_property function
ddmitriev [Thu, 10 Dec 2015 14:50:47 +0300] rev 35046
8144197: Possible use after free in Arguments::add_property function Reviewed-by: dholmes, goetz
Wed, 09 Dec 2015 21:24:57 +0900 8144332: HSDB could not terminate when close button is pushed.
ysuenaga [Wed, 09 Dec 2015 21:24:57 +0900] rev 35045
8144332: HSDB could not terminate when close button is pushed. Reviewed-by: jbachorik
Wed, 09 Dec 2015 23:17:21 +0900 8144965: Show oop pointer in call frame at HSDB.
ysuenaga [Wed, 09 Dec 2015 23:17:21 +0900] rev 35044
8144965: Show oop pointer in call frame at HSDB. Reviewed-by: jbachorik
Tue, 24 Nov 2015 15:56:40 -0800 8133023: ParallelGCThreads is not calculated correctly
jmasa [Tue, 24 Nov 2015 15:56:40 -0800] rev 35043
8133023: ParallelGCThreads is not calculated correctly Reviewed-by: kbarrett, tschatzl, sangheki, dholmes
Wed, 09 Dec 2015 22:27:37 +0000 Merge
jmasa [Wed, 09 Dec 2015 22:27:37 +0000] rev 35042
Merge
Wed, 09 Dec 2015 20:30:33 +0000 Merge
kbarrett [Wed, 09 Dec 2015 20:30:33 +0000] rev 35041
Merge
Thu, 03 Dec 2015 15:37:52 -0500 8141123: Cleanup in FreeIdSet
aharlap [Thu, 03 Dec 2015 15:37:52 -0500] rev 35040
8141123: Cleanup in FreeIdSet Summary: Some members of FreeIdSet should be size_t instead of ints. Also remove unused code Reviewed-by: tschatzl, kbarrett, tbenson
Thu, 21 Jan 2016 09:45:58 -0800 Added tag jdk-9+102 for changeset 62df07007db2
lana [Thu, 21 Jan 2016 09:45:58 -0800] rev 35039
Added tag jdk-9+102 for changeset 62df07007db2
Thu, 21 Jan 2016 10:15:28 -0800 Merge
lana [Thu, 21 Jan 2016 10:15:28 -0800] rev 35038
Merge
Thu, 21 Jan 2016 17:35:28 +0100 8147950: Change JPRT to use new platforms for Linux, Windows and Macosx
erikj [Thu, 21 Jan 2016 17:35:28 +0100] rev 35037
8147950: Change JPRT to use new platforms for Linux, Windows and Macosx Reviewed-by: tbell
Thu, 21 Jan 2016 15:10:42 +0100 8147934: Remove --with-sdk-name from macosx jib profile
erikj [Thu, 21 Jan 2016 15:10:42 +0100] rev 35036
8147934: Remove --with-sdk-name from macosx jib profile Reviewed-by: ihse
Thu, 21 Jan 2016 15:08:49 +0100 8147933: Configure check for number of cpus ignores HT on Macosx
erikj [Thu, 21 Jan 2016 15:08:49 +0100] rev 35035
8147933: Configure check for number of cpus ignores HT on Macosx Reviewed-by: ihse
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip