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
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip