Thu, 01 Jan 2015 16:11:49 -0800 Merge
lana [Thu, 01 Jan 2015 16:11:49 -0800] rev 28222
Merge
Tue, 23 Dec 2014 16:42:48 -0800 Merge
kvn [Tue, 23 Dec 2014 16:42:48 -0800] rev 28221
Merge
Thu, 18 Dec 2014 16:53:13 +0100 8067865: Changes 8066780/8066782 broke the non-PCH build
simonis [Thu, 18 Dec 2014 16:53:13 +0100] rev 28220
8067865: Changes 8066780/8066782 broke the non-PCH build Reviewed-by: kvn
Fri, 19 Dec 2014 16:42:16 +0100 8067823: CheckCompileThresholdScaling.java throws RuntimeException
goetz [Fri, 19 Dec 2014 16:42:16 +0100] rev 28219
8067823: CheckCompileThresholdScaling.java throws RuntimeException Reviewed-by: kvn, iignatyev
Tue, 23 Dec 2014 14:03:15 +0100 Merge
jwilhelm [Tue, 23 Dec 2014 14:03:15 +0100] rev 28218
Merge
Thu, 18 Dec 2014 13:26:37 -0500 8067499: G1SATBCardTableModRefBS should not inherit from CardTableModRefBSForCTRS
kbarrett [Thu, 18 Dec 2014 13:26:37 -0500] rev 28217
8067499: G1SATBCardTableModRefBS should not inherit from CardTableModRefBSForCTRS Summary: G1SATBCardTableModRefBS inherits from CardTableModRefBS Reviewed-by: mgerdin, brutisso, tschatzl
Mon, 22 Dec 2014 17:40:46 +0000 Merge
jwilhelm [Mon, 22 Dec 2014 17:40:46 +0000] rev 28216
Merge
Mon, 22 Dec 2014 16:49:24 +0100 8068036: assert(is_available(index)) failed in G1 cset
tschatzl [Mon, 22 Dec 2014 16:49:24 +0100] rev 28215
8068036: assert(is_available(index)) failed in G1 cset Summary: Some verification code iterated over the heap using the region mapping array. This is not allowed. Changed to use the regular iteration method with closure. Reviewed-by: jwilhelm, brutisso
Thu, 18 Dec 2014 16:15:49 +0100 Merge
jwilhelm [Thu, 18 Dec 2014 16:15:49 +0100] rev 28214
Merge
Fri, 19 Dec 2014 09:21:06 +0100 8060025: Object copy time regressions after JDK-8031323 and JDK-8057536
tschatzl [Fri, 19 Dec 2014 09:21:06 +0100] rev 28213
8060025: Object copy time regressions after JDK-8031323 and JDK-8057536 Summary: Evaluate and improve object copy time by micro-optimizations and splitting out slow and fast paths aggressively. Reviewed-by: kbarrett, mgerdin, jmasa Contributed-by: Tony Printezis <tprintezis@twitter.com>, Thomas Schatzl <thomas.schatzl@oracle.com>
Wed, 17 Dec 2014 22:32:44 -0500 8066827: Remove ReferenceProcessor::clean_up_discovered_references()
kbarrett [Wed, 17 Dec 2014 22:32:44 -0500] rev 28212
8066827: Remove ReferenceProcessor::clean_up_discovered_references() Summary: Abandon rather than clean up discovered references. Reviewed-by: jmasa, ysr
Thu, 18 Dec 2014 13:30:00 +0000 Merge
brutisso [Thu, 18 Dec 2014 13:30:00 +0000] rev 28211
Merge
Thu, 18 Dec 2014 13:37:02 +0100 8067873: gc/TestSmallHeap.java does not compile
brutisso [Thu, 18 Dec 2014 13:37:02 +0100] rev 28210
8067873: gc/TestSmallHeap.java does not compile Reviewed-by: mgerdin, jwilhelm
Thu, 18 Dec 2014 11:23:18 +0000 Merge
tschatzl [Thu, 18 Dec 2014 11:23:18 +0000] rev 28209
Merge
Thu, 18 Dec 2014 09:37:02 +0100 8067469: G1 ignores AlwaysPreTouch
tschatzl [Thu, 18 Dec 2014 09:37:02 +0100] rev 28208
8067469: G1 ignores AlwaysPreTouch Summary: Factor out pretouch code of the various virtual space management classes and use them everywhere including in G1. Reviewed-by: stefank, ehelin, dholmes
Mon, 08 Dec 2014 18:57:33 +0100 8067655: Clean up G1 remembered set oop iteration
mgerdin [Mon, 08 Dec 2014 18:57:33 +0100] rev 28207
8067655: Clean up G1 remembered set oop iteration Summary: Pass on the static type G1ParPushHeapRSClosure to allow oop_iterate devirtualization Reviewed-by: jmasa, kbarrett
Wed, 17 Dec 2014 18:09:24 +0100 8061611: Remove deprecated command line flags
drwhite [Wed, 17 Dec 2014 18:09:24 +0100] rev 28206
8061611: Remove deprecated command line flags Reviewed-by: jwilhelm, brutisso
Wed, 17 Dec 2014 09:47:14 +0100 8067438: Add test to verify minimal heap size
brutisso [Wed, 17 Dec 2014 09:47:14 +0100] rev 28205
8067438: Add test to verify minimal heap size Reviewed-by: dfazunen, ehelin
Mon, 22 Dec 2014 14:35:40 -0800 8067985: merging hs-comp to hs blocked by some tests not updated in 8054892
kvn [Mon, 22 Dec 2014 14:35:40 -0800] rev 28204
8067985: merging hs-comp to hs blocked by some tests not updated in 8054892 Reviewed-by: iveresov
Mon, 22 Dec 2014 10:41:57 -0800 Merge
kvn [Mon, 22 Dec 2014 10:41:57 -0800] rev 28203
Merge
Fri, 19 Dec 2014 16:42:40 -0800 8067338: compiler/debug/TraceIterativeGVN.java segfaults
vlivanov [Fri, 19 Dec 2014 16:42:40 -0800] rev 28202
8067338: compiler/debug/TraceIterativeGVN.java segfaults Reviewed-by: kvn
Tue, 16 Dec 2014 20:09:29 +0100 8067647: [TESTBUG] compiler/rangechecks/TestRangeCheckSmearing.java uses wrong path to Whitebox API
roland [Tue, 16 Dec 2014 20:09:29 +0100] rev 28201
8067647: [TESTBUG] compiler/rangechecks/TestRangeCheckSmearing.java uses wrong path to Whitebox API Summary: whitebox test library was moved Reviewed-by: kvn
Tue, 16 Dec 2014 14:52:57 +0300 8054892: Improve compiler's CLI tests error reporting
eistepan [Tue, 16 Dec 2014 14:52:57 +0300] rev 28200
8054892: Improve compiler's CLI tests error reporting Reviewed-by: roland, twisti
Tue, 16 Dec 2014 17:56:24 +0300 8028595: WhiteBox API for stress testing of TieredCompilation
iignatyev [Tue, 16 Dec 2014 17:56:24 +0300] rev 28199
8028595: WhiteBox API for stress testing of TieredCompilation Reviewed-by: kvn
Tue, 16 Dec 2014 02:14:11 +0300 8065279: Remove testlibrary_tests from compact profile in jtreg
iignatyev [Tue, 16 Dec 2014 02:14:11 +0300] rev 28198
8065279: Remove testlibrary_tests from compact profile in jtreg Reviewed-by: kvn Contributed-by: dmitrij.pochepko@oracle.com
Tue, 16 Dec 2014 02:13:13 +0300 8067211: rewrite Utils::fileAsString
iignatyev [Tue, 16 Dec 2014 02:13:13 +0300] rev 28197
8067211: rewrite Utils::fileAsString Reviewed-by: kvn Contributed-by: tatiana.pivovarova@oracle.com
Mon, 15 Dec 2014 09:36:46 +0100 8067231: Zero builds fails after JDK-6898462
roland [Mon, 15 Dec 2014 09:36:46 +0100] rev 28196
8067231: Zero builds fails after JDK-6898462 Summary: Interpreter::remove_activation_entry() is not defined for the C++ interpreter Reviewed-by: roland, coleenp Contributed-by: Severin Gehwolf <sgehwolf@redhat.com>
Sat, 13 Dec 2014 01:24:10 +0300 8066473: Port timeout utils from jdk test library into hotspot
iignatyev [Sat, 13 Dec 2014 01:24:10 +0300] rev 28195
8066473: Port timeout utils from jdk test library into hotspot Reviewed-by: kvn, iignatyev Contributed-by: pavel.chistyakov@oracle.com
Sat, 13 Dec 2014 01:24:07 +0300 8059575: JEP-JDK-8043304: Test task: Tiered Compilation level transition tests
ppunegov [Sat, 13 Dec 2014 01:24:07 +0300] rev 28194
8059575: JEP-JDK-8043304: Test task: Tiered Compilation level transition tests Reviewed-by: iveresov, thartmann
Fri, 12 Dec 2014 08:40:19 -0800 Merge
anoll [Fri, 12 Dec 2014 08:40:19 -0800] rev 28193
Merge
Fri, 12 Dec 2014 13:13:01 +0100 8067337: Remove Whitebox API from hotspot repository
thartmann [Fri, 12 Dec 2014 13:13:01 +0100] rev 28192
8067337: Remove Whitebox API from hotspot repository Summary: Remove Whitebox API from hotspot repository after it was moved to top level repository. Reviewed-by: iignatyev
Fri, 12 Dec 2014 09:58:37 +0000 Merge
thartmann [Fri, 12 Dec 2014 09:58:37 +0000] rev 28191
Merge
Fri, 12 Dec 2014 09:37:38 +0100 8066433: Move Whitebox test library to top level repository
thartmann [Fri, 12 Dec 2014 09:37:38 +0100] rev 28190
8066433: Move Whitebox test library to top level repository Summary: Moved Whitebox test library to top level repository. Reviewed-by: iignatyev, sla, mr
Fri, 12 Dec 2014 08:15:30 +0000 Merge
thartmann [Fri, 12 Dec 2014 08:15:30 +0000] rev 28189
Merge
Fri, 12 Dec 2014 09:07:54 +0100 8066763: fatal error "assert(false) failed: unexpected yanked node" in postaloc.cpp:139
thartmann [Fri, 12 Dec 2014 09:07:54 +0100] rev 28188
8066763: fatal error "assert(false) failed: unexpected yanked node" in postaloc.cpp:139 Summary: Check for dead input nodes after replacing compare node with implicit null check. Reviewed-by: kvn
Tue, 09 Dec 2014 11:57:46 +0100 8066964: ppc64: argument and return type profiling, fix problem with popframe
goetz [Tue, 09 Dec 2014 11:57:46 +0100] rev 28187
8066964: ppc64: argument and return type profiling, fix problem with popframe Reviewed-by: roland, kvn
Tue, 30 Dec 2014 13:19:30 -0800 Merge
lana [Tue, 30 Dec 2014 13:19:30 -0800] rev 28186
Merge
Thu, 25 Dec 2014 19:45:11 -0800 Merge
lana [Thu, 25 Dec 2014 19:45:11 -0800] rev 28185
Merge
Thu, 18 Dec 2014 16:15:49 +0100 Merge
jwilhelm [Thu, 18 Dec 2014 16:15:49 +0100] rev 28184
Merge
Tue, 16 Dec 2014 02:14:03 +0100 Merge
jwilhelm [Tue, 16 Dec 2014 02:14:03 +0100] rev 28183
Merge
Mon, 15 Dec 2014 18:11:51 +0400 8066143: [TESTBUG] New tests in gc/survivorAlignment/ fails
fzhinkin [Mon, 15 Dec 2014 18:11:51 +0400] rev 28182
8066143: [TESTBUG] New tests in gc/survivorAlignment/ fails Reviewed-by: jmasa
Fri, 12 Dec 2014 21:37:37 +0300 8066862: TestMutuallyExclusivePlatformPredicates fails on all platforms
fzhinkin [Fri, 12 Dec 2014 21:37:37 +0300] rev 28181
8066862: TestMutuallyExclusivePlatformPredicates fails on all platforms Reviewed-by: iignatyev, kvn
Fri, 12 Dec 2014 21:32:43 +0300 Merge
iignatyev [Fri, 12 Dec 2014 21:32:43 +0300] rev 28180
Merge
Wed, 10 Dec 2014 13:58:30 +0000 8064909: FragmentMetaspace.java got OutOfMemoryError
iignatyev [Wed, 10 Dec 2014 13:58:30 +0000] rev 28179
8064909: FragmentMetaspace.java got OutOfMemoryError Summary: Increased heap size to prevent "java.lang.OutOfMemoryError: Java heap space" exception Reviewed-by: jmasa, dfazunen, jwilhelm Contributed-by: Michail Chernov <michail.chernov@oracle.com>
Thu, 11 Dec 2014 19:44:32 +0100 8066822: Remove PSMarkSweep::set_reference_processor
kbarrett [Thu, 11 Dec 2014 19:44:32 +0100] rev 28178
8066822: Remove PSMarkSweep::set_reference_processor Reviewed-by: brutisso, tschatzl
Wed, 10 Dec 2014 10:10:43 -0800 8066442: Add PS and ParOld support for promotion event
sfriberg [Wed, 10 Dec 2014 10:10:43 -0800] rev 28177
8066442: Add PS and ParOld support for promotion event Reviewed-by: tschatzl, ehelin
Thu, 11 Dec 2014 07:32:24 +0100 8067115: Add jtreg gc tests to Hotspot JPRT jobs
brutisso [Thu, 11 Dec 2014 07:32:24 +0100] rev 28176
8067115: Add jtreg gc tests to Hotspot JPRT jobs Reviewed-by: tschatzl, jwilhelm, ehelin
Wed, 17 Dec 2014 12:29:27 -0800 8067366: Allow java.{endorsed,ext}.dirs property be set to empty string
mchung [Wed, 17 Dec 2014 12:29:27 -0800] rev 28175
8067366: Allow java.{endorsed,ext}.dirs property be set to empty string Reviewed-by: alanb, hseigel
Tue, 16 Dec 2014 19:00:24 -0500 8064319: Need to enable -XX:+TraceExceptions in release builds
coleenp [Tue, 16 Dec 2014 19:00:24 -0500] rev 28174
8064319: Need to enable -XX:+TraceExceptions in release builds Summary: "-XX:+TraceExceptions" is now supported in product builds. Reviewed-by: sla, ccheung, coleenp Contributed-by: max.ockner@oracle.com
Tue, 16 Dec 2014 12:52:04 +0100 8067452: Rename hotspot_all in hotspot/test/TEST.groups
ehelin [Tue, 16 Dec 2014 12:52:04 +0100] rev 28173
8067452: Rename hotspot_all in hotspot/test/TEST.groups Reviewed-by: dholmes, ctornqvi, iignatyev
Sun, 14 Dec 2014 20:18:17 -0500 8059586: hs_err report should treat redirected core pattern
dholmes [Sun, 14 Dec 2014 20:18:17 -0500] rev 28172
8059586: hs_err report should treat redirected core pattern Reviewed-by: dholmes, sla, stuefe Contributed-by: Yasumasa Suenaga <yasuenag@gmail.com>
Sun, 14 Dec 2014 23:03:00 +0000 Merge
minqi [Sun, 14 Dec 2014 23:03:00 +0000] rev 28171
Merge
Fri, 12 Dec 2014 20:49:14 -0800 Merge
minqi [Fri, 12 Dec 2014 20:49:14 -0800] rev 28170
Merge
Sun, 14 Dec 2014 21:20:26 +0000 Merge
coleenp [Sun, 14 Dec 2014 21:20:26 +0000] rev 28169
Merge
Sun, 14 Dec 2014 16:04:03 -0500 8042418: Remove JVM_FindClassFromClassLoader
coleenp [Sun, 14 Dec 2014 16:04:03 -0500] rev 28168
8042418: Remove JVM_FindClassFromClassLoader Summary: The function has been replaced so is no longer used. Reviewed-by: mchung, dholmes
Fri, 12 Dec 2014 18:13:22 +0000 Merge
coleenp [Fri, 12 Dec 2014 18:13:22 +0000] rev 28167
Merge
Fri, 12 Dec 2014 13:19:33 -0500 8066803: compiler/intrinsics/mathexact/SubExactINonConstantTest.java crashed in os::is_first_C_frame(frame*)
coleenp [Fri, 12 Dec 2014 13:19:33 -0500] rev 28166
8066803: compiler/intrinsics/mathexact/SubExactINonConstantTest.java crashed in os::is_first_C_frame(frame*) Summary: Stop native stack walk when we get to compiled or stub frame. Reviewed-by: hseigel, lfoltan, ctornqvi
Fri, 12 Dec 2014 17:24:17 +0300 8066863: bigapps/runThese/nowarnings fails: Java HotSpot(TM) 64-Bit Server VM warning: WaitForMultipleObjects
igerasim [Fri, 12 Dec 2014 17:24:17 +0300] rev 28165
8066863: bigapps/runThese/nowarnings fails: Java HotSpot(TM) 64-Bit Server VM warning: WaitForMultipleObjects Summary: Limit the number of thread handles to MAXIMUM_WAIT_OBJECTS Reviewed-by: dholmes, dcubed
Fri, 12 Dec 2014 02:51:07 +0000 Merge
coleenp [Fri, 12 Dec 2014 02:51:07 +0000] rev 28164
Merge
Thu, 11 Dec 2014 21:34:43 -0500 8047290: Make Mutex::_no_safepoint_check_flag locks verify that this lock never checks for safepoint
coleenp [Thu, 11 Dec 2014 21:34:43 -0500] rev 28163
8047290: Make Mutex::_no_safepoint_check_flag locks verify that this lock never checks for safepoint Summary: Ensure consistent safepoint checking in Mutex/Monitor locking methods. Reviewed-by: dholmes, dcubed, coleenp Contributed-by: max.ockner@oracle.com
Thu, 11 Dec 2014 09:15:10 -0800 8028773: warnings from b116 for hotspot.agent.src.share.native: JNI exception pending
dsamersoff [Thu, 11 Dec 2014 09:15:10 -0800] rev 28162
8028773: warnings from b116 for hotspot.agent.src.share.native: JNI exception pending Summary: Added couple of missed exception checks Reviewed-by: sla, sspitsyn
Tue, 30 Dec 2014 09:44:15 -0800 Added tag jdk9-b44 for changeset 44060bbba6ce
katleman [Tue, 30 Dec 2014 09:44:15 -0800] rev 28161
Added tag jdk9-b44 for changeset 44060bbba6ce
Thu, 01 Jan 2015 16:09:41 -0800 Merge
lana [Thu, 01 Jan 2015 16:09:41 -0800] rev 28160
Merge
Mon, 22 Dec 2014 11:19:30 -0800 8067972: Bring changes made to WhiteBox.java in 8047290 to that file new location in the top repo
kvn [Mon, 22 Dec 2014 11:19:30 -0800] rev 28159
8067972: Bring changes made to WhiteBox.java in 8047290 to that file new location in the top repo Reviewed-by: jcoomes
Mon, 22 Dec 2014 10:39:37 -0800 Merge
kvn [Mon, 22 Dec 2014 10:39:37 -0800] rev 28158
Merge
Wed, 17 Dec 2014 12:21:28 +0300 8028595: WhiteBox API for stress testing of TieredCompilation
iignatyev [Wed, 17 Dec 2014 12:21:28 +0300] rev 28157
8028595: WhiteBox API for stress testing of TieredCompilation Reviewed-by: kvn
Mon, 15 Dec 2014 08:53:07 -0800 Merge
anoll [Mon, 15 Dec 2014 08:53:07 -0800] rev 28156
Merge
Fri, 12 Dec 2014 08:40:18 -0800 Merge
anoll [Fri, 12 Dec 2014 08:40:18 -0800] rev 28155
Merge
Fri, 12 Dec 2014 09:36:44 +0100 8066433: Move Whitebox test library to top level repository
thartmann [Fri, 12 Dec 2014 09:36:44 +0100] rev 28154
8066433: Move Whitebox test library to top level repository Summary: Moved Whitebox test library to top level repository. Reviewed-by: iignatyev, sla, mr
Tue, 30 Dec 2014 09:44:11 -0800 Added tag jdk9-b44 for changeset 1206b8e2946d
katleman [Tue, 30 Dec 2014 09:44:11 -0800] rev 28153
Added tag jdk9-b44 for changeset 1206b8e2946d
Wed, 05 Jul 2017 20:12:20 +0200 Added tag jdk9-b44 for changeset abbfccd659b9
duke [Wed, 05 Jul 2017 20:12:20 +0200] rev 28152
Added tag jdk9-b44 for changeset abbfccd659b9
Wed, 05 Jul 2017 20:12:20 +0200 Merge jdk9-b44
duke [Wed, 05 Jul 2017 20:12:20 +0200] rev 28151
Merge
Wed, 05 Jul 2017 20:12:15 +0200 Merge
duke [Wed, 05 Jul 2017 20:12:15 +0200] rev 28150
Merge
Tue, 23 Dec 2014 13:58:01 -0800 Merge
lana [Tue, 23 Dec 2014 13:58:01 -0800] rev 28149
Merge
Thu, 18 Dec 2014 13:21:44 +0000 8066974: Compiler doesn't infer method's generic type information in lambda body
mcimadamore [Thu, 18 Dec 2014 13:21:44 +0000] rev 28148
8066974: Compiler doesn't infer method's generic type information in lambda body Summary: Add loghic to avoid post-inference triggers on temporarty AST types Reviewed-by: jlahoda, vromero
Wed, 17 Dec 2014 12:48:04 -0800 8067384: Facilitate extension of the javac parser
rfield [Wed, 17 Dec 2014 12:48:04 -0800] rev 28147
8067384: Facilitate extension of the javac parser Reviewed-by: jjg
Wed, 17 Dec 2014 16:47:56 +0000 8067792: Javac crashes in finder mode with nested implicit lambdas
mcimadamore [Wed, 17 Dec 2014 16:47:56 +0000] rev 28146
8067792: Javac crashes in finder mode with nested implicit lambdas Summary: Revert tree changes occurred in Attr before running the analyzer Reviewed-by: jlahoda
Wed, 17 Dec 2014 12:49:57 +0100 8067422: Lambda method names are unnecessarily unstable
jlahoda [Wed, 17 Dec 2014 12:49:57 +0100] rev 28145
8067422: Lambda method names are unnecessarily unstable Summary: Lambda method numbers are now assigned per class for non-serializable lambdas. Reviewed-by: mcimadamore, rfield
Tue, 16 Dec 2014 13:44:22 +0000 8067663: Add bugId to tests that have been modified as part of JDK-8064365
mcimadamore [Tue, 16 Dec 2014 13:44:22 +0000] rev 28144
8067663: Add bugId to tests that have been modified as part of JDK-8064365 Summary: Add missing bug id to modified tests Reviewed-by: jlahoda
Mon, 15 Dec 2014 10:29:54 -0800 8067360: verify-modules target was dropped in jdk9 b41
mchung [Mon, 15 Dec 2014 10:29:54 -0800] rev 28143
8067360: verify-modules target was dropped in jdk9 b41 Reviewed-by: alanb, erikj
Fri, 12 Dec 2014 18:07:24 +0000 8064365: Better support for finder capabilities in target-typing context
mcimadamore [Fri, 12 Dec 2014 18:07:24 +0000] rev 28142
8064365: Better support for finder capabilities in target-typing context Summary: Add new framework to allow for easy creation of finder-like capabilities. Reviewed-by: jjg, jlahoda
Thu, 11 Dec 2014 18:23:17 -0800 8066808: langtools/test/Makefile should not use OS-specific jtreg binary
jjg [Thu, 11 Dec 2014 18:23:17 -0800] rev 28141
8066808: langtools/test/Makefile should not use OS-specific jtreg binary Reviewed-by: mcimadamore
Thu, 11 Dec 2014 18:20:00 -0800 8066807: langtools/test/Makefile should use -agentvm not -samevm
jjg [Thu, 11 Dec 2014 18:20:00 -0800] rev 28140
8066807: langtools/test/Makefile should use -agentvm not -samevm Reviewed-by: mcimadamore
Thu, 18 Dec 2014 19:57:56 -0800 Added tag jdk9-b43 for changeset 592c5d3be509
lana [Thu, 18 Dec 2014 19:57:56 -0800] rev 28139
Added tag jdk9-b43 for changeset 592c5d3be509
Wed, 05 Jul 2017 20:12:08 +0200 Merge
duke [Wed, 05 Jul 2017 20:12:08 +0200] rev 28138
Merge
Thu, 18 Dec 2014 19:57:51 -0800 Added tag jdk9-b43 for changeset 1eddc8b954d5
lana [Thu, 18 Dec 2014 19:57:51 -0800] rev 28137
Added tag jdk9-b43 for changeset 1eddc8b954d5
Wed, 05 Jul 2017 20:12:03 +0200 Merge
duke [Wed, 05 Jul 2017 20:12:03 +0200] rev 28136
Merge
Tue, 23 Dec 2014 13:57:26 -0800 Merge
lana [Tue, 23 Dec 2014 13:57:26 -0800] rev 28135
Merge
Mon, 15 Dec 2014 11:32:05 -0800 8065673: XML Test Colo: Add test build system for JAXP tests
joehw [Mon, 15 Dec 2014 11:32:05 -0800] rev 28134
8065673: XML Test Colo: Add test build system for JAXP tests Reviewed-by: alanb, joehw Contributed-by: tristan.yan@oracle.com
Thu, 18 Dec 2014 19:57:51 -0800 Added tag jdk9-b43 for changeset f5f19fe0e83b
lana [Thu, 18 Dec 2014 19:57:51 -0800] rev 28133
Added tag jdk9-b43 for changeset f5f19fe0e83b
Wed, 05 Jul 2017 20:11:58 +0200 Merge
duke [Wed, 05 Jul 2017 20:11:58 +0200] rev 28132
Merge
Tue, 23 Dec 2014 13:57:28 -0800 Merge
lana [Tue, 23 Dec 2014 13:57:28 -0800] rev 28131
Merge
Thu, 18 Dec 2014 12:10:10 +0100 8067774: Use a stack of types when calculating local variable types
attila [Thu, 18 Dec 2014 12:10:10 +0100] rev 28130
8067774: Use a stack of types when calculating local variable types Reviewed-by: lagergren, sundar
Thu, 18 Dec 2014 16:33:33 +0530 8067854: bound java static method throws NPE when 'null' is used for this argument
sundar [Thu, 18 Dec 2014 16:33:33 +0530] rev 28129
8067854: bound java static method throws NPE when 'null' is used for this argument Reviewed-by: attila, hannesw
Wed, 17 Dec 2014 17:15:14 +0530 8067777: NetBeans nashorn debug target is broken. Nashorn source directory config. is wrong
sundar [Wed, 17 Dec 2014 17:15:14 +0530] rev 28128
8067777: NetBeans nashorn debug target is broken. Nashorn source directory config. is wrong Reviewed-by: lagergren, attila
Tue, 16 Dec 2014 17:02:54 +0100 8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory
hannesw [Tue, 16 Dec 2014 17:02:54 +0100] rev 28127
8066226: Fuzzing bug: parameter counts differ in TypeConverterFactory Reviewed-by: attila, sundar
Tue, 16 Dec 2014 14:06:32 +0530 8067636: ant javadoc target is broken
sundar [Tue, 16 Dec 2014 14:06:32 +0530] rev 28126
8067636: ant javadoc target is broken Reviewed-by: hannesw, lagergren
Mon, 15 Dec 2014 12:32:34 +0100 8062030: Nashorn bug retrieving array property after key string concatenation
hannesw [Mon, 15 Dec 2014 12:32:34 +0100] rev 28125
8062030: Nashorn bug retrieving array property after key string concatenation Reviewed-by: sundar, lagergren, attila
Mon, 15 Dec 2014 12:08:36 +0100 8066215: Fuzzing bug: length valueOf bug
hannesw [Mon, 15 Dec 2014 12:08:36 +0100] rev 28124
8066215: Fuzzing bug: length valueOf bug Reviewed-by: attila, lagergren
Mon, 15 Dec 2014 16:30:45 +0530 8067420: BrowserJSObjectLinker should give priority to beans linker for property get/set
sundar [Mon, 15 Dec 2014 16:30:45 +0530] rev 28123
8067420: BrowserJSObjectLinker should give priority to beans linker for property get/set Reviewed-by: lagergren, attila, hannesw
Thu, 18 Dec 2014 19:57:57 -0800 Added tag jdk9-b43 for changeset b74f34ddea43
lana [Thu, 18 Dec 2014 19:57:57 -0800] rev 28122
Added tag jdk9-b43 for changeset b74f34ddea43
Wed, 05 Jul 2017 20:11:52 +0200 Merge
duke [Wed, 05 Jul 2017 20:11:52 +0200] rev 28121
Merge
Thu, 18 Dec 2014 19:57:48 -0800 Added tag jdk9-b43 for changeset f323111baaa9
lana [Thu, 18 Dec 2014 19:57:48 -0800] rev 28120
Added tag jdk9-b43 for changeset f323111baaa9
Wed, 05 Jul 2017 20:11:47 +0200 Merge
duke [Wed, 05 Jul 2017 20:11:47 +0200] rev 28119
Merge
Tue, 23 Dec 2014 13:58:34 -0800 Merge
lana [Tue, 23 Dec 2014 13:58:34 -0800] rev 28118
Merge
Thu, 18 Dec 2014 18:51:28 -0500 8067904: Additional DriverManager clean-up from 8060068
lancea [Thu, 18 Dec 2014 18:51:28 -0500] rev 28117
8067904: Additional DriverManager clean-up from 8060068 Reviewed-by: mchung
Thu, 18 Dec 2014 16:44:32 +0000 8067870: Fix java.io.ObjectInputStream.PeekInputStream#skip
prappo [Thu, 18 Dec 2014 16:44:32 +0000] rev 28116
8067870: Fix java.io.ObjectInputStream.PeekInputStream#skip Reviewed-by: rriggs, alanb
Wed, 17 Dec 2014 13:41:49 -0800 8061442: Update jdk/tools tests to remove check for the "jre" directory
ksrini [Wed, 17 Dec 2014 13:41:49 -0800] rev 28115
8061442: Update jdk/tools tests to remove check for the "jre" directory Reviewed-by: alanb, ksrini Contributed-by: felix.yang@oracle.com
Wed, 17 Dec 2014 13:03:29 +0000 8066642: Fix deprecation warnings in jdk.naming module
prappo [Wed, 17 Dec 2014 13:03:29 +0000] rev 28114
8066642: Fix deprecation warnings in jdk.naming module Reviewed-by: alanb, chegar
Wed, 17 Dec 2014 00:19:28 +0000 Merge
valeriep [Wed, 17 Dec 2014 00:19:28 +0000] rev 28113
Merge
Tue, 16 Dec 2014 22:33:43 +0000 Merge
valeriep [Tue, 16 Dec 2014 22:33:43 +0000] rev 28112
Merge
Fri, 12 Dec 2014 00:23:32 +0000 8062170: java.security.ProviderException: Error parsing configuration with space
valeriep [Fri, 12 Dec 2014 00:23:32 +0000] rev 28111
8062170: java.security.ProviderException: Error parsing configuration with space Summary: Updated to parse library path as a line which can contain quoted strings. Reviewed-by: vinnie
Fri, 12 Dec 2014 00:19:17 +0000 8048819: Implement reliability test for DH algorithm
valeriep [Fri, 12 Dec 2014 00:19:17 +0000] rev 28110
8048819: Implement reliability test for DH algorithm Summary: Added DH test for up-to-4 parties key exchange Reviewed-by: valeriep Contributed-by: Amanda Jiang <amanda.jiang@oracle.com>
Tue, 16 Dec 2014 16:02:56 -0800 8067421: java -help contains information about "-version:",'-jre-restrict-search', '-no-jre-restrict-search', but they are removed
ksrini [Tue, 16 Dec 2014 16:02:56 -0800] rev 28109
8067421: java -help contains information about "-version:",'-jre-restrict-search', '-no-jre-restrict-search', but they are removed 8067411: tools/launcher/MultipleJRE.sh requires adjustments to work with module boundaries 8067290: Missing bug id in test/tools/launcher/* Reviewed-by: darcy
Tue, 16 Dec 2014 13:45:20 -0800 8035117: TEST_BUG: java/rmi/server/RemoteObject/notExtending/NotExtending.java can fail with timeout
smarks [Tue, 16 Dec 2014 13:45:20 -0800] rev 28108
8035117: TEST_BUG: java/rmi/server/RemoteObject/notExtending/NotExtending.java can fail with timeout Reviewed-by: lancea
Tue, 16 Dec 2014 13:10:34 -0800 Merge
amurillo [Tue, 16 Dec 2014 13:10:34 -0800] rev 28107
Merge
Fri, 12 Dec 2014 07:50:34 -0800 Merge
amurillo [Fri, 12 Dec 2014 07:50:34 -0800] rev 28106
Merge
Thu, 11 Dec 2014 23:06:14 -0800 Merge
amurillo [Thu, 11 Dec 2014 23:06:14 -0800] rev 28105
Merge
Tue, 09 Dec 2014 08:58:19 +0100 8059949: com/sun/tools/attach/StartManagementAgent.java interrupted! (timed out?)
jbachorik [Tue, 09 Dec 2014 08:58:19 +0100] rev 28104
8059949: com/sun/tools/attach/StartManagementAgent.java interrupted! (timed out?) Reviewed-by: sla
Mon, 08 Dec 2014 00:25:10 -0800 Merge
minqi [Mon, 08 Dec 2014 00:25:10 -0800] rev 28103
Merge
Thu, 04 Dec 2014 11:26:46 -0800 6762191: Setting stack size to 16K causes segmentation fault
cjplummer [Thu, 04 Dec 2014 11:26:46 -0800] rev 28102
6762191: Setting stack size to 16K causes segmentation fault Summary: Fixed by forcing the stack size to always be at least 32k. Reviewed-by: dholmes, alanb, ksrini, sspitsyn
Wed, 03 Dec 2014 16:44:35 +0100 8064441: java/lang/management/ThreadMXBean/Locks.java fails intermittently, blocked on wrong object
jbachorik [Wed, 03 Dec 2014 16:44:35 +0100] rev 28101
8064441: java/lang/management/ThreadMXBean/Locks.java fails intermittently, blocked on wrong object Reviewed-by: dholmes, egahlin, sspitsyn
Wed, 03 Dec 2014 11:56:02 +0100 8044591: [TESTBUG] com/sun/management/GarbageCollectorMXBean/GarbageCollectionNotificationp[Content]Test.java fail when -XX:+ExplicitGCInvokesConcurrent
ykantser [Wed, 03 Dec 2014 11:56:02 +0100] rev 28100
8044591: [TESTBUG] com/sun/management/GarbageCollectorMXBean/GarbageCollectionNotificationp[Content]Test.java fail when -XX:+ExplicitGCInvokesConcurrent Reviewed-by: sla, fparain
Tue, 02 Dec 2014 16:21:33 +0100 6364329: jstat displays "invalid argument count" with usage
egahlin [Tue, 02 Dec 2014 16:21:33 +0100] rev 28099
6364329: jstat displays "invalid argument count" with usage Reviewed-by: jbachorik Contributed-by: Yuri Gaevsky <gaevsky@azulsystems.com>
Mon, 01 Dec 2014 09:49:44 +0100 8066106: sun/tools/jps/TestJpsClass.java failed to remove stale attach pid file
ykantser [Mon, 01 Dec 2014 09:49:44 +0100] rev 28098
8066106: sun/tools/jps/TestJpsClass.java failed to remove stale attach pid file Reviewed-by: jbachorik
Fri, 28 Nov 2014 16:56:45 +0100 6618335: ThreadReference.stop(null) throws NPE instead of InvalidTypeException
egahlin [Fri, 28 Nov 2014 16:56:45 +0100] rev 28097
6618335: ThreadReference.stop(null) throws NPE instead of InvalidTypeException Reviewed-by: sla
Wed, 26 Nov 2014 23:49:02 +0000 Merge
minqi [Wed, 26 Nov 2014 23:49:02 +0000] rev 28096
Merge
Wed, 26 Nov 2014 15:33:43 -0800 8038468: java/lang/instrument/ParallelTransformerLoader.sh fails with ClassCircularityError
minqi [Wed, 26 Nov 2014 15:33:43 -0800] rev 28095
8038468: java/lang/instrument/ParallelTransformerLoader.sh fails with ClassCircularityError Summary: Add check null for loader in transform to avoid when loading a class in callback handler for boot loader, CFLH set early enough to catch classes needed during class loading, i.e. sun.misc.URLClassPath$JarLoader$2 seen in the failure. Reviewed-by: acorn, sspitsyn Contributed-by: yumin.qi@oracle.com
Tue, 16 Dec 2014 23:59:57 +0300 8051641: Africa/Casablanca transitions is incorrectly calculated starting from 2027
aefimov [Tue, 16 Dec 2014 23:59:57 +0300] rev 28094
8051641: Africa/Casablanca transitions is incorrectly calculated starting from 2027 Reviewed-by: sherman
Tue, 16 Dec 2014 12:48:31 -0800 8062588: Support java.util.spi.*, java.text.spi.*, java.awt.im.spi loaded from classpath
naoto [Tue, 16 Dec 2014 12:48:31 -0800] rev 28093
8062588: Support java.util.spi.*, java.text.spi.*, java.awt.im.spi loaded from classpath Reviewed-by: alanb
Tue, 16 Dec 2014 11:49:37 -0800 8067088: Suppress solaris-specific deprecation warnings in the jdk.crypto.ucrypto module
darcy [Tue, 16 Dec 2014 11:49:37 -0800] rev 28092
8067088: Suppress solaris-specific deprecation warnings in the jdk.crypto.ucrypto module Reviewed-by: valeriep
Tue, 16 Dec 2014 11:05:12 -0800 8067091: Fix Windows-specific deprecation warnings in the jdk.crypto.mscapi module
darcy [Tue, 16 Dec 2014 11:05:12 -0800] rev 28091
8067091: Fix Windows-specific deprecation warnings in the jdk.crypto.mscapi module Reviewed-by: vinnie
Tue, 16 Dec 2014 09:51:17 -0800 Merge
prr [Tue, 16 Dec 2014 09:51:17 -0800] rev 28090
Merge
Tue, 16 Dec 2014 08:14:50 -0800 Merge
prr [Tue, 16 Dec 2014 08:14:50 -0800] rev 28089
Merge
Sun, 07 Dec 2014 09:03:07 -0800 Merge
prr [Sun, 07 Dec 2014 09:03:07 -0800] rev 28088
Merge
Fri, 05 Dec 2014 14:55:08 +0300 8063104: Change open awt regression tests to avoid sun.awt.SunToolkit.realSync, part 2
yan [Fri, 05 Dec 2014 14:55:08 +0300] rev 28087
8063104: Change open awt regression tests to avoid sun.awt.SunToolkit.realSync, part 2 Reviewed-by: serb, alexsch
Fri, 05 Dec 2014 12:41:29 +0300 8059998: Broken link in java.awt.event Interface KeyListener
serb [Fri, 05 Dec 2014 12:41:29 +0300] rev 28086
8059998: Broken link in java.awt.event Interface KeyListener Reviewed-by: ant, alexsch
Wed, 03 Dec 2014 11:52:40 -0800 Merge
prr [Wed, 03 Dec 2014 11:52:40 -0800] rev 28085
Merge
Wed, 03 Dec 2014 18:04:50 +0300 8024626: CTW CRASH: SIGSEGV in ctw/jre/lib/rt_jar/preloading_1 and ctw/jre/lib/rt_jar/sun_awt_X11_ListHelper
serb [Wed, 03 Dec 2014 18:04:50 +0300] rev 28084
8024626: CTW CRASH: SIGSEGV in ctw/jre/lib/rt_jar/preloading_1 and ctw/jre/lib/rt_jar/sun_awt_X11_ListHelper Reviewed-by: azvegint, alexsch
Wed, 03 Dec 2014 15:43:25 +0300 6345095: regression test EmptyClipRenderingTest fails
serb [Wed, 03 Dec 2014 15:43:25 +0300] rev 28083
6345095: regression test EmptyClipRenderingTest fails Reviewed-by: azvegint, alexsch
Wed, 03 Dec 2014 14:25:49 +0300 8066142: Edit the value in the text field and then press the tab key, the number don't increase
alexsch [Wed, 03 Dec 2014 14:25:49 +0300] rev 28082
8066142: Edit the value in the text field and then press the tab key, the number don't increase Reviewed-by: serb, azvegint
Tue, 02 Dec 2014 12:48:49 +0300 8064699: [parfait] JNI primitive type mismatch in jdk/src/java/desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c
azvegint [Tue, 02 Dec 2014 12:48:49 +0300] rev 28081
8064699: [parfait] JNI primitive type mismatch in jdk/src/java/desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c Reviewed-by: alexsch, serb
Tue, 02 Dec 2014 12:47:12 +0300 8064698: [parfait] JNI exception pending in jdk/src/java/desktop/unix/native: libawt_xawt/awt/, common/awt
azvegint [Tue, 02 Dec 2014 12:47:12 +0300] rev 28080
8064698: [parfait] JNI exception pending in jdk/src/java/desktop/unix/native: libawt_xawt/awt/, common/awt Reviewed-by: alexsch, serb
Tue, 02 Dec 2014 12:45:40 +0300 8064700: [parfait] Function Call Mismatch in jdk/src/java/desktop/unix/native/libawt_xawt/xawt/XToolkit.c
azvegint [Tue, 02 Dec 2014 12:45:40 +0300] rev 28079
8064700: [parfait] Function Call Mismatch in jdk/src/java/desktop/unix/native/libawt_xawt/xawt/XToolkit.c Reviewed-by: alexsch, serb
Sun, 30 Nov 2014 15:43:08 +0300 8029536: JFileChooser filter uses .toString() instead of getDescription() for filter text on GTK laf
serb [Sun, 30 Nov 2014 15:43:08 +0300] rev 28078
8029536: JFileChooser filter uses .toString() instead of getDescription() for filter text on GTK laf Reviewed-by: azvegint, alexsch
Fri, 28 Nov 2014 19:17:00 +0400 8031696: [macosx] TwentyThousandTest test failed with OOM
alexsch [Fri, 28 Nov 2014 19:17:00 +0400] rev 28077
8031696: [macosx] TwentyThousandTest test failed with OOM Reviewed-by: serb, pchelko
Fri, 28 Nov 2014 14:03:56 +0300 8059944: [OGL] Metrics for a method choice copying of texture should be improved
serb [Fri, 28 Nov 2014 14:03:56 +0300] rev 28076
8059944: [OGL] Metrics for a method choice copying of texture should be improved Reviewed-by: bae, prr
Fri, 28 Nov 2014 13:55:09 +0300 8061832: J2DBench can be improved
serb [Fri, 28 Nov 2014 13:55:09 +0300] rev 28075
8061832: J2DBench can be improved Reviewed-by: prr, bae
Fri, 28 Nov 2014 10:42:03 +0000 8059942: Default implementation of DrawImage.renderImageXform() should be improved for d3d/ogl
serb [Fri, 28 Nov 2014 10:42:03 +0000] rev 28074
8059942: Default implementation of DrawImage.renderImageXform() should be improved for d3d/ogl Reviewed-by: flar, prr
Thu, 27 Nov 2014 14:27:46 +0300 8065098: JColorChooser no longer supports drag and drop between two JVM instances
alexsch [Thu, 27 Nov 2014 14:27:46 +0300] rev 28073
8065098: JColorChooser no longer supports drag and drop between two JVM instances Reviewed-by: serb, pchelko
Tue, 25 Nov 2014 12:14:42 -0800 Merge
prr [Tue, 25 Nov 2014 12:14:42 -0800] rev 28072
Merge
Fri, 21 Nov 2014 16:11:03 +0300 8063107: Change open swing regression tests to avoid sun.awt.SunToolkit.realSync, part 2
yan [Fri, 21 Nov 2014 16:11:03 +0300] rev 28071
8063107: Change open swing regression tests to avoid sun.awt.SunToolkit.realSync, part 2 8064573: [TEST_BUG] javax/swing/text/AbstractDocument/6968363/Test6968363.java is asocial pressing VK_LEFT and not releasing 8064575: [TEST_BUG] javax/swing/JEditorPane/6917744/bug6917744.java 100 times press keys and never releases 8064809: [TEST_BUG] javax/swing/JComboBox/4199622/bug4199622.java contains a lot of keyPress and not a single keyRelease Reviewed-by: alexsch, pchelko
Wed, 19 Nov 2014 16:42:19 +0400 8058193: [macosx] Potential incomplete fix for JDK-8031485
pchelko [Wed, 19 Nov 2014 16:42:19 +0400] rev 28070
8058193: [macosx] Potential incomplete fix for JDK-8031485 Reviewed-by: alexsch, serb
Wed, 19 Nov 2014 14:12:59 +0400 8054143: move awt automated tests from AWT_Modality to OpenJDK repository - part 6
avstepan [Wed, 19 Nov 2014 14:12:59 +0400] rev 28069
8054143: move awt automated tests from AWT_Modality to OpenJDK repository - part 6 Reviewed-by: pchelko
Tue, 18 Nov 2014 17:10:34 +0400 8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8
avstepan [Tue, 18 Nov 2014 17:10:34 +0400] rev 28068
8054359: move awt automated tests from AWT_Modality to OpenJDK repository - part 8 Summary: Some new tests to check FileDialog modality behavior Reviewed-by: alexsch, pchelko
Tue, 18 Nov 2014 16:32:04 +0400 8055836: move awt tests from AWT_Modality to OpenJDK repository - part 9
avstepan [Tue, 18 Nov 2014 16:32:04 +0400] rev 28067
8055836: move awt tests from AWT_Modality to OpenJDK repository - part 9 Summary: Some modality tests for Print dialog were added Reviewed-by: pchelko
Tue, 16 Dec 2014 17:32:56 +0100 8066612: Add a test that will call getDeclaredFields() on all classes and try to set them accessible.
dfuchs [Tue, 16 Dec 2014 17:32:56 +0100] rev 28066
8066612: Add a test that will call getDeclaredFields() on all classes and try to set them accessible. Summary: This test use the jrt:/ file system to find the name of all classes, then loads each of them, get their declared fields, and attempt to call setAccessible. Reviewed-by: coffeys, dholmes, plevart
Tue, 16 Dec 2014 12:43:36 +0000 8066867: Add InputStream transferTo to transfer content to an OutputStream
prappo [Tue, 16 Dec 2014 12:43:36 +0000] rev 28065
8066867: Add InputStream transferTo to transfer content to an OutputStream Reviewed-by: chegar Contributed-by: Alan Bateman <alan.bateman@oracle.com>, Chris Hegarty <chris.hegarty@oracle.com>, Patrick Reinhart <patrick@reini.net>, Pavel Rappo <pavel.rappo@oracle.com>
Tue, 16 Dec 2014 04:58:34 +0000 8067289: Fix deprecation warnings in java.base module - CRC32C
sherman [Tue, 16 Dec 2014 04:58:34 +0000] rev 28064
8067289: Fix deprecation warnings in java.base module - CRC32C Summary: to remove the deprecation warning in CRC32C class Reviewed-by: darcy Contributed-by: staffan.friberg@oracle.com
Mon, 15 Dec 2014 17:36:20 -0500 8067486: Add diagnostics for Exception: Read from closed pipe hang
rriggs [Mon, 15 Dec 2014 17:36:20 -0500] rev 28063
8067486: Add diagnostics for Exception: Read from closed pipe hang Reviewed-by: lancea
Mon, 15 Dec 2014 12:09:49 -0800 8025619: (fc) FileInputStream.getChannel on closed stream returns FileChannel that doesn't know that stream is closed
bpb [Mon, 15 Dec 2014 12:09:49 -0800] rev 28062
8025619: (fc) FileInputStream.getChannel on closed stream returns FileChannel that doesn't know that stream is closed Summary: If the stream is closed ensure getChannel() returns a closed channel. Also, FileKey.create() should throw an IOException directly instead of wrapping it in an Error. Reviewed-by: alanb
Mon, 15 Dec 2014 19:21:59 +0100 8067241: DeadlockTest.java failed with negative timeout value
sjiang [Mon, 15 Dec 2014 19:21:59 +0100] rev 28061
8067241: DeadlockTest.java failed with negative timeout value Reviewed-by: dfuchs, sspitsyn
Sat, 13 Dec 2014 20:22:21 +0000 8067112: Update java/util/Collections/EmptyIterator.java to eliminate dependency on sun.tools.java
chegar [Sat, 13 Dec 2014 20:22:21 +0000] rev 28060
8067112: Update java/util/Collections/EmptyIterator.java to eliminate dependency on sun.tools.java Reviewed-by: chegar, prappo Contributed-by: Amy Lu <amy.lu@oracle.com>
Thu, 30 Oct 2014 07:31:41 -0700 8067377: My hobby: caning, then then canning, the the can-can
martin [Thu, 30 Oct 2014 07:31:41 -0700] rev 28059
8067377: My hobby: caning, then then canning, the the can-can Summary: Fix ALL the stutters! Reviewed-by: rriggs, mchung, lancea
Fri, 12 Dec 2014 15:07:00 -0500 8056238: (process) ProcessBuilder.redirectError spec has a broken link
rriggs [Fri, 12 Dec 2014 15:07:00 -0500] rev 28058
8056238: (process) ProcessBuilder.redirectError spec has a broken link Reviewed-by: lancea
Wed, 10 Dec 2014 09:23:00 -0800 8065804: JEP 171: Clarifications/corrections for fence intrinsics
martin [Wed, 10 Dec 2014 09:23:00 -0800] rev 28057
8065804: JEP 171: Clarifications/corrections for fence intrinsics Reviewed-by: dholmes, shade, dl, psandoz
Fri, 21 Nov 2014 16:30:02 -0800 8065172: More core reflection final and volatile annotations
martin [Fri, 21 Nov 2014 16:30:02 -0800] rev 28056
8065172: More core reflection final and volatile annotations Summary: more fiddling with "final" and "volatile" field modifiers Reviewed-by: jfranck, plevart, psandoz
Fri, 12 Dec 2014 15:35:21 +0100 8067254: No debug symbols in JPRT Windows builds
erikj [Fri, 12 Dec 2014 15:35:21 +0100] rev 28055
8067254: No debug symbols in JPRT Windows builds Reviewed-by: tbell
Fri, 12 Dec 2014 14:31:26 +0100 8066952: [TEST-BUG] javax/management/monitor/CounterMonitorTest.java hangs
sjiang [Fri, 12 Dec 2014 14:31:26 +0100] rev 28054
8066952: [TEST-BUG] javax/management/monitor/CounterMonitorTest.java hangs Reviewed-by: dfuchs
Thu, 11 Dec 2014 18:40:05 -0800 8066633: Fix deprecation warnings in java.rmi module
smarks [Thu, 11 Dec 2014 18:40:05 -0800] rev 28053
8066633: Fix deprecation warnings in java.rmi module Reviewed-by: darcy, lancea
Thu, 18 Dec 2014 19:57:52 -0800 Added tag jdk9-b43 for changeset 52310706ed47
lana [Thu, 18 Dec 2014 19:57:52 -0800] rev 28052
Added tag jdk9-b43 for changeset 52310706ed47
Wed, 05 Jul 2017 20:11:32 +0200 Merge
duke [Wed, 05 Jul 2017 20:11:32 +0200] rev 28051
Merge
Tue, 23 Dec 2014 13:57:53 -0800 Merge
lana [Tue, 23 Dec 2014 13:57:53 -0800] rev 28050
Merge
Thu, 11 Dec 2014 23:06:14 -0800 Merge
amurillo [Thu, 11 Dec 2014 23:06:14 -0800] rev 28049
Merge
Thu, 11 Dec 2014 16:22:47 -0800 Merge
anoll [Thu, 11 Dec 2014 16:22:47 -0800] rev 28048
Merge
Wed, 10 Dec 2014 16:45:55 +0100 8067144: SIGSEGV with +TraceDeoptimization in Deoptimization::print_objects
roland [Wed, 10 Dec 2014 16:45:55 +0100] rev 28047
8067144: SIGSEGV with +TraceDeoptimization in Deoptimization::print_objects Summary: -XX:+TraceDeoptimization tries to print realloc'ed objects even when there are none Reviewed-by: kvn
Tue, 09 Dec 2014 21:33:51 +0000 Merge
iveresov [Tue, 09 Dec 2014 21:33:51 +0000] rev 28046
Merge
Tue, 09 Dec 2014 12:25:38 -0800 8066900: Array Out Of Bounds Exception causes variable corruption
iveresov [Tue, 09 Dec 2014 12:25:38 -0800] rev 28045
8066900: Array Out Of Bounds Exception causes variable corruption Summary: Fix FP registers save/restore during exception handling Reviewed-by: kvn, vlivanov
Tue, 09 Dec 2014 18:49:13 +0100 8066103: C2's range check smearing allows out of bound array accesses
roland [Tue, 09 Dec 2014 18:49:13 +0100] rev 28044
8066103: C2's range check smearing allows out of bound array accesses Summary: range check smearing uncorrectly adjust first range check in a list of range checks to cover all of them Reviewed-by: jrose, kvn, iveresov
Tue, 09 Dec 2014 14:49:27 +0000 Merge
iignatyev [Tue, 09 Dec 2014 14:49:27 +0000] rev 28043
Merge
Tue, 09 Dec 2014 17:31:40 +0300 8065134: Need WhiteBox::allocateCodeBlob(long, int) method to be implemented
iignatyev [Tue, 09 Dec 2014 17:31:40 +0300] rev 28042
8065134: Need WhiteBox::allocateCodeBlob(long, int) method to be implemented Reviewed-by: kvn, dholmes, iignatyev Contributed-by: tatiana.pivovarova@oracle.com
Fri, 05 Dec 2014 18:03:15 +0100 8066775: opto/node.hpp:355, assert(i < _max) failed: oob: i=1, _max=1
roland [Fri, 05 Dec 2014 18:03:15 +0100] rev 28041
8066775: opto/node.hpp:355, assert(i < _max) failed: oob: i=1, _max=1 Summary: bad assumption on graph shape in CastIINode::Value if that part of the graph is becoming dead. Reviewed-by: kvn
Mon, 08 Dec 2014 18:21:02 +0300 8066250: compiler/dependencies/MonomorphicObjectCall/TestMonomorphicObjectCall.java fails product
iignatyev [Mon, 08 Dec 2014 18:21:02 +0300] rev 28040
8066250: compiler/dependencies/MonomorphicObjectCall/TestMonomorphicObjectCall.java fails product Reviewed-by: kvn, thartmann Contributed-by: tatiana.pivovarova@oracle.com
Tue, 25 Nov 2014 17:33:59 +0100 6898462: The escape analysis with G1 cause crash assertion src/share/vm/runtime/vframeArray.cpp:94
roland [Tue, 25 Nov 2014 17:33:59 +0100] rev 28039
6898462: The escape analysis with G1 cause crash assertion src/share/vm/runtime/vframeArray.cpp:94 Summary: OOM during reallocation of scalar replaced objects in deoptimization causes crashes Reviewed-by: kvn, jrose
Fri, 05 Dec 2014 15:16:01 +0100 Merge
adlertz [Fri, 05 Dec 2014 15:16:01 +0100] rev 28038
Merge
Thu, 04 Dec 2014 14:11:11 +0000 Merge
roland [Thu, 04 Dec 2014 14:11:11 +0000] rev 28037
Merge
Thu, 04 Dec 2014 14:34:11 +0100 8048170: Test closed/java/text/Normalizer/ConformanceTest.java failed
roland [Thu, 04 Dec 2014 14:34:11 +0100] rev 28036
8048170: Test closed/java/text/Normalizer/ConformanceTest.java failed Summary: PhaseIdealLoop::split_if_with_blocks_post() shoulnd't reorder range checks adjusted by range check smearing Reviewed-by: kvn, jrose
Thu, 11 Dec 2014 20:39:25 +0100 Merge
jwilhelm [Thu, 11 Dec 2014 20:39:25 +0100] rev 28035
Merge
Thu, 11 Dec 2014 02:43:50 +0100 6522873: Java not print "Unrecognized option" when it is invalid option.
jwilhelm [Thu, 11 Dec 2014 02:43:50 +0100] rev 28034
6522873: Java not print "Unrecognized option" when it is invalid option. Summary: Introduced a new version of match_option() that don't allow a tail after the flag name and used it for flags without extra arguments Reviewed-by: dholmes, dcubed
Wed, 10 Dec 2014 11:32:22 +0100 8066782: Move common code from CMSGeneration and TenuredGeneration to CardGeneration
brutisso [Wed, 10 Dec 2014 11:32:22 +0100] rev 28033
8066782: Move common code from CMSGeneration and TenuredGeneration to CardGeneration Reviewed-by: kbarrett, tschatzl
Wed, 10 Dec 2014 11:31:43 +0100 8066781: Minor cleanups to TenuredGeneration
brutisso [Wed, 10 Dec 2014 11:31:43 +0100] rev 28032
8066781: Minor cleanups to TenuredGeneration Reviewed-by: kbarrett, tschatzl
Wed, 10 Dec 2014 11:30:46 +0100 8066780: Split CardGeneration out to its own file
brutisso [Wed, 10 Dec 2014 11:30:46 +0100] rev 28031
8066780: Split CardGeneration out to its own file Reviewed-by: kbarrett, tschatzl
Tue, 09 Dec 2014 12:47:19 +0100 8066102: Clean up HeapRegionRemSet files
tschatzl [Tue, 09 Dec 2014 12:47:19 +0100] rev 28030
8066102: Clean up HeapRegionRemSet files Summary: Remove dead code, tighten public interfaces and improve documentation in the HeapRegionRemSet implementation. Reviewed-by: mgerdin, kbarrett
Mon, 08 Dec 2014 18:52:03 +0100 Merge
jwilhelm [Mon, 08 Dec 2014 18:52:03 +0100] rev 28029
Merge
Mon, 08 Dec 2014 15:17:39 +0000 Merge
stefank [Mon, 08 Dec 2014 15:17:39 +0000] rev 28028
Merge
Fri, 05 Dec 2014 21:16:45 +0100 8065634: Crash in InstanceKlass::clean_method_data when _method is NULL
stefank [Fri, 05 Dec 2014 21:16:45 +0100] rev 28027
8065634: Crash in InstanceKlass::clean_method_data when _method is NULL Reviewed-by: coleenp, hseigel, poonam
Tue, 02 Dec 2014 09:53:30 +0100 8059066: CardTableModRefBS might commit the same page twice
ehelin [Tue, 02 Dec 2014 09:53:30 +0100] rev 28026
8059066: CardTableModRefBS might commit the same page twice Reviewed-by: tschatzl, kbarrett, jmasa
Thu, 04 Dec 2014 09:43:12 +0000 Merge
brutisso [Thu, 04 Dec 2014 09:43:12 +0000] rev 28025
Merge
Wed, 03 Dec 2014 09:27:24 -0800 8066441: Add PLAB trace event
sfriberg [Wed, 03 Dec 2014 09:27:24 -0800] rev 28024
8066441: Add PLAB trace event Reviewed-by: tschatzl, ehelin, egahlin
Mon, 08 Dec 2014 00:15:55 -0800 Merge
minqi [Mon, 08 Dec 2014 00:15:55 -0800] rev 28023
Merge
Sat, 06 Dec 2014 04:30:00 +0000 Merge
mikael [Sat, 06 Dec 2014 04:30:00 +0000] rev 28022
Merge
Fri, 05 Dec 2014 15:41:51 -0800 8066508: JTReg tests timeout on slow devices when run using JPRT
cjplummer [Fri, 05 Dec 2014 15:41:51 -0800] rev 28021
8066508: JTReg tests timeout on slow devices when run using JPRT Summary: Fixed by increasing timeoutFactor from 1 to 4 as is done already in jdk/test/Makefile. Reviewed-by: dholmes, dcubed
Fri, 05 Dec 2014 23:21:29 +0000 Merge
coleenp [Fri, 05 Dec 2014 23:21:29 +0000] rev 28020
Merge
Fri, 05 Dec 2014 15:15:13 -0500 8066171: Out of order with Metaspace allocation lock
coleenp [Fri, 05 Dec 2014 15:15:13 -0500] rev 28019
8066171: Out of order with Metaspace allocation lock Summary: Lock resolved_references instead. Reviewed-by: twisti, sspitsyn
Fri, 05 Dec 2014 12:24:10 -0800 8065050: vm crashes during CDS dump when very small SharedMiscDataSize is specified
ccheung [Fri, 05 Dec 2014 12:24:10 -0800] rev 28018
8065050: vm crashes during CDS dump when very small SharedMiscDataSize is specified Summary: define minimum required sizes for the ro, rw, and md regions and make sure the specified sizes are not less than the minimum sizes Reviewed-by: jiangli, dholmes, mseledtsov
Thu, 04 Dec 2014 15:20:09 -0800 8066670: PrintSharedArchiveAndExit does not exit the VM when the archive is invalid
iklam [Thu, 04 Dec 2014 15:20:09 -0800] rev 28017
8066670: PrintSharedArchiveAndExit does not exit the VM when the archive is invalid Summary: in FileMapInfo::fail_continue do not set UseSharedSpaces = false Reviewed-by: dholmes, ccheung
Thu, 04 Dec 2014 16:16:01 +0000 Merge
kevinw [Thu, 04 Dec 2014 16:16:01 +0000] rev 28016
Merge
Thu, 04 Dec 2014 12:43:45 +0000 8061785: [TEST_BUG] serviceability/sa/jmap-hashcode/Test8028623.java has utf8 character corrupted by earlier merge
kevinw [Thu, 04 Dec 2014 12:43:45 +0000] rev 28015
8061785: [TEST_BUG] serviceability/sa/jmap-hashcode/Test8028623.java has utf8 character corrupted by earlier merge Reviewed-by: sla, dsamersoff
Wed, 03 Dec 2014 17:12:25 +0100 8065788: os::reserve_memory() on Windows should not assert that allocation size is aligned to OS allocation granularity
mgronlun [Wed, 03 Dec 2014 17:12:25 +0100] rev 28014
8065788: os::reserve_memory() on Windows should not assert that allocation size is aligned to OS allocation granularity Reviewed-by: mgronlun, simonis Contributed-by: thomas.stuefe@sap.com
Thu, 18 Dec 2014 19:57:49 -0800 Added tag jdk9-b43 for changeset c12e49897c5a
lana [Thu, 18 Dec 2014 19:57:49 -0800] rev 28013
Added tag jdk9-b43 for changeset c12e49897c5a
Tue, 23 Dec 2014 13:56:51 -0800 Merge
lana [Tue, 23 Dec 2014 13:56:51 -0800] rev 28012
Merge
Thu, 18 Dec 2014 13:56:46 -0800 8067898: Disable verify-modules until JDK-8067479 is resolved
mchung [Thu, 18 Dec 2014 13:56:46 -0800] rev 28011
8067898: Disable verify-modules until JDK-8067479 is resolved Reviewed-by: ksrini
Wed, 17 Dec 2014 16:36:21 -0800 8067829: Remove setting -bootclasspath $(JDK_OUTPUTDIR)/classes from Javadoc.gmk
mchung [Wed, 17 Dec 2014 16:36:21 -0800] rev 28010
8067829: Remove setting -bootclasspath $(JDK_OUTPUTDIR)/classes from Javadoc.gmk Reviewed-by: erikj
Mon, 15 Dec 2014 17:49:56 -0800 8067631: hgforest.sh mishandles arguments with spaces
smarks [Mon, 15 Dec 2014 17:49:56 -0800] rev 28009
8067631: hgforest.sh mishandles arguments with spaces Reviewed-by: chegar
Tue, 16 Dec 2014 12:53:25 +0100 8067442: Tests using -Xshare:dump does not work with 'make test'
ehelin [Tue, 16 Dec 2014 12:53:25 +0100] rev 28008
8067442: Tests using -Xshare:dump does not work with 'make test' Reviewed-by: erikj, dholmes
Tue, 16 Dec 2014 11:28:34 +0100 8066138: Trailing whitespace in title of javadoc: Overview (Java Platform SE 7 )
alundblad [Tue, 16 Dec 2014 11:28:34 +0100] rev 28007
8066138: Trailing whitespace in title of javadoc: Overview (Java Platform SE 7 ) Summary: Trims whitespace of arguments in OptionOnly, OptionPair and OptionTrip. Reviewed-by: erikj
Mon, 15 Dec 2014 13:09:39 -0800 8065673: XML Test Colo: Add test build system for JAXP tests
joehw [Mon, 15 Dec 2014 13:09:39 -0800] rev 28006
8065673: XML Test Colo: Add test build system for JAXP tests Reviewed-by: alanb, joehw Contributed-by: tristan.yan@oracle.com
Mon, 15 Dec 2014 10:29:41 -0800 8067360: verify-modules target was dropped in jdk9 b41
mchung [Mon, 15 Dec 2014 10:29:41 -0800] rev 28005
8067360: verify-modules target was dropped in jdk9 b41 Reviewed-by: alanb, erikj
Fri, 12 Dec 2014 15:38:57 +0100 8067330: ZERO_ARCHDEF incorrectly defined for PPC/PPC64 architectures
sgehwolf [Fri, 12 Dec 2014 15:38:57 +0100] rev 28004
8067330: ZERO_ARCHDEF incorrectly defined for PPC/PPC64 architectures Reviewed-by: simonis, tbell, erikj
Fri, 12 Dec 2014 15:33:10 +0100 8067254: No debug symbols in JPRT Windows builds
erikj [Fri, 12 Dec 2014 15:33:10 +0100] rev 28003
8067254: No debug symbols in JPRT Windows builds Reviewed-by: tbell
Thu, 18 Dec 2014 19:57:47 -0800 Added tag jdk9-b43 for changeset 2d5bf96c8f17
lana [Thu, 18 Dec 2014 19:57:47 -0800] rev 28002
Added tag jdk9-b43 for changeset 2d5bf96c8f17
Wed, 05 Jul 2017 20:11:08 +0200 Added tag jdk9-b43 for changeset 6494b13f88a8
duke [Wed, 05 Jul 2017 20:11:08 +0200] rev 28001
Added tag jdk9-b43 for changeset 6494b13f88a8
Wed, 05 Jul 2017 20:11:08 +0200 Merge jdk9-b43
duke [Wed, 05 Jul 2017 20:11:08 +0200] rev 28000
Merge
Wed, 05 Jul 2017 20:11:04 +0200 Merge
duke [Wed, 05 Jul 2017 20:11:04 +0200] rev 27999
Merge
Thu, 11 Dec 2014 12:26:42 -0800 Merge
lana [Thu, 11 Dec 2014 12:26:42 -0800] rev 27998
Merge
Wed, 10 Dec 2014 21:45:39 +0200 8065360: Implement a test that checks possibilty of class members to be imported
aeremeev [Wed, 10 Dec 2014 21:45:39 +0200] rev 27997
8065360: Implement a test that checks possibilty of class members to be imported Reviewed-by: jlahoda, anazarov
Tue, 09 Dec 2014 17:40:02 +0000 8067006: Tweak IntelliJ langtools project to show jtreg report directory
mcimadamore [Tue, 09 Dec 2014 17:40:02 +0000] rev 27996
8067006: Tweak IntelliJ langtools project to show jtreg report directory Summary: Jtreg test output directory should be allowed to flow into IntelliJ's output Reviewed-by: jlahoda
Tue, 09 Dec 2014 16:09:07 +0000 8067001: DetectMutableStaticFields fails after modular images push
mcimadamore [Tue, 09 Dec 2014 16:09:07 +0000] rev 27995
8067001: DetectMutableStaticFields fails after modular images push Summary: Ignore JRTIndex.sharedInstance Reviewed-by: jlahoda
Tue, 09 Dec 2014 11:45:38 +0100 8066961: NegativeCyclicDependencyTest.java fails on Windows
aeremeev [Tue, 09 Dec 2014 11:45:38 +0100] rev 27994
8066961: NegativeCyclicDependencyTest.java fails on Windows Summary: Normalizing line endings to '\n'. Reviewed-by: jlahoda
Tue, 09 Dec 2014 01:06:11 +0200 8064794: Implement negative tests for cyclic dependencies in import statements
aeremeev [Tue, 09 Dec 2014 01:06:11 +0200] rev 27993
8064794: Implement negative tests for cyclic dependencies in import statements Reviewed-by: jlahoda, anazarov
Mon, 08 Dec 2014 21:26:04 +0100 8066902: JavacParserTest fails on Windows
jlahoda [Mon, 08 Dec 2014 21:26:04 +0100] rev 27992
8066902: JavacParserTest fails on Windows Summary: Normalizing line endings to '\n'. Reviewed-by: jjg, ksrini
Mon, 08 Dec 2014 18:02:07 +0100 8061549: Disallow _ as a one-character identifier
jlahoda [Mon, 08 Dec 2014 18:02:07 +0100] rev 27991
8061549: Disallow _ as a one-character identifier Summary: Underscore is no longer a one-charater identifier with -source 9 Reviewed-by: mcimadamore, jjg
Mon, 08 Dec 2014 16:30:43 +0000 8066889: IntelliJ langtools launcher ought to be Windows friendly
mcimadamore [Mon, 08 Dec 2014 16:30:43 +0000] rev 27990
8066889: IntelliJ langtools launcher ought to be Windows friendly Summary: Fixup file and path separators in project setup stage. Reviewed-by: jlahoda
Mon, 08 Dec 2014 11:50:19 +0100 8065753: javac crashing on a html-like file
jlahoda [Mon, 08 Dec 2014 11:50:19 +0100] rev 27989
8065753: javac crashing on a html-like file Summary: Avoiding special-case in error recovery for bad token on position 0. Reviewed-by: jjg
Thu, 04 Dec 2014 19:09:29 -0800 8066737: langtools/test/tools/javac/processing/6348193/T6348193.java fails
jjg [Thu, 04 Dec 2014 19:09:29 -0800] rev 27988
8066737: langtools/test/tools/javac/processing/6348193/T6348193.java fails Reviewed-by: darcy
Thu, 11 Dec 2014 11:44:07 -0800 Added tag jdk9-b42 for changeset a48998a1fc72
katleman [Thu, 11 Dec 2014 11:44:07 -0800] rev 27987
Added tag jdk9-b42 for changeset a48998a1fc72
Wed, 05 Jul 2017 20:11:00 +0200 Merge
duke [Wed, 05 Jul 2017 20:11:00 +0200] rev 27986
Merge
Thu, 11 Dec 2014 11:44:03 -0800 Added tag jdk9-b42 for changeset f65d79186283
katleman [Thu, 11 Dec 2014 11:44:03 -0800] rev 27985
Added tag jdk9-b42 for changeset f65d79186283
Wed, 05 Jul 2017 20:10:57 +0200 Merge
duke [Wed, 05 Jul 2017 20:10:57 +0200] rev 27984
Merge
Thu, 11 Dec 2014 13:08:14 -0800 8051536: Convert JAXP function tests: javax.xml.parsers to jtreg(testng) tests
joehw [Thu, 11 Dec 2014 13:08:14 -0800] rev 27983
8051536: Convert JAXP function tests: javax.xml.parsers to jtreg(testng) tests Reviewed-by: lancea, joehw Contributed-by: frank.yuan@oracle.com
(0) -10000 -3000 -1000 -240 +240 +1000 +3000 +10000 +30000 tip