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
thartmann [Fri, 12 Dec 2014 08:15:30 +0000] rev 28189
Merge
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
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
lana [Tue, 30 Dec 2014 13:19:30 -0800] rev 28186
Merge
lana [Thu, 25 Dec 2014 19:45:11 -0800] rev 28185
Merge
jwilhelm [Thu, 18 Dec 2014 16:15:49 +0100] rev 28184
Merge
jwilhelm [Tue, 16 Dec 2014 02:14:03 +0100] rev 28183
Merge
fzhinkin [Mon, 15 Dec 2014 18:11:51 +0400] rev 28182
8066143: [TESTBUG] New tests in gc/survivorAlignment/ fails
Reviewed-by: jmasa
fzhinkin [Fri, 12 Dec 2014 21:37:37 +0300] rev 28181
8066862: TestMutuallyExclusivePlatformPredicates fails on all platforms
Reviewed-by: iignatyev, kvn
iignatyev [Fri, 12 Dec 2014 21:32:43 +0300] rev 28180
Merge
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>
kbarrett [Thu, 11 Dec 2014 19:44:32 +0100] rev 28178
8066822: Remove PSMarkSweep::set_reference_processor
Reviewed-by: brutisso, tschatzl
sfriberg [Wed, 10 Dec 2014 10:10:43 -0800] rev 28177
8066442: Add PS and ParOld support for promotion event
Reviewed-by: tschatzl, ehelin
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
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
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
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
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>
minqi [Sun, 14 Dec 2014 23:03:00 +0000] rev 28171
Merge
minqi [Fri, 12 Dec 2014 20:49:14 -0800] rev 28170
Merge
coleenp [Sun, 14 Dec 2014 21:20:26 +0000] rev 28169
Merge
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
coleenp [Fri, 12 Dec 2014 18:13:22 +0000] rev 28167
Merge
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
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
coleenp [Fri, 12 Dec 2014 02:51:07 +0000] rev 28164
Merge
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
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
katleman [Tue, 30 Dec 2014 09:44:15 -0800] rev 28161
Added tag jdk9-b44 for changeset 44060bbba6ce
lana [Thu, 01 Jan 2015 16:09:41 -0800] rev 28160
Merge
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
kvn [Mon, 22 Dec 2014 10:39:37 -0800] rev 28158
Merge
iignatyev [Wed, 17 Dec 2014 12:21:28 +0300] rev 28157
8028595: WhiteBox API for stress testing of TieredCompilation
Reviewed-by: kvn
anoll [Mon, 15 Dec 2014 08:53:07 -0800] rev 28156
Merge
anoll [Fri, 12 Dec 2014 08:40:18 -0800] rev 28155
Merge
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
katleman [Tue, 30 Dec 2014 09:44:11 -0800] rev 28153
Added tag jdk9-b44 for changeset 1206b8e2946d
duke [Wed, 05 Jul 2017 20:12:20 +0200] rev 28152
Added tag jdk9-b44 for changeset abbfccd659b9
duke [Wed, 05 Jul 2017 20:12:20 +0200] rev 28151
Merge
duke [Wed, 05 Jul 2017 20:12:15 +0200] rev 28150
Merge
lana [Tue, 23 Dec 2014 13:58:01 -0800] rev 28149
Merge
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
rfield [Wed, 17 Dec 2014 12:48:04 -0800] rev 28147
8067384: Facilitate extension of the javac parser
Reviewed-by: jjg
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
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
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
mchung [Mon, 15 Dec 2014 10:29:54 -0800] rev 28143
8067360: verify-modules target was dropped in jdk9 b41
Reviewed-by: alanb, erikj
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
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
jjg [Thu, 11 Dec 2014 18:20:00 -0800] rev 28140
8066807: langtools/test/Makefile should use -agentvm not -samevm
Reviewed-by: mcimadamore
lana [Thu, 18 Dec 2014 19:57:56 -0800] rev 28139
Added tag jdk9-b43 for changeset 592c5d3be509
duke [Wed, 05 Jul 2017 20:12:08 +0200] rev 28138
Merge
lana [Thu, 18 Dec 2014 19:57:51 -0800] rev 28137
Added tag jdk9-b43 for changeset 1eddc8b954d5
duke [Wed, 05 Jul 2017 20:12:03 +0200] rev 28136
Merge
lana [Tue, 23 Dec 2014 13:57:26 -0800] rev 28135
Merge
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
lana [Thu, 18 Dec 2014 19:57:51 -0800] rev 28133
Added tag jdk9-b43 for changeset f5f19fe0e83b
duke [Wed, 05 Jul 2017 20:11:58 +0200] rev 28132
Merge
lana [Tue, 23 Dec 2014 13:57:28 -0800] rev 28131
Merge