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