Fri, 20 Feb 2015 22:22:39 +0100 8071822: [TEST_BUG] Adapt collectorPolicy internal tests to support 64K pages
goetz [Fri, 20 Feb 2015 22:22:39 +0100] rev 29207
8071822: [TEST_BUG] Adapt collectorPolicy internal tests to support 64K pages Summary: This fixes jtreg test ExecuteInternalVMTests.java for OSes with bigger default page sizes. Reviewed-by: jmasa
Fri, 20 Feb 2015 17:08:48 +0000 Merge
stefank [Fri, 20 Feb 2015 17:08:48 +0000] rev 29206
Merge
Fri, 20 Feb 2015 15:47:22 +0000 Merge
stefank [Fri, 20 Feb 2015 15:47:22 +0000] rev 29205
Merge
Fri, 20 Feb 2015 15:23:01 +0100 8073554: Remove unnecessary includes of markSweep[.inline].hpp
stefank [Fri, 20 Feb 2015 15:23:01 +0100] rev 29204
8073554: Remove unnecessary includes of markSweep[.inline].hpp Reviewed-by: tschatzl, coleenp
Fri, 20 Feb 2015 16:07:12 +0100 8058446: G1 Hot card cache should use ArrayAllocator to allocate the cache array
tschatzl [Fri, 20 Feb 2015 16:07:12 +0100] rev 29203
8058446: G1 Hot card cache should use ArrayAllocator to allocate the cache array Summary: Allocate large hot card caches using OS functions instead of the C heap to avoid native memory exhaustion. Reviewed-by: mgerdin, jwilhelm
Fri, 20 Feb 2015 12:43:46 +0100 8073532: jmap -heap fails after generation array removal
mgerdin [Fri, 20 Feb 2015 12:43:46 +0100] rev 29202
8073532: jmap -heap fails after generation array removal Summary: Fix field accessor code in the SA Reviewed-by: jwilhelm, brutisso
Wed, 18 Feb 2015 10:28:27 +0100 8073389: Remove the include of resourceArea.hpp from classFileParser.hpp
stefank [Wed, 18 Feb 2015 10:28:27 +0100] rev 29201
8073389: Remove the include of resourceArea.hpp from classFileParser.hpp Reviewed-by: coleenp, dholmes
Fri, 22 Aug 2014 10:10:08 +0200 8061802: REDO - Remove the generations array
jwilhelm [Fri, 22 Aug 2014 10:10:08 +0200] rev 29200
8061802: REDO - Remove the generations array Summary: The _gens array is removed and replaced by explicit _young_gen and _old_gen variables. Reviewed-by: kbarrett, mgerdin
Wed, 18 Feb 2015 09:22:37 +0100 8073388: Get rid of the depenecy from handles.hpp to oop.inline.hpp
stefank [Wed, 18 Feb 2015 09:22:37 +0100] rev 29199
8073388: Get rid of the depenecy from handles.hpp to oop.inline.hpp Reviewed-by: mgerdin, coleenp
Mon, 23 Feb 2015 05:01:11 -0800 Merge
ctornqvi [Mon, 23 Feb 2015 05:01:11 -0800] rev 29198
Merge
Wed, 18 Feb 2015 22:19:47 -0500 8072055: Argument checking for SE Embedded and ARM should be moved out of arguments.cpp
dholmes [Wed, 18 Feb 2015 22:19:47 -0500] rev 29197
8072055: Argument checking for SE Embedded and ARM should be moved out of arguments.cpp Reviewed-by: bdelsart, dlong, hseigel, coleenp
Wed, 18 Feb 2015 11:25:34 +0100 8072904: building jdk9 with jdk9 boot jdk can cause failure or incorrect results
erikj [Wed, 18 Feb 2015 11:25:34 +0100] rev 29196
8072904: building jdk9 with jdk9 boot jdk can cause failure or incorrect results Reviewed-by: dholmes, dlong
Mon, 02 Mar 2015 10:31:52 -0800 8074119: [AARCH64] stage repo misses fixes from several Hotspot changes
adinn [Mon, 02 Mar 2015 10:31:52 -0800] rev 29195
8074119: [AARCH64] stage repo misses fixes from several Hotspot changes Summary: add shared code changes from 8059606, 8069230, 8068976, 8068977, 8072911 and 8071805 Reviewed-by: aph, kvn
Mon, 02 Mar 2015 10:09:33 -0800 Merge
kvn [Mon, 02 Mar 2015 10:09:33 -0800] rev 29194
Merge
Thu, 26 Feb 2015 10:56:54 -0800 Merge
kvn [Thu, 26 Feb 2015 10:56:54 -0800] rev 29193
Merge
Fri, 06 Feb 2015 10:36:46 -0800 8071947: AARCH64: frame::safe_for_sender() computes incorrect sender_sp value for interpreted frames
aph [Fri, 06 Feb 2015 10:36:46 -0800] rev 29192
8071947: AARCH64: frame::safe_for_sender() computes incorrect sender_sp value for interpreted frames Summary: Apply the fix for 8068655 to the AArch64 sources. Reviewed-by: kvn
Fri, 06 Feb 2015 10:21:46 -0800 8072698: Add AArch64 support to hsdis
aph [Fri, 06 Feb 2015 10:21:46 -0800] rev 29191
8072698: Add AArch64 support to hsdis Reviewed-by: kvn
Thu, 05 Feb 2015 11:47:33 -0800 8072483: AARCH64: aarch64.ad uses the wrong operand class for some operations
aph [Thu, 05 Feb 2015 11:47:33 -0800] rev 29190
8072483: AARCH64: aarch64.ad uses the wrong operand class for some operations Summary: Use iReg<X>NoSp registers operands where required. Reviewed-by: kvn, adinn, enevill
Mon, 02 Feb 2015 11:29:37 -0800 8072129: [AARCH64] missing fix for 8066900
enevill [Mon, 02 Feb 2015 11:29:37 -0800] rev 29189
8072129: [AARCH64] missing fix for 8066900 Summary: add 8066900 fix to arm64 code. Reviewed-by: kvn
Tue, 27 Jan 2015 20:49:11 +0100 8071688: AARCH64: SIGSEGV in MethodData::next_data(ProfileData*)
aph [Tue, 27 Jan 2015 20:49:11 +0100] rev 29188
8071688: AARCH64: SIGSEGV in MethodData::next_data(ProfileData*) Summary: Apply the fix for 8039975 to the AArch64 sources. Reviewed-by: kvn, roland
Mon, 26 Jan 2015 09:50:48 -0800 8071563: AARCH64 staging fail to build
enevill [Mon, 26 Jan 2015 09:50:48 -0800] rev 29187
8071563: AARCH64 staging fail to build Summary: Fixed build problem after merge 8064457 changes. Reviewed-by: kvn, goetz
Wed, 21 Jan 2015 14:38:48 -0800 8069593: Changes to JavaThread::_thread_state must use acquire and release
aph [Wed, 21 Jan 2015 14:38:48 -0800] rev 29186
8069593: Changes to JavaThread::_thread_state must use acquire and release Reviewed-by: kvn, dlong
Tue, 20 Jan 2015 15:24:58 -0800 Merge
kvn [Tue, 20 Jan 2015 15:24:58 -0800] rev 29185
Merge
Tue, 20 Jan 2015 12:47:43 -0800 8068053: AARCH64: C1 and C2 compilers
aph [Tue, 20 Jan 2015 12:47:43 -0800] rev 29184
8068053: AARCH64: C1 and C2 compilers Summary: add src/cpu/aarch64/vm/* C1 and C2 files Reviewed-by: kvn, roland
Tue, 20 Jan 2015 11:34:17 -0800 8068054: AARCH64: Assembler interpreter, shared runtime
aph [Tue, 20 Jan 2015 11:34:17 -0800] rev 29183
8068054: AARCH64: Assembler interpreter, shared runtime Summary: add src/cpu/aarch64/vm/* interpreter, shared runtime files. Reviewed-by: kvn, roland, coleenp, twisti
Thu, 15 Jan 2015 11:17:47 -0800 8068055: AARCH64: os_cpu
aph [Thu, 15 Jan 2015 11:17:47 -0800] rev 29182
8068055: AARCH64: os_cpu Summary: add src/os_cpu/linux_aarch64/vm/* files Reviewed-by: kvn, roland, dholmes
Thu, 11 Dec 2014 15:06:12 -0800 Merge
kvn [Thu, 11 Dec 2014 15:06:12 -0800] rev 29181
Merge
Thu, 11 Dec 2014 13:11:53 -0800 8064611: AARCH64: Changes to HotSpot shared code
aph [Thu, 11 Dec 2014 13:11:53 -0800] rev 29180
8064611: AARCH64: Changes to HotSpot shared code Summary: Everything except cpu/ and os_cpu/ Reviewed-by: dholmes, goetz, dlong, coleenp, kvn
Fri, 27 Feb 2015 11:56:34 +0100 8072842: Add support for building native JTReg tests
ihse [Fri, 27 Feb 2015 11:56:34 +0100] rev 29179
8072842: Add support for building native JTReg tests Reviewed-by: erikj, sla
Thu, 05 Mar 2015 11:26:13 -0800 Added tag jdk9-b53 for changeset 9bbd69ad1f34
katleman [Thu, 05 Mar 2015 11:26:13 -0800] rev 29178
Added tag jdk9-b53 for changeset 9bbd69ad1f34
Thu, 05 Mar 2015 15:21:11 -0800 Merge
lana [Thu, 05 Mar 2015 15:21:11 -0800] rev 29177
Merge
Thu, 05 Mar 2015 10:29:36 +0100 8074395: Random build failures in javadoc on Solaris
erikj [Thu, 05 Mar 2015 10:29:36 +0100] rev 29176
8074395: Random build failures in javadoc on Solaris Reviewed-by: tbell
Wed, 04 Mar 2015 09:45:12 -0800 8074048: ccache 1.3.10 still not detected properly
srl [Wed, 04 Mar 2015 09:45:12 -0800] rev 29175
8074048: ccache 1.3.10 still not detected properly Summary: Fix configure to detect ccache 1.3.10 properly Reviewed-by: erikj Contributed-by: steven.loomis@oracle.com
Wed, 04 Mar 2015 11:00:04 +0100 8074091: Remove dead code from merge mistake in JavaCompilation.gmk
erikj [Wed, 04 Mar 2015 11:00:04 +0100] rev 29174
8074091: Remove dead code from merge mistake in JavaCompilation.gmk Reviewed-by: ihse
Wed, 04 Mar 2015 10:47:36 +0100 8074099: Even with toolchain type clang, OBJC is set to gcc
ihse [Wed, 04 Mar 2015 10:47:36 +0100] rev 29173
8074099: Even with toolchain type clang, OBJC is set to gcc Reviewed-by: erikj, ddehaven
Tue, 03 Mar 2015 08:48:21 -0800 Merge
prr [Tue, 03 Mar 2015 08:48:21 -0800] rev 29172
Merge
Mon, 23 Feb 2015 10:47:09 -0800 Merge
prr [Mon, 23 Feb 2015 10:47:09 -0800] rev 29171
Merge
Tue, 17 Feb 2015 11:50:02 -0800 Merge
ddehaven [Tue, 17 Feb 2015 11:50:02 -0800] rev 29170
Merge
Mon, 16 Feb 2015 20:02:08 +0300 8039269: images/cursors should not be in ${java.home}/lib
serb [Mon, 16 Feb 2015 20:02:08 +0300] rev 29169
8039269: images/cursors should not be in ${java.home}/lib Reviewed-by: mchung, alanb, erikj
Mon, 02 Mar 2015 15:15:02 -0800 Merge
kvn [Mon, 02 Mar 2015 15:15:02 -0800] rev 29168
Merge
Mon, 02 Mar 2015 10:08:47 -0800 Merge
kvn [Mon, 02 Mar 2015 10:08:47 -0800] rev 29167
Merge
Thu, 26 Feb 2015 10:56:01 -0800 Merge
kvn [Thu, 26 Feb 2015 10:56:01 -0800] rev 29166
Merge
Tue, 20 Jan 2015 15:22:10 -0800 Merge
kvn [Tue, 20 Jan 2015 15:22:10 -0800] rev 29165
Merge
Thu, 15 Jan 2015 15:12:38 -0500 8068927: AARCH64: better handling of aarch64- triples
dlong [Thu, 15 Jan 2015 15:12:38 -0500] rev 29164
8068927: AARCH64: better handling of aarch64- triples Summary: convert aarch64- to arm-, let upstream code do the work, then convert back to aarch64- Reviewed-by: ihse
Thu, 11 Dec 2014 15:05:06 -0800 Merge
kvn [Thu, 11 Dec 2014 15:05:06 -0800] rev 29163
Merge
Fri, 21 Nov 2014 14:55:59 -0800 Merge
kvn [Fri, 21 Nov 2014 14:55:59 -0800] rev 29162
Merge
Fri, 21 Nov 2014 11:24:55 -0800 8064357: AARCH64: Top-level JDK changes
aph [Fri, 21 Nov 2014 11:24:55 -0800] rev 29161
8064357: AARCH64: Top-level JDK changes Reviewed-by: ihse, twisti
Mon, 02 Mar 2015 13:35:57 -0800 8073596: Add jdk.management.cmm in boot.modules that needs sun.management.spi be exported to it
bchristi [Mon, 02 Mar 2015 13:35:57 -0800] rev 29160
8073596: Add jdk.management.cmm in boot.modules that needs sun.management.spi be exported to it Reviewed-by: alanb, erikj, ihse, mchung
Mon, 02 Mar 2015 14:18:01 +0100 8074072: Race condition in build since JDK-8072842 can cause failed builds on Solaris
erikj [Mon, 02 Mar 2015 14:18:01 +0100] rev 29159
8074072: Race condition in build since JDK-8072842 can cause failed builds on Solaris Reviewed-by: ihse
Mon, 02 Mar 2015 13:45:05 +0100 8074055: Improvements in compare.sh from build-infra
ihse [Mon, 02 Mar 2015 13:45:05 +0100] rev 29158
8074055: Improvements in compare.sh from build-infra Reviewed-by: erikj
Fri, 27 Feb 2015 17:27:11 +0100 8073965: Bring compare.sh up to date with JDK 9
erikj [Fri, 27 Feb 2015 17:27:11 +0100] rev 29157
8073965: Bring compare.sh up to date with JDK 9 Reviewed-by: tbell, ihse
Fri, 27 Feb 2015 11:56:57 +0100 8072842: Add support for building native JTReg tests
ihse [Fri, 27 Feb 2015 11:56:57 +0100] rev 29156
8072842: Add support for building native JTReg tests Reviewed-by: erikj, sla
Thu, 05 Mar 2015 11:26:12 -0800 Added tag jdk9-b53 for changeset 6cf7b027c792
katleman [Thu, 05 Mar 2015 11:26:12 -0800] rev 29155
Added tag jdk9-b53 for changeset 6cf7b027c792
Wed, 05 Jul 2017 20:22:23 +0200 Added tag jdk9-b53 for changeset 874d76e4699d
duke [Wed, 05 Jul 2017 20:22:23 +0200] rev 29154
Added tag jdk9-b53 for changeset 874d76e4699d
Wed, 05 Jul 2017 20:22:22 +0200 Merge jdk9-b53
duke [Wed, 05 Jul 2017 20:22:22 +0200] rev 29153
Merge
Wed, 05 Jul 2017 20:22:17 +0200 Merge
duke [Wed, 05 Jul 2017 20:22:17 +0200] rev 29152
Merge
Thu, 26 Feb 2015 20:17:06 -0800 Merge
lana [Thu, 26 Feb 2015 20:17:06 -0800] rev 29151
Merge
Wed, 25 Feb 2015 14:35:39 -0800 8041628: Javadoc cross-compilation problem
jjg [Wed, 25 Feb 2015 14:35:39 -0800] rev 29150
8041628: Javadoc cross-compilation problem Reviewed-by: jjg Contributed-by: duboscq@ssw.jku.at
Tue, 24 Feb 2015 16:11:59 +0100 8067886: Inaccessible nested classes can be incorrectly imported
jlahoda [Tue, 24 Feb 2015 16:11:59 +0100] rev 29149
8067886: Inaccessible nested classes can be incorrectly imported Summary: Check type accessibility at the point of import when importing the type using type-import-on-demand. Reviewed-by: mcimadamore, jfranck
Mon, 23 Feb 2015 11:42:16 -0800 8072663: Remove the sun.security.acl package which is not used in the JDK
juh [Mon, 23 Feb 2015 11:42:16 -0800] rev 29148
8072663: Remove the sun.security.acl package which is not used in the JDK Reviewed-by: mullan, alanb, mchung
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip