Sat, 05 Mar 2016 19:22:57 -0800 8151348: quarantine compiler/codecache/jmx/PeakUsageTest.java in JDK9-dev
dcubed [Sat, 05 Mar 2016 19:22:57 -0800] rev 36210
8151348: quarantine compiler/codecache/jmx/PeakUsageTest.java in JDK9-dev Reviewed-by: ctornqvi, amurillo
Thu, 03 Mar 2016 12:44:34 -0800 8151156: [TESTBUG] Integrate trivial Hotspot test changes from Jake before Jigsaw M3
ctornqvi [Thu, 03 Mar 2016 12:44:34 -0800] rev 36209
8151156: [TESTBUG] Integrate trivial Hotspot test changes from Jake before Jigsaw M3 Reviewed-by: hseigel, gtriantafill
Thu, 03 Mar 2016 12:49:44 -0800 Merge
lana [Thu, 03 Mar 2016 12:49:44 -0800] rev 36208
Merge
Thu, 03 Mar 2016 12:59:21 +0000 8150162: Move sun.misc.Version to a truly internal package
chegar [Thu, 03 Mar 2016 12:59:21 +0000] rev 36207
8150162: Move sun.misc.Version to a truly internal package Reviewed-by: alanb, dholmes, iris, mchung, rriggs
Fri, 26 Feb 2016 10:35:07 -0800 Merge
amurillo [Fri, 26 Feb 2016 10:35:07 -0800] rev 36206
Merge
Thu, 25 Feb 2016 17:26:49 +0100 8150647: Quarantine TestPLABResize.java until JDK-8150183 is fixed
jwilhelm [Thu, 25 Feb 2016 17:26:49 +0100] rev 36205
8150647: Quarantine TestPLABResize.java until JDK-8150183 is fixed 8150562: Quarantine LoadAgentDcmdTest.java due to JDK-8150318 Reviewed-by: iklam, tschatzl
Tue, 23 Feb 2016 19:10:01 -0500 8150379: [windows] Fix Leaks in perfMemory_windows.cpp
stuefe [Tue, 23 Feb 2016 19:10:01 -0500] rev 36204
8150379: [windows] Fix Leaks in perfMemory_windows.cpp Reviewed-by: clanger, dholmes, gthornbr
Tue, 23 Feb 2016 14:14:29 +0100 Merge
tschatzl [Tue, 23 Feb 2016 14:14:29 +0100] rev 36203
Merge
Tue, 23 Feb 2016 10:44:05 +0100 8146989: Introduce per-worker preserved mark stacks in ParNew
tonyp [Tue, 23 Feb 2016 10:44:05 +0100] rev 36202
8146989: Introduce per-worker preserved mark stacks in ParNew Summary: Unify and provide per-worker preserved mark stack handling in ParNew Reviewed-by: tschatzl, ysr
Tue, 23 Feb 2016 09:52:46 +0100 8150367: Add back information about the number of GC workers
brutisso [Tue, 23 Feb 2016 09:52:46 +0100] rev 36201
8150367: Add back information about the number of GC workers Reviewed-by: sjohanss, tschatzl
Mon, 22 Feb 2016 19:25:32 +0000 Merge
jwilhelm [Mon, 22 Feb 2016 19:25:32 +0000] rev 36200
Merge
Mon, 22 Feb 2016 19:46:37 +0100 Merge
jwilhelm [Mon, 22 Feb 2016 19:46:37 +0100] rev 36199
Merge
Mon, 22 Feb 2016 09:41:56 -0800 8150302: Reference processing logging prints the "from list" incorrectly
jmasa [Mon, 22 Feb 2016 09:41:56 -0800] rev 36198
8150302: Reference processing logging prints the "from list" incorrectly Reviewed-by: tamao, brutisso
Fri, 19 Feb 2016 10:44:54 +0100 8150232: AIX cleanup: Integrate changes of 7178026 and others
clanger [Fri, 19 Feb 2016 10:44:54 +0100] rev 36197
8150232: AIX cleanup: Integrate changes of 7178026 and others Reviewed-by: simonis
Fri, 19 Feb 2016 15:14:59 -0500 8150134: Simplify concurrent refinement thread deactivation
kbarrett [Fri, 19 Feb 2016 15:14:59 -0500] rev 36196
8150134: Simplify concurrent refinement thread deactivation Summary: Remove explicit deactivation and use green stop_at value. Reviewed-by: jmasa, tschatzl
Fri, 19 Feb 2016 15:25:05 +0100 Merge
ihse [Fri, 19 Feb 2016 15:25:05 +0100] rev 36195
Merge
Fri, 19 Feb 2016 14:04:20 +0100 8150201: Restore missing -g flags to files with OPT_CFLAGS/per-file
ihse [Fri, 19 Feb 2016 14:04:20 +0100] rev 36194
8150201: Restore missing -g flags to files with OPT_CFLAGS/per-file Reviewed-by: dholmes, erikj
Fri, 19 Feb 2016 14:15:13 +0100 Merge
mgerdin [Fri, 19 Feb 2016 14:15:13 +0100] rev 36193
Merge
Fri, 19 Feb 2016 13:08:38 +0100 Merge
mgerdin [Fri, 19 Feb 2016 13:08:38 +0100] rev 36192
Merge
Thu, 04 Feb 2016 08:22:26 +0100 8149013: Remove unused and dead code from G1CollectorPolicy
mgerdin [Thu, 04 Feb 2016 08:22:26 +0100] rev 36191
8149013: Remove unused and dead code from G1CollectorPolicy Reviewed-by: ehelin, jwilhelm
Fri, 19 Feb 2016 12:47:16 +0100 Merge
ddmitriev [Fri, 19 Feb 2016 12:47:16 +0100] rev 36190
Merge
Fri, 19 Feb 2016 13:24:21 +0300 8146187: Print develop and nonproduct flags by -XX:+PrintFlags* options in debug build
ddmitriev [Fri, 19 Feb 2016 13:24:21 +0300] rev 36189
8146187: Print develop and nonproduct flags by -XX:+PrintFlags* options in debug build Reviewed-by: gtriantafill, gziemski, dholmes
Thu, 18 Feb 2016 23:26:43 +0900 8147388: Add diagnostic commands to attach JVMTI agent.
ysuenaga [Thu, 18 Feb 2016 23:26:43 +0900] rev 36188
8147388: Add diagnostic commands to attach JVMTI agent. Reviewed-by: jbachorik, sspitsyn
Wed, 17 Feb 2016 18:02:03 -0500 8149837: String.intern creates morre work than necessary for G1
drwhite [Wed, 17 Feb 2016 18:02:03 -0500] rev 36187
8149837: String.intern creates morre work than necessary for G1 Summary: Only use the SATB read barrier when reading existing strings from string table, not when adding new strings. Reviewed-by: stefank, kbarrett
Thu, 18 Feb 2016 17:10:48 -0500 8149383: Convert TraceBiasedLocking to Unified Logging
rprotacio [Thu, 18 Feb 2016 17:10:48 -0500] rev 36186
8149383: Convert TraceBiasedLocking to Unified Logging Summary: The former -XX:+TraceBiasedLocking flag has been converted to the UL option -Xlog:biasedlocking=info and =trace, with the old option being aliased. Reviewed-by: dholmes, dcubed
Thu, 18 Feb 2016 14:56:53 +0300 8150067: Quarantine serviceability/tmtools/jstat/GcCapacityTest.java
akulyakh [Thu, 18 Feb 2016 14:56:53 +0300] rev 36185
8150067: Quarantine serviceability/tmtools/jstat/GcCapacityTest.java Summary: Quarantine a falsely failing test until the test issue is fixed Reviewed-by: sla
Thu, 18 Feb 2016 03:51:44 +0000 Merge
dholmes [Thu, 18 Feb 2016 03:51:44 +0000] rev 36184
Merge
Wed, 17 Feb 2016 22:17:49 -0500 8150079: MSVC prior to VS 2013 doesn't know the 'va_copy' macro
simonis [Wed, 17 Feb 2016 22:17:49 -0500] rev 36183
8150079: MSVC prior to VS 2013 doesn't know the 'va_copy' macro Reviewed-by: dholmes
Thu, 18 Feb 2016 03:47:47 +0100 Merge
coleenp [Thu, 18 Feb 2016 03:47:47 +0100] rev 36182
Merge
Wed, 17 Feb 2016 17:03:31 -0500 8143245: Zero build requires disabled warnings
sgehwolf [Wed, 17 Feb 2016 17:03:31 -0500] rev 36181
8143245: Zero build requires disabled warnings Reviewed-by: dholmes, coleenp
Wed, 17 Feb 2016 23:57:17 +0100 Merge
kbarrett [Wed, 17 Feb 2016 23:57:17 +0100] rev 36180
Merge
Wed, 17 Feb 2016 16:00:27 -0500 8149793: DirtyCardQueueSet::apply_closure_to_completed_buffer_helper isn't helpful
kbarrett [Wed, 17 Feb 2016 16:00:27 -0500] rev 36179
8149793: DirtyCardQueueSet::apply_closure_to_completed_buffer_helper isn't helpful Summary: Merge helper into sole caller. Reviewed-by: brutisso, jwilhelm, tschatzl
Wed, 17 Feb 2016 14:03:18 -0500 8148630: Convert TraceStartupTime to Unified Logging
rprotacio [Wed, 17 Feb 2016 14:03:18 -0500] rev 36178
8148630: Convert TraceStartupTime to Unified Logging Summary: The former -XX:+TraceStartupTime flag has been converted to the UL option -Xlog:startuptime=info Reviewed-by: coleenp, dholmes
Tue, 16 Feb 2016 13:20:38 -0800 8149643: Remove check of counters in VirtualSpaceNode::inc_container_count
jmasa [Tue, 16 Feb 2016 13:20:38 -0800] rev 36177
8149643: Remove check of counters in VirtualSpaceNode::inc_container_count Reviewed-by: brutisso, kbarrett, mgerdin Contributed-by: dmitry.dmitriev@oracle.com
Wed, 17 Feb 2016 12:44:41 +0000 Merge
ddmitriev [Wed, 17 Feb 2016 12:44:41 +0000] rev 36176
Merge
Wed, 17 Feb 2016 11:00:57 +0300 8144578: TestOptionsWithRanges test only ever uses the default collector
ddmitriev [Wed, 17 Feb 2016 11:00:57 +0300] rev 36175
8144578: TestOptionsWithRanges test only ever uses the default collector Reviewed-by: sangheki, dholmes
Wed, 17 Feb 2016 11:11:47 +0100 8148219: Add decorator hostname to UL
mlarsson [Wed, 17 Feb 2016 11:11:47 +0100] rev 36174
8148219: Add decorator hostname to UL Reviewed-by: dholmes, mlarsson Contributed-by: robbin.ehn@oracle.com
Tue, 16 Feb 2016 21:58:49 -0500 8146728: TestPrintGCDetailsVerbose is never run by jtreg
kbarrett [Tue, 16 Feb 2016 21:58:49 -0500] rev 36173
8146728: TestPrintGCDetailsVerbose is never run by jtreg Summary: Remove requirement for fastdebug, update logging option Reviewed-by: sjohanss, brutisso, dfazunen
Thu, 03 Mar 2016 12:25:52 -0800 Added tag jdk-9+108 for changeset 41753e6731a1
lana [Thu, 03 Mar 2016 12:25:52 -0800] rev 36172
Added tag jdk-9+108 for changeset 41753e6731a1
Mon, 07 Mar 2016 09:08:59 -0800 8132743: Move netscape.javascript package from jdk.plugin to new module
ddehaven [Mon, 07 Mar 2016 09:08:59 -0800] rev 36171
8132743: Move netscape.javascript package from jdk.plugin to new module Reviewed-by: kcr, mchung, alanb
Mon, 07 Mar 2016 09:14:17 +0100 8150504: JIB profiles for reference implementation builds
erikj [Mon, 07 Mar 2016 09:14:17 +0100] rev 36170
8150504: JIB profiles for reference implementation builds Reviewed-by: ihse
Mon, 07 Mar 2016 09:13:56 +0100 8151300: Build shell trace functionality lost in JDK-8076060
erikj [Mon, 07 Mar 2016 09:13:56 +0100] rev 36169
8151300: Build shell trace functionality lost in JDK-8076060 Reviewed-by: tbell
Thu, 03 Mar 2016 12:25:50 -0800 Added tag jdk-9+108 for changeset b14d8a6ad77e
lana [Thu, 03 Mar 2016 12:25:50 -0800] rev 36168
Added tag jdk-9+108 for changeset b14d8a6ad77e
Wed, 05 Jul 2017 21:24:15 +0200 Added tag jdk-9+108 for changeset 257b579d8132
duke [Wed, 05 Jul 2017 21:24:15 +0200] rev 36167
Added tag jdk-9+108 for changeset 257b579d8132
Wed, 05 Jul 2017 21:24:14 +0200 Merge jdk-9+108
duke [Wed, 05 Jul 2017 21:24:14 +0200] rev 36166
Merge
Wed, 05 Jul 2017 21:24:08 +0200 Merge
duke [Wed, 05 Jul 2017 21:24:08 +0200] rev 36165
Merge
Mon, 29 Feb 2016 19:52:51 +0100 8150874: Disable the ComputeFQNsTest.testSuspendIndexing test
jlahoda [Mon, 29 Feb 2016 19:52:51 +0100] rev 36164
8150874: Disable the ComputeFQNsTest.testSuspendIndexing test Reviewed-by: rfield
Mon, 29 Feb 2016 19:07:05 +0100 8148498: The sjavac client should never create a port file
alundblad [Mon, 29 Feb 2016 19:07:05 +0100] rev 36163
8148498: The sjavac client should never create a port file Summary: Sjavac client now avoids creating a port file. Reviewed-by: jlahoda
Mon, 29 Feb 2016 13:37:29 +0100 8147571: Information about written .h files is printed on the wrong logging level
alundblad [Mon, 29 Feb 2016 13:37:29 +0100] rev 36162
8147571: Information about written .h files is printed on the wrong logging level Summary: Changed how SmartWriter outputs log messages. Reviewed-by: jlahoda
Mon, 29 Feb 2016 13:24:01 +0100 8147569: Error messages from sjavac server does not always get relayed back to client
alundblad [Mon, 29 Feb 2016 13:24:01 +0100] rev 36161
8147569: Error messages from sjavac server does not always get relayed back to client Summary: Refactored how logging works in sjavac. Reviewed-by: jlahoda
Mon, 29 Feb 2016 11:54:06 +0100 8131027: JShell API/tool: suggest imports for a class
jlahoda [Mon, 29 Feb 2016 11:54:06 +0100] rev 36160
8131027: JShell API/tool: suggest imports for a class Summary: Adding two new actions to JShell: add imports and create variable. Reviewed-by: rfield
Thu, 25 Feb 2016 11:28:25 -0800 Merge
lana [Thu, 25 Feb 2016 11:28:25 -0800] rev 36159
Merge
Tue, 23 Feb 2016 19:17:54 -0800 8150475: -sourcepath / crashes javac
jjg [Tue, 23 Feb 2016 19:17:54 -0800] rev 36158
8150475: -sourcepath / crashes javac Reviewed-by: darcy, vromero
Tue, 23 Feb 2016 16:38:04 -0800 8145472: replace remaining java.io.File with java.nio.file.Path
jjg [Tue, 23 Feb 2016 16:38:04 -0800] rev 36157
8145472: replace remaining java.io.File with java.nio.file.Path Reviewed-by: vromero
Tue, 23 Feb 2016 16:25:01 -0800 8149328: remove the dependency on java.logging from java.compiler
vromero [Tue, 23 Feb 2016 16:25:01 -0800] rev 36156
8149328: remove the dependency on java.logging from java.compiler Reviewed-by: jjg
Tue, 23 Feb 2016 16:13:48 -0800 8149772: cleanup handling of -encoding in JavacFileManager
jjg [Tue, 23 Feb 2016 16:13:48 -0800] rev 36155
8149772: cleanup handling of -encoding in JavacFileManager Reviewed-by: jlahoda
Tue, 23 Feb 2016 11:17:02 -0800 8150427: Demote ToolReloadTest.java and mark as intermittently failing
darcy [Tue, 23 Feb 2016 11:17:02 -0800] rev 36154
8150427: Demote ToolReloadTest.java and mark as intermittently failing Reviewed-by: jjg
Mon, 22 Feb 2016 16:17:25 -0800 8149600: javac, remove unused options, step 2
vromero [Mon, 22 Feb 2016 16:17:25 -0800] rev 36153
8149600: javac, remove unused options, step 2 Reviewed-by: jjg, mcimadamore
Thu, 25 Feb 2016 09:41:51 -0800 Added tag jdk-9+107 for changeset 9643bffe2105
lana [Thu, 25 Feb 2016 09:41:51 -0800] rev 36152
Added tag jdk-9+107 for changeset 9643bffe2105
Wed, 05 Jul 2017 21:23:59 +0200 Merge
duke [Wed, 05 Jul 2017 21:23:59 +0200] rev 36151
Merge
Thu, 25 Feb 2016 09:41:44 -0800 Added tag jdk-9+107 for changeset c464fa9657f3
lana [Thu, 25 Feb 2016 09:41:44 -0800] rev 36150
Added tag jdk-9+107 for changeset c464fa9657f3
Wed, 05 Jul 2017 21:23:54 +0200 Merge
duke [Wed, 05 Jul 2017 21:23:54 +0200] rev 36149
Merge
Thu, 25 Feb 2016 11:27:49 -0800 Merge
lana [Thu, 25 Feb 2016 11:27:49 -0800] rev 36148
Merge
Wed, 24 Feb 2016 19:25:16 +0300 8150470: JCK: api/xsl/conf/copy/copy19 test failure
clanger [Wed, 24 Feb 2016 19:25:16 +0300] rev 36147
8150470: JCK: api/xsl/conf/copy/copy19 test failure Reviewed-by: joehw, aefimov
Mon, 22 Feb 2016 11:00:06 -0800 8149915: enabling validate-annotations feature for xsd schema with annotation causes NPE
joehw [Mon, 22 Feb 2016 11:00:06 -0800] rev 36146
8149915: enabling validate-annotations feature for xsd schema with annotation causes NPE Reviewed-by: joehw Contributed-by: christoph.langer@sap.com
Thu, 25 Feb 2016 09:41:44 -0800 Added tag jdk-9+107 for changeset 1632bf7a3665
lana [Thu, 25 Feb 2016 09:41:44 -0800] rev 36145
Added tag jdk-9+107 for changeset 1632bf7a3665
Wed, 05 Jul 2017 21:23:47 +0200 Merge
duke [Wed, 05 Jul 2017 21:23:47 +0200] rev 36144
Merge
Mon, 29 Feb 2016 09:49:46 +0100 8150814: correct package declaration in Nashorn test
mhaupt [Mon, 29 Feb 2016 09:49:46 +0100] rev 36143
8150814: correct package declaration in Nashorn test Reviewed-by: sundar
Thu, 25 Feb 2016 11:28:35 -0800 Merge
lana [Thu, 25 Feb 2016 11:28:35 -0800] rev 36142
Merge
Thu, 25 Feb 2016 13:56:23 +0530 8148379: jdk.nashorn.api.scripting spec. adjustments, clarifications
sundar [Thu, 25 Feb 2016 13:56:23 +0530] rev 36141
8148379: jdk.nashorn.api.scripting spec. adjustments, clarifications Reviewed-by: hannesw, mhaupt
Thu, 25 Feb 2016 09:41:52 -0800 Added tag jdk-9+107 for changeset ad5ff5d5459b
lana [Thu, 25 Feb 2016 09:41:52 -0800] rev 36140
Added tag jdk-9+107 for changeset ad5ff5d5459b
Wed, 05 Jul 2017 21:23:38 +0200 Merge
duke [Wed, 05 Jul 2017 21:23:38 +0200] rev 36139
Merge
Thu, 25 Feb 2016 09:41:40 -0800 Added tag jdk-9+107 for changeset 5924078ce428
lana [Thu, 25 Feb 2016 09:41:40 -0800] rev 36138
Added tag jdk-9+107 for changeset 5924078ce428
Wed, 05 Jul 2017 21:23:32 +0200 Merge
duke [Wed, 05 Jul 2017 21:23:32 +0200] rev 36137
Merge
Mon, 29 Feb 2016 14:16:20 +0100 8150825: MethodHandles.tryFinally throws IndexOutOfBoundsException for non-conforming parameter lists
mhaupt [Mon, 29 Feb 2016 14:16:20 +0100] rev 36136
8150825: MethodHandles.tryFinally throws IndexOutOfBoundsException for non-conforming parameter lists Reviewed-by: redestad
Fri, 26 Feb 2016 12:11:28 +0100 8150533: Test java/util/logging/LogManagerAppContextDeadlock.java times out intermittently.
dfuchs [Fri, 26 Feb 2016 12:11:28 +0100] rev 36135
8150533: Test java/util/logging/LogManagerAppContextDeadlock.java times out intermittently. Summary: This is a test bug caused by a Logger being garbage collected too early. Reviewed-by: darcy
Fri, 26 Feb 2016 06:03:12 +0100 8150497: 32 jshell tests failed on Windows 32 bit
erikj [Fri, 26 Feb 2016 06:03:12 +0100] rev 36134
8150497: 32 jshell tests failed on Windows 32 bit Reviewed-by: darcy, tbell
Fri, 26 Feb 2016 09:55:14 +0800 8150608: Mark BashStreams.java as intermittently failing and put to ProblemList
amlu [Fri, 26 Feb 2016 09:55:14 +0800] rev 36133
8150608: Mark BashStreams.java as intermittently failing and put to ProblemList Reviewed-by: bpb, rriggs
Thu, 25 Feb 2016 16:10:15 -0800 8145854: SSLContextImpl.statusResponseManager should be generated if required
jnimeh [Thu, 25 Feb 2016 16:10:15 -0800] rev 36132
8145854: SSLContextImpl.statusResponseManager should be generated if required Summary: Implement server-side lazy initialization of StatusResponseManagers in the SSLContextImpl class. Reviewed-by: xuelei
Thu, 25 Feb 2016 23:14:22 +0000 8087112: HTTP API and HTTP/1.1 implementation
michaelm [Thu, 25 Feb 2016 23:14:22 +0000] rev 36131
8087112: HTTP API and HTTP/1.1 implementation Reviewed-by: alanb, chegar, coffeys, psandoz, rriggs
Thu, 25 Feb 2016 11:27:30 -0800 Merge
lana [Thu, 25 Feb 2016 11:27:30 -0800] rev 36130
Merge
Mon, 15 Feb 2016 17:47:53 -0800 8132734: JDK 9 runtime changes to support multi-release jar files
sdrach [Mon, 15 Feb 2016 17:47:53 -0800] rev 36129
8132734: JDK 9 runtime changes to support multi-release jar files Summary: JEP 238 Multi-Release JAR Files runtime support Reviewed-by: alanb, psandoz, sherman
Mon, 15 Feb 2016 16:59:56 -0800 8150204: (fs) Enhance java/nio/file/Files/probeContentType/Basic.java debugging output
bpb [Mon, 15 Feb 2016 16:59:56 -0800] rev 36128
8150204: (fs) Enhance java/nio/file/Files/probeContentType/Basic.java debugging output Summary: Add debugging information to the test. Reviewed-by: alanb
Tue, 23 Feb 2016 18:57:08 -0800 Merge
amurillo [Tue, 23 Feb 2016 18:57:08 -0800] rev 36127
Merge
Thu, 18 Feb 2016 15:19:41 -0800 Merge
amurillo [Thu, 18 Feb 2016 15:19:41 -0800] rev 36126
Merge
Thu, 18 Feb 2016 18:07:47 +0100 Merge
jwilhelm [Thu, 18 Feb 2016 18:07:47 +0100] rev 36125
Merge
Tue, 16 Feb 2016 12:09:11 -0800 Merge
dcubed [Tue, 16 Feb 2016 12:09:11 -0800] rev 36124
Merge
Wed, 10 Feb 2016 19:55:57 -0800 8149611: Add tests for Unsafe.copySwapMemory
mikael [Wed, 10 Feb 2016 19:55:57 -0800] rev 36123
8149611: Add tests for Unsafe.copySwapMemory Reviewed-by: dholmes
Wed, 10 Feb 2016 15:20:41 -0800 8141491: Unaligned memory access in Bits.c
mikael [Wed, 10 Feb 2016 15:20:41 -0800] rev 36122
8141491: Unaligned memory access in Bits.c Summary: Introduce alignment-safe Copy::conjoint_swap and j.i.m.Unsafe.copySwapMemory Reviewed-by: jrose, dholmes, psandoz
Wed, 17 Feb 2016 18:49:38 +0300 8148518: Unsafe.getCharUnaligned() loads aren't folded in case of -XX:-UseUnalignedAccesses
vlivanov [Wed, 17 Feb 2016 18:49:38 +0300] rev 36121
8148518: Unsafe.getCharUnaligned() loads aren't folded in case of -XX:-UseUnalignedAccesses Reviewed-by: kvn, shade
Mon, 15 Feb 2016 20:27:12 +0300 8148994: Replacing MH::invokeBasic with a direct call breaks LF customization
vlivanov [Mon, 15 Feb 2016 20:27:12 +0300] rev 36120
8148994: Replacing MH::invokeBasic with a direct call breaks LF customization Reviewed-by: jrose, redestad
Wed, 24 Feb 2016 02:50:14 +0000 8149417: Use final restricted flag
xuelei [Wed, 24 Feb 2016 02:50:14 +0000] rev 36119
8149417: Use final restricted flag Reviewed-by: mullan, weijun, coffeys
Wed, 24 Feb 2016 00:14:23 +0100 8150456: jdk 9 nightly build fails on Windows 32 bit
erikj [Wed, 24 Feb 2016 00:14:23 +0100] rev 36118
8150456: jdk 9 nightly build fails on Windows 32 bit Reviewed-by: tbell, ihse
Tue, 23 Feb 2016 17:19:28 -0500 8150337: sun/misc/SunMiscSignalTest.java failed intermittently
rriggs [Tue, 23 Feb 2016 17:19:28 -0500] rev 36117
8150337: sun/misc/SunMiscSignalTest.java failed intermittently Summary: Correct test to allow for signals to be ignored Reviewed-by: bpb
Tue, 23 Feb 2016 10:51:37 -0800 8150434: Remove redundant "jdk_localedata" from the CLDR locale data meta info class name
naoto [Tue, 23 Feb 2016 10:51:37 -0800] rev 36116
8150434: Remove redundant "jdk_localedata" from the CLDR locale data meta info class name Reviewed-by: mchung
Tue, 23 Feb 2016 17:41:00 +0000 6432031: Add support for SO_REUSEPORT
alanb [Tue, 23 Feb 2016 17:41:00 +0000] rev 36115
6432031: Add support for SO_REUSEPORT Reviewed-by: alanb, simonis, chegar Contributed-by: yingqi.lu@intel.com
Tue, 23 Feb 2016 09:49:04 +0100 8143410: augment pseudo-code descriptions in MethodHandles API
mhaupt [Tue, 23 Feb 2016 09:49:04 +0100] rev 36114
8143410: augment pseudo-code descriptions in MethodHandles API Reviewed-by: psandoz
Tue, 23 Feb 2016 17:09:46 +0900 8074411: Describe "minor unit" and/or "default fraction digits" in Currency class' javadoc clearly
peytoia [Tue, 23 Feb 2016 17:09:46 +0900] rev 36113
8074411: Describe "minor unit" and/or "default fraction digits" in Currency class' javadoc clearly Reviewed-by: naoto, okutsu, peytoia Contributed-by: Nishit Jain <nishit.jain@oracle.com>
Tue, 23 Feb 2016 07:17:54 +0100 8150360: augment/correct MethodHandle API documentation
mhaupt [Tue, 23 Feb 2016 07:17:54 +0100] rev 36112
8150360: augment/correct MethodHandle API documentation Reviewed-by: psandoz
Tue, 23 Feb 2016 09:52:56 +0800 8149154: tools/pack200/Pack200Test.java failed with NullPointerException
amlu [Tue, 23 Feb 2016 09:52:56 +0800] rev 36111
8149154: tools/pack200/Pack200Test.java failed with NullPointerException Reviewed-by: ksrini
Mon, 22 Feb 2016 11:23:03 +0100 8150203: Incremental update from build-infra project
ihse [Mon, 22 Feb 2016 11:23:03 +0100] rev 36110
8150203: Incremental update from build-infra project Reviewed-by: erikj
Thu, 25 Feb 2016 09:41:46 -0800 Added tag jdk-9+107 for changeset e1580bae8eb5
lana [Thu, 25 Feb 2016 09:41:46 -0800] rev 36109
Added tag jdk-9+107 for changeset e1580bae8eb5
Wed, 05 Jul 2017 21:23:18 +0200 Merge
duke [Wed, 05 Jul 2017 21:23:18 +0200] rev 36108
Merge
Thu, 25 Feb 2016 11:27:59 -0800 Merge
lana [Thu, 25 Feb 2016 11:27:59 -0800] rev 36107
Merge
Tue, 23 Feb 2016 18:57:06 -0800 Merge
amurillo [Tue, 23 Feb 2016 18:57:06 -0800] rev 36106
Merge
Thu, 18 Feb 2016 15:19:39 -0800 Merge
amurillo [Thu, 18 Feb 2016 15:19:39 -0800] rev 36105
Merge
Thu, 18 Feb 2016 18:10:35 +0100 Merge
jwilhelm [Thu, 18 Feb 2016 18:10:35 +0100] rev 36104
Merge
Tue, 16 Feb 2016 12:01:37 -0800 Merge
dcubed [Tue, 16 Feb 2016 12:01:37 -0800] rev 36103
Merge
Mon, 15 Feb 2016 15:55:58 +0100 8149820: Move G1YoungGenSizer to g1CollectorPolicy.cpp
ehelin [Mon, 15 Feb 2016 15:55:58 +0100] rev 36102
8149820: Move G1YoungGenSizer to g1CollectorPolicy.cpp Reviewed-by: jwilhelm, tbenson
Mon, 15 Feb 2016 21:57:30 -0500 8149427: Remove .class files from the hotspot repo .hgignore file
dholmes [Mon, 15 Feb 2016 21:57:30 -0500] rev 36101
8149427: Remove .class files from the hotspot repo .hgignore file Reviewed-by: mikael, twisti
Mon, 15 Feb 2016 16:22:32 +0100 8149826: Concurrent misspelled in the CMS logging
brutisso [Mon, 15 Feb 2016 16:22:32 +0100] rev 36100
8149826: Concurrent misspelled in the CMS logging Reviewed-by: david
Mon, 15 Feb 2016 05:54:59 -0500 8147379: Investigate if ConvertSleepToYield still should be false by default on Sparc
dholmes [Mon, 15 Feb 2016 05:54:59 -0500] rev 36099
8147379: Investigate if ConvertSleepToYield still should be false by default on Sparc Reviewed-by: dcubed, sjohanss
Fri, 12 Feb 2016 09:19:10 +0100 8149650: Create a trace event for G1 heap region type transitions
david [Fri, 12 Feb 2016 09:19:10 +0100] rev 36098
8149650: Create a trace event for G1 heap region type transitions Reviewed-by: jwilhelm, sjohanss
Fri, 12 Feb 2016 09:12:12 +0100 8009538: [Event Request] Want events for tenuring distribution
david [Fri, 12 Feb 2016 09:12:12 +0100] rev 36097
8009538: [Event Request] Want events for tenuring distribution Reviewed-by: jwilhelm, sjohanss
Thu, 11 Feb 2016 15:43:30 -0500 8149697: Fix for 8145725 is broken
dholmes [Thu, 11 Feb 2016 15:43:30 -0500] rev 36096
8149697: Fix for 8145725 is broken Summary: As per the existing comment we needed to check the saved 'index' instead Reviewed-by: gthornbr, dcubed, kbarrett
Thu, 11 Feb 2016 16:49:12 +0100 8149648: Add number of regions to the G1HeapSummary event
david [Thu, 11 Feb 2016 16:49:12 +0100] rev 36095
8149648: Add number of regions to the G1HeapSummary event Reviewed-by: sjohanss, jwilhelm
Thu, 11 Feb 2016 12:11:02 +0000 Merge
kevinw [Thu, 11 Feb 2016 12:11:02 +0000] rev 36094
Merge
Mon, 08 Feb 2016 15:46:25 +0530 8144957: Remove PICL warning message
kevinw [Mon, 08 Feb 2016 15:46:25 +0530] rev 36093
8144957: Remove PICL warning message Summary: There is no need to print any error/warning message when a library needed for performance optimization is not found on the system Reviewed-by: poonam, kvn Contributed-by: Shafi Ahmad <shafi.s.ahmad@oracle.com>
Thu, 11 Feb 2016 02:39:35 -0800 8149096: Remove unused code in methodComparator
stuefe [Thu, 11 Feb 2016 02:39:35 -0800] rev 36092
8149096: Remove unused code in methodComparator Summary: Remove unused code in methodComparator Reviewed-by: coleenp, sspitsyn, dholmes
Thu, 11 Feb 2016 08:57:00 +0100 8149542: Missing failure reporting in HeapRegion::verify
brutisso [Thu, 11 Feb 2016 08:57:00 +0100] rev 36091
8149542: Missing failure reporting in HeapRegion::verify Reviewed-by: tschatzl, jprovino
Thu, 11 Feb 2016 08:55:36 +0100 8149541: Use log_error() instead of log_info() when verification reports a problem
brutisso [Thu, 11 Feb 2016 08:55:36 +0100] rev 36090
8149541: Use log_error() instead of log_info() when verification reports a problem Reviewed-by: jwilhelm, tbenson
Wed, 10 Feb 2016 22:22:48 -0500 8148987: [Linux] Allow building on older systems without CPU_ALLOC support
dholmes [Wed, 10 Feb 2016 22:22:48 -0500] rev 36089
8148987: [Linux] Allow building on older systems without CPU_ALLOC support Reviewed-by: dsamersoff, stuefe, dcubed
Thu, 11 Feb 2016 01:06:24 +0000 Merge
dholmes [Thu, 11 Feb 2016 01:06:24 +0000] rev 36088
Merge
Wed, 10 Feb 2016 18:57:19 -0500 8145725: Remove the WorkAroundNPTLTimedWaitHang workaround
dholmes [Wed, 10 Feb 2016 18:57:19 -0500] rev 36087
8145725: Remove the WorkAroundNPTLTimedWaitHang workaround Reviewed-by: ddmitriev, stuefe, dcubed
Wed, 10 Feb 2016 15:20:38 -0800 8141491: Unaligned memory access in Bits.c
mikael [Wed, 10 Feb 2016 15:20:38 -0800] rev 36086
8141491: Unaligned memory access in Bits.c Summary: Introduce alignment-safe Copy::conjoint_swap and j.i.m.Unsafe.copySwapMemory Reviewed-by: jrose, dholmes, psandoz
Wed, 10 Feb 2016 14:30:25 +0100 Merge
brutisso [Wed, 10 Feb 2016 14:30:25 +0100] rev 36085
Merge
Wed, 10 Feb 2016 12:56:55 +0100 8148992: VM can hang on exit if root region scanning is initiated but not executed
brutisso [Wed, 10 Feb 2016 12:56:55 +0100] rev 36084
8148992: VM can hang on exit if root region scanning is initiated but not executed Reviewed-by: tschatzl, pliden, jwilhelm
Wed, 10 Feb 2016 12:32:46 +0000 Merge
tschatzl [Wed, 10 Feb 2016 12:32:46 +0000] rev 36083
Merge
Wed, 10 Feb 2016 12:08:37 +0100 8136854: G1 ConcurrentG1RefineThread::stop delays JVM shutdown for >150ms
tschatzl [Wed, 10 Feb 2016 12:08:37 +0100] rev 36082
8136854: G1 ConcurrentG1RefineThread::stop delays JVM shutdown for >150ms Summary: Decrease the default wait delay for mark thread initialization to accomodate very short running applications. Reviewed-by: tbenson, mgerdin
Wed, 10 Feb 2016 12:05:40 +0100 8143220: Fix documentation of InitiatingHeapOccupancyPercent
tschatzl [Wed, 10 Feb 2016 12:05:40 +0100] rev 36081
8143220: Fix documentation of InitiatingHeapOccupancyPercent Summary: Adjust internal flag documentation to how it currently works. Reviewed-by: brutisso, jmasa, tamao
Wed, 17 Feb 2016 09:57:10 -0800 8150075: [JVMCI] expose reserved stack machinery and Inline flag in HotSpotVMConfig
never [Wed, 17 Feb 2016 09:57:10 -0800] rev 36080
8150075: [JVMCI] expose reserved stack machinery and Inline flag in HotSpotVMConfig Reviewed-by: kvn, twisti
Wed, 17 Feb 2016 12:24:53 +0100 6378256: Performance problem with System.identityHashCode in client compiler
thartmann [Wed, 17 Feb 2016 12:24:53 +0100] rev 36079
6378256: Performance problem with System.identityHashCode in client compiler Summary: Enabled C1 optimization to try pull out hashCode from object header, before calling into the VM. Reviewed-by: dlong, roland, thartmann Contributed-by: Rahul Raghavan <rahul.v.raghavan@oracle.com>
Tue, 16 Feb 2016 09:49:58 -0800 8149969: [JVMCI] PrintNMethods is ignored for CompilerToVM.installCode when not called from the broker
never [Tue, 16 Feb 2016 09:49:58 -0800] rev 36078
8149969: [JVMCI] PrintNMethods is ignored for CompilerToVM.installCode when not called from the broker Reviewed-by: kvn
Mon, 15 Feb 2016 23:45:15 +0300 8149813: Move trusted final field handling from C2 LoadNode::Value to shared code
shade [Mon, 15 Feb 2016 23:45:15 +0300] rev 36077
8149813: Move trusted final field handling from C2 LoadNode::Value to shared code Reviewed-by: thartmann, kvn
Mon, 15 Feb 2016 18:42:45 +0000 Merge
vlivanov [Mon, 15 Feb 2016 18:42:45 +0000] rev 36076
Merge
Mon, 15 Feb 2016 20:26:50 +0300 8148994: Replacing MH::invokeBasic with a direct call breaks LF customization
vlivanov [Mon, 15 Feb 2016 20:26:50 +0300] rev 36075
8148994: Replacing MH::invokeBasic with a direct call breaks LF customization Reviewed-by: jrose, redestad
Mon, 15 Feb 2016 20:26:02 +0300 8138922: StubCodeDesc constructor publishes partially-constructed objects on StubCodeDesc::_list
vlivanov [Mon, 15 Feb 2016 20:26:02 +0300] rev 36074
8138922: StubCodeDesc constructor publishes partially-constructed objects on StubCodeDesc::_list Reviewed-by: kvn, coleenp, dholmes
Mon, 15 Feb 2016 20:02:51 +0300 8149141: Optimized build is broken
vlivanov [Mon, 15 Feb 2016 20:02:51 +0300] rev 36073
8149141: Optimized build is broken Reviewed-by: kvn, kbarrett
Mon, 15 Feb 2016 15:15:56 +0100 8149797: Compilation fails with "assert(in_hash) failed: node should be in igvn hash table"
roland [Mon, 15 Feb 2016 15:15:56 +0100] rev 36072
8149797: Compilation fails with "assert(in_hash) failed: node should be in igvn hash table" Summary: node replaced by dominating dead cast during parsing Reviewed-by: kvn
Mon, 15 Feb 2016 13:26:44 +0100 Merge
kshefov [Mon, 15 Feb 2016 13:26:44 +0100] rev 36071
Merge
Mon, 15 Feb 2016 14:32:49 +0300 8149740: NPEs when executing some HotSpotConstantReflectionProvider with null args
kshefov [Mon, 15 Feb 2016 14:32:49 +0300] rev 36070
8149740: NPEs when executing some HotSpotConstantReflectionProvider with null args Reviewed-by: twisti, dnsimon
Mon, 15 Feb 2016 14:31:21 +0300 8149472: NPE when executing HotSpotConstantReflectionProvider::constantEquals with null first arg
kshefov [Mon, 15 Feb 2016 14:31:21 +0300] rev 36069
8149472: NPE when executing HotSpotConstantReflectionProvider::constantEquals with null first arg Reviewed-by: twisti, kvn, dnsimon
Mon, 15 Feb 2016 11:52:51 +0100 Merge
thartmann [Mon, 15 Feb 2016 11:52:51 +0100] rev 36068
Merge
Thu, 11 Feb 2016 12:42:12 +0100 8149543: range check CastII nodes should not be split through Phi
roland [Thu, 11 Feb 2016 12:42:12 +0100] rev 36067
8149543: range check CastII nodes should not be split through Phi Summary: splitting range check CastIIs through loop induction Phi prevents further optimizations Reviewed-by: kvn, mcberg
Fri, 12 Feb 2016 16:12:15 -0800 8149421: Vectorized Post Loops
mcberg [Fri, 12 Feb 2016 16:12:15 -0800] rev 36066
8149421: Vectorized Post Loops Summary: add vectorised post loop for counted loops with vectors. Reviewed-by: kvn
Wed, 03 Feb 2016 12:36:18 +0100 8143542: C2 doesn't eliminate identical checks
roland [Wed, 03 Feb 2016 12:36:18 +0100] rev 36065
8143542: C2 doesn't eliminate identical checks Summary: Two identical Ifs back to back can be merged Reviewed-by: kvn
Fri, 12 Feb 2016 12:18:44 +0100 8148564: compiler/intrinsics/string/TestStringIntrinsics2.java times out
thartmann [Fri, 12 Feb 2016 12:18:44 +0100] rev 36064
8148564: compiler/intrinsics/string/TestStringIntrinsics2.java times out Summary: Test should not run with -Xcomp because MaxInlineSize is large. Reviewed-by: kvn, simonis
Thu, 11 Feb 2016 12:29:40 -1000 8149689: [JVMCI] CodeInstaller::pd_patch_DataSectionReference should be able to throw exceptions
twisti [Thu, 11 Feb 2016 12:29:40 -1000] rev 36063
8149689: [JVMCI] CodeInstaller::pd_patch_DataSectionReference should be able to throw exceptions Reviewed-by: kvn
Thu, 11 Feb 2016 11:32:44 -1000 8149695: [JVMCI] add missing Checkstyle configuration file
twisti [Thu, 11 Feb 2016 11:32:44 -1000] rev 36062
8149695: [JVMCI] add missing Checkstyle configuration file Reviewed-by: kvn
Thu, 11 Feb 2016 11:15:13 +0100 8145700: Uninitialised variable in macroAssembler_x86.cpp:7038
thartmann [Thu, 11 Feb 2016 11:15:13 +0100] rev 36061
8145700: Uninitialised variable in macroAssembler_x86.cpp:7038 Summary: Added missing local variable initializations. Reviewed-by: kvn, vlivanov, thartmann, mcberg Contributed-by: Rahul Raghavan <rahul.v.raghavan@oracle.com>
Wed, 10 Feb 2016 11:23:17 -1000 8149415: [AArch64] implement JVMCI CodeInstaller
twisti [Wed, 10 Feb 2016 11:23:17 -1000] rev 36060
8149415: [AArch64] implement JVMCI CodeInstaller Reviewed-by: aph, kvn
Wed, 10 Feb 2016 16:31:17 +0000 Merge
shade [Wed, 10 Feb 2016 16:31:17 +0000] rev 36059
Merge
Wed, 10 Feb 2016 15:58:11 +0300 8149356: Leftover from JDK-8141044: UseNewCode usage
shade [Wed, 10 Feb 2016 15:58:11 +0300] rev 36058
8149356: Leftover from JDK-8141044: UseNewCode usage Reviewed-by: vlivanov
Wed, 10 Feb 2016 15:24:22 +0100 8149123: [TESTBUG] compiler/loopopts/superword/SumRed* tests running on non-x86 platforms
thartmann [Wed, 10 Feb 2016 15:24:22 +0100] rev 36057
8149123: [TESTBUG] compiler/loopopts/superword/SumRed* tests running on non-x86 platforms Summary: Restricted test execution to supported archs. Reviewed-by: kvn Contributed-by: Jamsheed Mohammed <jamsheed.c.m@oracle.com>
Tue, 23 Feb 2016 21:44:05 +0100 8150257: Remove softfloat lib support
ihse [Tue, 23 Feb 2016 21:44:05 +0100] rev 36056
8150257: Remove softfloat lib support Reviewed-by: dholmes, erikj
Thu, 25 Feb 2016 09:41:40 -0800 Added tag jdk-9+107 for changeset f3c43d82c968
lana [Thu, 25 Feb 2016 09:41:40 -0800] rev 36055
Added tag jdk-9+107 for changeset f3c43d82c968
Thu, 25 Feb 2016 23:00:55 +0000 8087112: HTTP API and HTTP/1.1 implementation
michaelm [Thu, 25 Feb 2016 23:00:55 +0000] rev 36054
8087112: HTTP API and HTTP/1.1 implementation Reviewed-by: alanb, chegar, coffeys, psandoz, rriggs
Thu, 25 Feb 2016 11:27:00 -0800 Merge
lana [Thu, 25 Feb 2016 11:27:00 -0800] rev 36053
Merge
Tue, 23 Feb 2016 21:43:59 +0100 8150257: Remove softfloat lib support
ihse [Tue, 23 Feb 2016 21:43:59 +0100] rev 36052
8150257: Remove softfloat lib support Reviewed-by: dholmes, erikj
Mon, 22 Feb 2016 11:27:09 +0100 8150197: Integrate AIX fixes from build-infra
simonis [Mon, 22 Feb 2016 11:27:09 +0100] rev 36051
8150197: Integrate AIX fixes from build-infra Reviewed-by: erikj
Mon, 22 Feb 2016 11:22:55 +0100 8150203: Incremental update from build-infra project
ihse [Mon, 22 Feb 2016 11:22:55 +0100] rev 36050
8150203: Incremental update from build-infra project Reviewed-by: erikj
Thu, 25 Feb 2016 09:41:38 -0800 Added tag jdk-9+107 for changeset d632f62d9397
lana [Thu, 25 Feb 2016 09:41:38 -0800] rev 36049
Added tag jdk-9+107 for changeset d632f62d9397
Wed, 05 Jul 2017 21:22:48 +0200 Added tag jdk-9+107 for changeset 1c076468bf7d
duke [Wed, 05 Jul 2017 21:22:48 +0200] rev 36048
Added tag jdk-9+107 for changeset 1c076468bf7d
Wed, 05 Jul 2017 21:22:47 +0200 Merge jdk-9+107
duke [Wed, 05 Jul 2017 21:22:47 +0200] rev 36047
Merge
Wed, 05 Jul 2017 21:22:41 +0200 Merge
duke [Wed, 05 Jul 2017 21:22:41 +0200] rev 36046
Merge
Thu, 18 Feb 2016 12:48:11 -0800 8150096: Cleanup synthetic JCCompilationUnit for html files
ksrini [Thu, 18 Feb 2016 12:48:11 -0800] rev 36045
8150096: Cleanup synthetic JCCompilationUnit for html files Reviewed-by: jjg
Thu, 18 Feb 2016 13:42:59 -0800 Merge
lana [Thu, 18 Feb 2016 13:42:59 -0800] rev 36044
Merge
Wed, 17 Feb 2016 19:09:44 +0100 8150077: Due to a javac type inference issue, javadoc doesn't compile with a jdk prior to 8u40
simonis [Wed, 17 Feb 2016 19:09:44 +0100] rev 36043
8150077: Due to a javac type inference issue, javadoc doesn't compile with a jdk prior to 8u40 Reviewed-by: jjg
Wed, 17 Feb 2016 11:19:07 -0800 8149842: javadoc incorrectly tries to get the documentation for inherited methods.
ksrini [Wed, 17 Feb 2016 11:19:07 -0800] rev 36042
8149842: javadoc incorrectly tries to get the documentation for inherited methods. Reviewed-by: jjg
Wed, 17 Feb 2016 19:29:25 +0300 8149835: StringConcatFactory should emit classes with the same package as the host class
shade [Wed, 17 Feb 2016 19:29:25 +0300] rev 36041
8149835: StringConcatFactory should emit classes with the same package as the host class Reviewed-by: psandoz, alanb, mchung
Mon, 15 Feb 2016 22:21:39 -0800 8149903: Fix other Extern.
jjg [Mon, 15 Feb 2016 22:21:39 -0800] rev 36040
8149903: Fix other Extern. Reviewed-by: darcy
Mon, 15 Feb 2016 19:52:03 -0800 8149886: 16 windows tests broke with recent putback
jjg [Mon, 15 Feb 2016 19:52:03 -0800] rev 36039
8149886: 16 windows tests broke with recent putback Reviewed-by: sundar
Mon, 15 Feb 2016 17:17:58 -0800 6469561: javadoc for annotation types should not display "public abstract" modifiers on methods
darcy [Mon, 15 Feb 2016 17:17:58 -0800] rev 36038
6469561: javadoc for annotation types should not display "public abstract" modifiers on methods 6469562: Use compact notation to display annotation values Reviewed-by: jjg
Mon, 15 Feb 2016 14:02:57 -0800 8149773: StandardDocFileFactory should be converted to use java.nio.file.Path
jjg [Mon, 15 Feb 2016 14:02:57 -0800] rev 36037
8149773: StandardDocFileFactory should be converted to use java.nio.file.Path Reviewed-by: ksrini
Thu, 18 Feb 2016 11:30:21 -0800 Added tag jdk-9+106 for changeset 6a6ca0bd3c14
lana [Thu, 18 Feb 2016 11:30:21 -0800] rev 36036
Added tag jdk-9+106 for changeset 6a6ca0bd3c14
Wed, 05 Jul 2017 21:22:31 +0200 Merge
duke [Wed, 05 Jul 2017 21:22:31 +0200] rev 36035
Merge
Thu, 18 Feb 2016 13:41:52 -0800 Merge
lana [Thu, 18 Feb 2016 13:41:52 -0800] rev 36034
Merge
Thu, 18 Feb 2016 10:20:56 +0100 8149923: invalid javadoc in javax.xml.bind.JAXBContext (introduced by 8138699)
mkos [Thu, 18 Feb 2016 10:20:56 +0100] rev 36033
8149923: invalid javadoc in javax.xml.bind.JAXBContext (introduced by 8138699) Reviewed-by: lancea
Thu, 18 Feb 2016 11:30:15 -0800 Added tag jdk-9+106 for changeset a42bde2f777c
lana [Thu, 18 Feb 2016 11:30:15 -0800] rev 36032
Added tag jdk-9+106 for changeset a42bde2f777c
Wed, 05 Jul 2017 21:22:23 +0200 Merge
duke [Wed, 05 Jul 2017 21:22:23 +0200] rev 36031
Merge
Thu, 18 Feb 2016 13:40:52 -0800 Merge
lana [Thu, 18 Feb 2016 13:40:52 -0800] rev 36030
Merge
Wed, 17 Feb 2016 16:32:51 -0800 8146237: PREFER from Features API taking precedence over catalog file
joehw [Wed, 17 Feb 2016 16:32:51 -0800] rev 36029
8146237: PREFER from Features API taking precedence over catalog file Reviewed-by: lancea
Thu, 18 Feb 2016 11:30:13 -0800 Added tag jdk-9+106 for changeset 6041f8d71ed1
lana [Thu, 18 Feb 2016 11:30:13 -0800] rev 36028
Added tag jdk-9+106 for changeset 6041f8d71ed1
Wed, 05 Jul 2017 21:22:15 +0200 Merge
duke [Wed, 05 Jul 2017 21:22:15 +0200] rev 36027
Merge
Thu, 18 Feb 2016 22:34:40 -0800 8149451: Fix bytecode generation issue after 8149186
attila [Thu, 18 Feb 2016 22:34:40 -0800] rev 36026
8149451: Fix bytecode generation issue after 8149186 Reviewed-by: mhaupt, sundar
Thu, 18 Feb 2016 13:43:06 -0800 Merge
lana [Thu, 18 Feb 2016 13:43:06 -0800] rev 36025
Merge
Tue, 16 Feb 2016 15:34:27 +0100 8148140: arguments are handled differently in apply for JS functions and AbstractJSObjects
mhaupt [Tue, 16 Feb 2016 15:34:27 +0100] rev 36024
8148140: arguments are handled differently in apply for JS functions and AbstractJSObjects Reviewed-by: hannesw, sundar
Mon, 15 Feb 2016 17:02:32 +0100 8147558: Add support for ES6 collections
hannesw [Mon, 15 Feb 2016 17:02:32 +0100] rev 36023
8147558: Add support for ES6 collections Reviewed-by: attila, mhaupt
Thu, 18 Feb 2016 11:30:22 -0800 Added tag jdk-9+106 for changeset 148bb1cd62e5
lana [Thu, 18 Feb 2016 11:30:22 -0800] rev 36022
Added tag jdk-9+106 for changeset 148bb1cd62e5
Wed, 05 Jul 2017 21:22:06 +0200 Merge
duke [Wed, 05 Jul 2017 21:22:06 +0200] rev 36021
Merge
Thu, 18 Feb 2016 13:42:39 -0800 Merge
lana [Thu, 18 Feb 2016 13:42:39 -0800] rev 36020
Merge
Tue, 16 Feb 2016 12:37:44 +0000 8144144: ORB destroy() leaks filedescriptors after unsuccessful connection
msheppar [Tue, 16 Feb 2016 12:37:44 +0000] rev 36019
8144144: ORB destroy() leaks filedescriptors after unsuccessful connection Reviewed-by: chegar, coffeys
Thu, 18 Feb 2016 11:30:09 -0800 Added tag jdk-9+106 for changeset 90d9c81fe530
lana [Thu, 18 Feb 2016 11:30:09 -0800] rev 36018
Added tag jdk-9+106 for changeset 90d9c81fe530
Wed, 05 Jul 2017 21:21:58 +0200 Merge
duke [Wed, 05 Jul 2017 21:21:58 +0200] rev 36017
Merge
Mon, 22 Feb 2016 09:02:14 +0100 8144931: Assert class signatures are correct and refer to valid classes
srastogi [Mon, 22 Feb 2016 09:02:14 +0100] rev 36016
8144931: Assert class signatures are correct and refer to valid classes Reviewed-by: vlivanov, psandoz, mhaupt
Sat, 20 Feb 2016 12:19:36 -0800 8150014: java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java fails with NoClassDefFoundError
dl [Sat, 20 Feb 2016 12:19:36 -0800] rev 36015
8150014: java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java fails with NoClassDefFoundError Reviewed-by: martin, psandoz, darcy, mhaupt, dholmes
Fri, 19 Feb 2016 09:55:37 -0800 8148346: Reduce number of packages in jdk.localedata module
naoto [Fri, 19 Feb 2016 09:55:37 -0800] rev 36014
8148346: Reduce number of packages in jdk.localedata module Reviewed-by: okutsu, alanb
Mon, 28 Dec 2015 12:16:09 +0100 8145919: sun/management/jmxremote/bootstrap/RmiSslBootstrapTest failed with Connection failed for no credentials
jbachorik [Mon, 28 Dec 2015 12:16:09 +0100] rev 36013
8145919: sun/management/jmxremote/bootstrap/RmiSslBootstrapTest failed with Connection failed for no credentials Reviewed-by: dfuchs
Fri, 19 Feb 2016 07:56:25 +0000 8150163: JarFileSystem support for MRJARs should use the JDK specific Version API
chegar [Fri, 19 Feb 2016 07:56:25 +0000] rev 36012
8150163: JarFileSystem support for MRJARs should use the JDK specific Version API Reviewed-by: alanb, iris, sherman
Fri, 19 Feb 2016 07:55:05 +0000 8150168: jconsole AboutDialog should use the JDK specific Version API
chegar [Fri, 19 Feb 2016 07:55:05 +0000] rev 36011
8150168: jconsole AboutDialog should use the JDK specific Version API Reviewed-by: alanb, iris
Thu, 18 Feb 2016 13:41:11 -0800 Merge
lana [Thu, 18 Feb 2016 13:41:11 -0800] rev 36010
Merge
Thu, 18 Feb 2016 14:44:50 -0500 8149750: Decouple sun.misc.Signal from the base module
rriggs [Thu, 18 Feb 2016 14:44:50 -0500] rev 36009
8149750: Decouple sun.misc.Signal from the base module Reviewed-by: chegar, dholmes
Thu, 18 Feb 2016 02:49:44 +0000 8148500: [Spec] Enabled SSL Protocols may not be used
xuelei [Thu, 18 Feb 2016 02:49:44 +0000] rev 36008
8148500: [Spec] Enabled SSL Protocols may not be used Reviewed-by: mullan, jnimeh
Thu, 18 Feb 2016 02:36:38 +0000 8139565: Restrict certificates with DSA keys less than 1024 bits
xuelei [Thu, 18 Feb 2016 02:36:38 +0000] rev 36007
8139565: Restrict certificates with DSA keys less than 1024 bits Reviewed-by: mullan
Wed, 17 Feb 2016 17:47:25 -0800 Merge
mchung [Wed, 17 Feb 2016 17:47:25 -0800] rev 36006
Merge
Wed, 17 Feb 2016 17:45:12 -0800 8074069: Move com.oracle.net and com.oracle.nio APIs to jdk.net module
mchung [Wed, 17 Feb 2016 17:45:12 -0800] rev 36005
8074069: Move com.oracle.net and com.oracle.nio APIs to jdk.net module Reviewed-by: alanb
Thu, 18 Feb 2016 09:50:55 +0800 8149920: Remove intermittent key from jdk_core tests
amlu [Thu, 18 Feb 2016 09:50:55 +0800] rev 36004
8149920: Remove intermittent key from jdk_core tests Reviewed-by: darcy
Thu, 18 Feb 2016 09:46:07 +0800 8149922: Remove intermittent key from security tests
amlu [Thu, 18 Feb 2016 09:46:07 +0800] rev 36003
8149922: Remove intermittent key from security tests 8150047: Remove SSLSession/SessionCacheSizeTests from ProblemList Reviewed-by: xuelei
Wed, 17 Feb 2016 12:47:35 -0800 8148914: BitDepth.java test fails
darcy [Wed, 17 Feb 2016 12:47:35 -0800] rev 36002
8148914: BitDepth.java test fails Reviewed-by: bpb, prr
Wed, 17 Feb 2016 19:29:16 +0300 8149835: StringConcatFactory should emit classes with the same package as the host class
shade [Wed, 17 Feb 2016 19:29:16 +0300] rev 36001
8149835: StringConcatFactory should emit classes with the same package as the host class Reviewed-by: psandoz, alanb, mchung
Wed, 17 Feb 2016 11:45:46 +0000 8068686: Remove meta-index support
chegar [Wed, 17 Feb 2016 11:45:46 +0000] rev 36000
8068686: Remove meta-index support Reviewed-by: alanb, erikj, mchung
Wed, 17 Feb 2016 11:23:48 +0800 8147772: Update KerberosTicket to describe behavior if it has been destroyed and fix NullPointerExceptions
weijun [Wed, 17 Feb 2016 11:23:48 +0800] rev 35999
8147772: Update KerberosTicket to describe behavior if it has been destroyed and fix NullPointerExceptions Reviewed-by: mullan
Tue, 16 Feb 2016 11:06:19 -0800 8149981: java/util/Formatter/Basic.java fails after JDK-8149896
darcy [Tue, 16 Feb 2016 11:06:19 -0800] rev 35998
8149981: java/util/Formatter/Basic.java fails after JDK-8149896 Reviewed-by: rriggs, bpb
Tue, 16 Feb 2016 10:54:05 -0800 Merge
prr [Tue, 16 Feb 2016 10:54:05 -0800] rev 35997
Merge
Tue, 16 Feb 2016 09:30:57 -0800 Merge
prr [Tue, 16 Feb 2016 09:30:57 -0800] rev 35996
Merge
Mon, 08 Feb 2016 09:41:53 -0800 Merge
prr [Mon, 08 Feb 2016 09:41:53 -0800] rev 35995
Merge
Mon, 08 Feb 2016 11:43:08 +0300 8142861: [TEST] MultiResolution image: add a manual test for two-display configuration (HiDPI + non-HiDPI)
avstepan [Mon, 08 Feb 2016 11:43:08 +0300] rev 35994
8142861: [TEST] MultiResolution image: add a manual test for two-display configuration (HiDPI + non-HiDPI) Reviewed-by: alexsch
Sat, 06 Feb 2016 09:25:56 -0800 8149151: Use local GraphicsEnvironment to get screen size in WToolkit
alexsch [Sat, 06 Feb 2016 09:25:56 -0800] rev 35993
8149151: Use local GraphicsEnvironment to get screen size in WToolkit Reviewed-by: prr, serb
Thu, 04 Feb 2016 14:27:16 +0300 8145780: create a simple test for TIFF tag sets
avstepan [Thu, 04 Feb 2016 14:27:16 +0300] rev 35992
8145780: create a simple test for TIFF tag sets Reviewed-by: bpb, yan
Thu, 04 Feb 2016 11:16:23 +0530 8062946: Transparent JDialog will lose transparency upon iconify/deiconify sequence.
psadhukhan [Thu, 04 Feb 2016 11:16:23 +0530] rev 35991
8062946: Transparent JDialog will lose transparency upon iconify/deiconify sequence. Reviewed-by: arapte, alexsch Contributed-by: prem.balakrishnan@oracle.com
Tue, 02 Feb 2016 12:12:52 -0800 Merge
ddehaven [Tue, 02 Feb 2016 12:12:52 -0800] rev 35990
Merge
Tue, 02 Feb 2016 16:33:03 +0300 8139581: AWT components are not drawn after removal and addition to a container
alitvinov [Tue, 02 Feb 2016 16:33:03 +0300] rev 35989
8139581: AWT components are not drawn after removal and addition to a container Reviewed-by: ssadetsky, alexsch
Tue, 02 Feb 2016 15:57:42 +0530 8005918: [TESTBUG] There are no 'Frame Enter' messages for both frames, only 'Button Enter' message.
psadhukhan [Tue, 02 Feb 2016 15:57:42 +0530] rev 35988
8005918: [TESTBUG] There are no 'Frame Enter' messages for both frames, only 'Button Enter' message. Reviewed-by: arapte, alexsch Contributed-by: ajit.ghaisas@oracle.com
Tue, 02 Feb 2016 14:19:55 +0530 6180449: PIT: Text in TextArea scrolls to its left one char when selecting the text from the end
arapte [Tue, 02 Feb 2016 14:19:55 +0530] rev 35987
6180449: PIT: Text in TextArea scrolls to its left one char when selecting the text from the end Reviewed-by: ssadetsky, psadhukhan
Tue, 02 Feb 2016 11:50:24 +0530 8147413: api/java_awt/Image/MultiResolutionImage/index.html\#MultiResolutionRenderingHints[test_VALUE_RESOLUTION_VARIANT_BASE] started to fail
jdv [Tue, 02 Feb 2016 11:50:24 +0530] rev 35986
8147413: api/java_awt/Image/MultiResolutionImage/index.html\#MultiResolutionRenderingHints[test_VALUE_RESOLUTION_VARIANT_BASE] started to fail Reviewed-by: alexsch, flar
Mon, 01 Feb 2016 15:39:02 +0530 8022640: ServiceRegistry (used by ImageIO) lack synchronization
jdv [Mon, 01 Feb 2016 15:39:02 +0530] rev 35985
8022640: ServiceRegistry (used by ImageIO) lack synchronization Reviewed-by: prr, psadhukhan
Fri, 29 Jan 2016 15:21:55 +0530 8075964: Test java/awt/Mouse/TitleBarDoubleClick/TitleBarDoubleClick.html fails intermittently with timeout error
mhalder [Fri, 29 Jan 2016 15:21:55 +0530] rev 35984
8075964: Test java/awt/Mouse/TitleBarDoubleClick/TitleBarDoubleClick.html fails intermittently with timeout error Reviewed-by: arapte, ssadetsky
Wed, 27 Jan 2016 14:13:48 +0530 8148127: IllegalArgumentException thrown by JCK test api/java_awt/Component/FlipBufferStrategy/indexTGF_General in opengl pipeline
psadhukhan [Wed, 27 Jan 2016 14:13:48 +0530] rev 35983
8148127: IllegalArgumentException thrown by JCK test api/java_awt/Component/FlipBufferStrategy/indexTGF_General in opengl pipeline Reviewed-by: flar, arapte
Wed, 27 Jan 2016 14:12:05 +0530 8147077: IllegalArgumentException thrown by api/java_awt/Component/FlipBufferStrategy/indexTGF_General
psadhukhan [Wed, 27 Jan 2016 14:12:05 +0530] rev 35982
8147077: IllegalArgumentException thrown by api/java_awt/Component/FlipBufferStrategy/indexTGF_General Reviewed-by: flar, arapte
Tue, 16 Feb 2016 09:52:49 -0800 8145485: Miscellaneous changes imported from jsr166 CVS 2016-02
dl [Tue, 16 Feb 2016 09:52:49 -0800] rev 35981
8145485: Miscellaneous changes imported from jsr166 CVS 2016-02 Reviewed-by: martin, psandoz, chegar
Tue, 16 Feb 2016 09:49:14 -0800 8139927: Improve documentation for CompletableFuture composition
dl [Tue, 16 Feb 2016 09:49:14 -0800] rev 35980
8139927: Improve documentation for CompletableFuture composition 8143089: CompletableFuture.whenComplete should use addSuppressed Reviewed-by: martin, psandoz, chegar, plevart
Tue, 16 Feb 2016 09:09:31 -0800 8149896: Remove unnecessary values in FloatConsts and DoubleConsts
darcy [Tue, 16 Feb 2016 09:09:31 -0800] rev 35979
8149896: Remove unnecessary values in FloatConsts and DoubleConsts Reviewed-by: shade, psandoz, lbourges, mduigou
Tue, 16 Feb 2016 11:36:20 -0500 8148775: Spec for j.l.ProcessBuilder.Redirect.DISCARD need to be improved
rriggs [Tue, 16 Feb 2016 11:36:20 -0500] rev 35978
8148775: Spec for j.l.ProcessBuilder.Redirect.DISCARD need to be improved Reviewed-by: martin
Tue, 16 Feb 2016 07:06:09 +0100 8149700: Remove jdk_svc test group from tier * groups
iignatyev [Tue, 16 Feb 2016 07:06:09 +0100] rev 35977
8149700: Remove jdk_svc test group from tier * groups Reviewed-by: darcy
Mon, 15 Feb 2016 18:41:23 -0800 8135108: java/util/zip/TestLocalTime.java fails intermittently with Invalid value for NanoOfSecond
sherman [Mon, 15 Feb 2016 18:41:23 -0800] rev 35976
8135108: java/util/zip/TestLocalTime.java fails intermittently with Invalid value for NanoOfSecond Reviewed-by: darcy
Mon, 15 Feb 2016 13:37:22 -0800 Merge
amurillo [Mon, 15 Feb 2016 13:37:22 -0800] rev 35975
Merge
Mon, 15 Feb 2016 09:44:42 -0800 Merge
amurillo [Mon, 15 Feb 2016 09:44:42 -0800] rev 35974
Merge
Thu, 11 Feb 2016 13:58:43 -0800 Merge
amurillo [Thu, 11 Feb 2016 13:58:43 -0800] rev 35973
Merge
Thu, 11 Feb 2016 21:07:37 +0100 Merge
jwilhelm [Thu, 11 Feb 2016 21:07:37 +0100] rev 35972
Merge
Tue, 09 Feb 2016 18:42:07 -0500 8072777: java/lang/ref/ReferenceEnqueuePending.java: some references aren't queued
kbarrett [Tue, 09 Feb 2016 18:42:07 -0500] rev 35971
8072777: java/lang/ref/ReferenceEnqueuePending.java: some references aren't queued Summary: Wait for enqueuing. Reviewed-by: plevart, mchung
Sat, 06 Feb 2016 14:22:51 +0300 8149174: [TESTBUG] TestJcmdDefaults.java: ouput should contain all content of jcmd/usage.out
dsamersoff [Sat, 06 Feb 2016 14:22:51 +0300] rev 35970
8149174: [TESTBUG] TestJcmdDefaults.java: ouput should contain all content of jcmd/usage.out Summary: fixed typoeo in expected output Reviewed-by: sspitsyn
Fri, 05 Feb 2016 19:13:34 +0000 Merge
dsamersoff [Fri, 05 Feb 2016 19:13:34 +0000] rev 35969
Merge
Fri, 05 Feb 2016 16:32:00 +0000 Merge
dsamersoff [Fri, 05 Feb 2016 16:32:00 +0000] rev 35968
Merge
Fri, 05 Feb 2016 17:49:36 +0300 8149099: jcmd -help mention non-existent option
dsamersoff [Fri, 05 Feb 2016 17:49:36 +0300] rev 35967
8149099: jcmd -help mention non-existent option Summary: Fix typo -p to -l Reviewed-by: dsamersoff, jbachorik Contributed-by: kubota.yuji@gmail.com
Fri, 05 Feb 2016 16:19:32 +0000 Merge
hseigel [Fri, 05 Feb 2016 16:19:32 +0000] rev 35966
Merge
Fri, 05 Feb 2016 08:12:42 -0500 8148785: Update class file version to 53 for JDK-9
hseigel [Fri, 05 Feb 2016 08:12:42 -0500] rev 35965
8148785: Update class file version to 53 for JDK-9 Summary: Change max support class file veriosn to 53 Reviewed-by: alanb, coleenp, shade
Fri, 05 Feb 2016 14:03:05 +0100 8144916: Decrease PerfDataMemorySize back to 32K
redestad [Fri, 05 Feb 2016 14:03:05 +0100] rev 35964
8144916: Decrease PerfDataMemorySize back to 32K Reviewed-by: mlarsson, sla Contributed-by: robbin.ehn@oracle.com
Thu, 04 Feb 2016 23:30:48 +0100 8149062: Remove misplaced integration of test code after 8149025
mgronlun [Thu, 04 Feb 2016 23:30:48 +0100] rev 35963
8149062: Remove misplaced integration of test code after 8149025 Reviewed-by: coleenp
Thu, 04 Feb 2016 18:33:02 +0100 8149025: JFR - Event based tracing should cover monitor inflation
dsimms [Thu, 04 Feb 2016 18:33:02 +0100] rev 35962
8149025: JFR - Event based tracing should cover monitor inflation Reviewed-by: dcubed, egahlin, mgronlun
Wed, 03 Feb 2016 18:16:56 +0100 Merge
mockner [Wed, 03 Feb 2016 18:16:56 +0100] rev 35961
Merge
Tue, 02 Feb 2016 17:14:00 -0500 8079408: Reimplement TraceClassLoading, TraceClassUnloading, and TraceClassLoaderData with Unified Logging.
mockner [Tue, 02 Feb 2016 17:14:00 -0500] rev 35960
8079408: Reimplement TraceClassLoading, TraceClassUnloading, and TraceClassLoaderData with Unified Logging. Summary: TraceClassLoading, TraceClassUnloading, and TraceClassLoaderData have been reimplemented using Unified logging. Reviewed-by: iklam, coleenp, dholmes, jiangli, hseigel, rprotacio
Mon, 15 Feb 2016 10:27:13 -0800 8148624: Test failure of ConstructInflaterOutput.java
sherman [Mon, 15 Feb 2016 10:27:13 -0800] rev 35959
8148624: Test failure of ConstructInflaterOutput.java Reviewed-by: darcy
Mon, 15 Feb 2016 15:57:58 +0000 8149411: PKCS12KeyStore cannot extract AES Secret Keys
vinnie [Mon, 15 Feb 2016 15:57:58 +0000] rev 35958
8149411: PKCS12KeyStore cannot extract AES Secret Keys Reviewed-by: xuelei
Thu, 18 Feb 2016 11:30:16 -0800 Added tag jdk-9+106 for changeset 04c8859c969b
lana [Thu, 18 Feb 2016 11:30:16 -0800] rev 35957
Added tag jdk-9+106 for changeset 04c8859c969b
Wed, 05 Jul 2017 21:21:36 +0200 Merge
duke [Wed, 05 Jul 2017 21:21:36 +0200] rev 35956
Merge
Thu, 18 Feb 2016 13:42:10 -0800 Merge
lana [Thu, 18 Feb 2016 13:42:10 -0800] rev 35955
Merge
Thu, 18 Feb 2016 14:45:13 -0500 8149750: Decouple sun.misc.Signal from the base module
rriggs [Thu, 18 Feb 2016 14:45:13 -0500] rev 35954
8149750: Decouple sun.misc.Signal from the base module Reviewed-by: dholmes, chegar
Mon, 15 Feb 2016 09:44:42 -0800 Merge
amurillo [Mon, 15 Feb 2016 09:44:42 -0800] rev 35953
Merge
Thu, 11 Feb 2016 13:58:41 -0800 Merge
amurillo [Thu, 11 Feb 2016 13:58:41 -0800] rev 35952
Merge
Thu, 11 Feb 2016 21:07:38 +0100 Merge
jwilhelm [Thu, 11 Feb 2016 21:07:38 +0100] rev 35951
Merge
Tue, 09 Feb 2016 12:19:05 +0100 8149112: configure_stdout test depends on VM arguments
mlarsson [Tue, 09 Feb 2016 12:19:05 +0100] rev 35950
8149112: configure_stdout test depends on VM arguments Reviewed-by: ehelin, jbachorik
Mon, 08 Feb 2016 18:26:27 +0300 8149184: os::is_server_class_machine() could return incorrect result if a host's cpu have a few logical cores
kzhaldyb [Mon, 08 Feb 2016 18:26:27 +0300] rev 35949
8149184: os::is_server_class_machine() could return incorrect result if a host's cpu have a few logical cores Reviewed-by: dsamersoff, dholmes
Thu, 17 Dec 2015 16:12:58 +0300 8144695: --disable-warnings-as-errors does not work for HotSpot build
iignatyev [Thu, 17 Dec 2015 16:12:58 +0300] rev 35948
8144695: --disable-warnings-as-errors does not work for HotSpot build Reviewed-by: kbarrett, ihse
Mon, 08 Feb 2016 18:54:09 +0300 8148745: [testbug] Test gc/g1/plab/TestPLABPromotion.java fails in nightly
mchernov [Mon, 08 Feb 2016 18:54:09 +0300] rev 35947
8148745: [testbug] Test gc/g1/plab/TestPLABPromotion.java fails in nightly Reviewed-by: tschatzl, dfazunen
Mon, 08 Feb 2016 18:01:48 +0300 8149364: Quarantine TestSelectDefaultGC.java test
kzhaldyb [Mon, 08 Feb 2016 18:01:48 +0300] rev 35946
8149364: Quarantine TestSelectDefaultGC.java test Reviewed-by: dfazunen, jwilhelm
Mon, 08 Feb 2016 14:50:54 +0300 8147847: [TESTBUG] serviceability/tmtools/jstat test ported to JTREG are failing with -XX:+ExplicitGCInvokesConcurrent
akulyakh [Mon, 08 Feb 2016 14:50:54 +0300] rev 35945
8147847: [TESTBUG] serviceability/tmtools/jstat test ported to JTREG are failing with -XX:+ExplicitGCInvokesConcurrent Summary: Fixed the test scenarios to eliminate false failures Reviewed-by: jbachorik
Fri, 05 Feb 2016 18:37:18 +0100 Merge
ehelin [Fri, 05 Feb 2016 18:37:18 +0100] rev 35944
Merge
Fri, 05 Feb 2016 16:03:56 +0100 8148973: Rename g1/concurrentMark.{hpp,cpp,inline.hpp} to g1/g1ConcurrentMark.{hpp,cpp,inline.hpp}
ehelin [Fri, 05 Feb 2016 16:03:56 +0100] rev 35943
8148973: Rename g1/concurrentMark.{hpp,cpp,inline.hpp} to g1/g1ConcurrentMark.{hpp,cpp,inline.hpp} Reviewed-by: tschatzl, mgerdin
Fri, 05 Feb 2016 16:19:31 +0000 Merge
hseigel [Fri, 05 Feb 2016 16:19:31 +0000] rev 35942
Merge
Fri, 05 Feb 2016 08:14:08 -0500 8148785: Update class file version to 53 for JDK-9
hseigel [Fri, 05 Feb 2016 08:14:08 -0500] rev 35941
8148785: Update class file version to 53 for JDK-9 Summary: Change max supported class file version to 53 Reviewed-by: alanb, coleenp, shade
Fri, 05 Feb 2016 14:00:58 +0100 8144916: Decrease PerfDataMemorySize back to 32K
redestad [Fri, 05 Feb 2016 14:00:58 +0100] rev 35940
8144916: Decrease PerfDataMemorySize back to 32K Reviewed-by: mlarsson, sla Contributed-by: robbin.ehn@oracle.com
Fri, 05 Feb 2016 08:59:36 +0100 8149035: Make the full_gc_dump() calls be recorded as part of the GC
brutisso [Fri, 05 Feb 2016 08:59:36 +0100] rev 35939
8149035: Make the full_gc_dump() calls be recorded as part of the GC Reviewed-by: jmasa, sjohanss
Thu, 04 Feb 2016 23:39:27 +0000 Merge
coleenp [Thu, 04 Feb 2016 23:39:27 +0000] rev 35938
Merge
Thu, 04 Feb 2016 18:25:02 -0500 8149038: SIGSEGV at frame::is_interpreted_frame_valid -> StubRoutines::SafeFetchN
coleenp [Thu, 04 Feb 2016 18:25:02 -0500] rev 35937
8149038: SIGSEGV at frame::is_interpreted_frame_valid -> StubRoutines::SafeFetchN Summary: Backout change for 8146984 but add an alignment check which may have caught original bug. Reviewed-by: mgronlun, dcubed
Thu, 04 Feb 2016 13:42:18 -0800 8148005: One byte may be corrupted by get_datetime_string()
asmotrak [Thu, 04 Feb 2016 13:42:18 -0800] rev 35936
8148005: One byte may be corrupted by get_datetime_string() Reviewed-by: dholmes
Thu, 04 Feb 2016 19:27:39 +0100 Merge
mgronlun [Thu, 04 Feb 2016 19:27:39 +0100] rev 35935
Merge
Thu, 04 Feb 2016 18:28:52 +0100 8138562: Event based tracing should cover monitor inflation
dsimms [Thu, 04 Feb 2016 18:28:52 +0100] rev 35934
8138562: Event based tracing should cover monitor inflation Reviewed-by: dcubed, egahlin, mgronlun
Tue, 02 Feb 2016 18:06:14 +0300 8132721: Add tests which check that heap counters work as expected during Humongous allocations
kzhaldyb [Tue, 02 Feb 2016 18:06:14 +0300] rev 35933
8132721: Add tests which check that heap counters work as expected during Humongous allocations Reviewed-by: jmasa, tschatzl, dfazunen
Thu, 04 Feb 2016 14:06:43 +0100 8148844: Update run_unit_test macro for InternalVMTests
ehelin [Thu, 04 Feb 2016 14:06:43 +0100] rev 35932
8148844: Update run_unit_test macro for InternalVMTests Reviewed-by: sjohanss, david
Thu, 04 Feb 2016 11:38:11 +0100 Merge
brutisso [Thu, 04 Feb 2016 11:38:11 +0100] rev 35931
Merge
Wed, 03 Feb 2016 18:21:43 +0100 8148951: Remove unused method Generation::performs_in_place_marking()
brutisso [Wed, 03 Feb 2016 18:21:43 +0100] rev 35930
8148951: Remove unused method Generation::performs_in_place_marking() Reviewed-by: david, jwilhelm
Wed, 03 Feb 2016 18:18:00 +0100 8148960: Humongous mis-spelled in log output
brutisso [Wed, 03 Feb 2016 18:18:00 +0100] rev 35929
8148960: Humongous mis-spelled in log output Reviewed-by: huntch, jwilhelm
Wed, 03 Feb 2016 12:19:03 +0100 8148945: JDK-8148481: Devirtualize Klass::vtable breaks Zero build
sgehwolf [Wed, 03 Feb 2016 12:19:03 +0100] rev 35928
8148945: JDK-8148481: Devirtualize Klass::vtable breaks Zero build Summary: Use Klass::method_at_vtable() instead of InstanceClass::start_of_vtable()[index] Reviewed-by: mgerdin, coleenp
Wed, 03 Feb 2016 11:33:33 +0100 8148944: CollectorPolicy methods for memory allocations are specific to GenCollectorPolicy
mgerdin [Wed, 03 Feb 2016 11:33:33 +0100] rev 35927
8148944: CollectorPolicy methods for memory allocations are specific to GenCollectorPolicy Reviewed-by: jwilhelm, kbarrett
Thu, 04 Feb 2016 08:36:38 +0100 8148141: Remove fixed level padding in UL
mlarsson [Thu, 04 Feb 2016 08:36:38 +0100] rev 35926
8148141: Remove fixed level padding in UL Reviewed-by: sla, mlarsson Contributed-by: robbin.ehn@oracle.com
Tue, 02 Feb 2016 11:09:21 +0100 8148053: Remove unused log tags
mlarsson [Tue, 02 Feb 2016 11:09:21 +0100] rev 35925
8148053: Remove unused log tags Reviewed-by: dholmes, mlarsson, sla Contributed-by: robbin.ehn@oracle.com
Thu, 04 Feb 2016 00:53:31 +0100 Merge
jwilhelm [Thu, 04 Feb 2016 00:53:31 +0100] rev 35924
Merge
Wed, 03 Feb 2016 20:07:30 +0400 8147003: Move BubbleUpRef test into CMS directory
dfazunen [Wed, 03 Feb 2016 20:07:30 +0400] rev 35923
8147003: Move BubbleUpRef test into CMS directory Summary: closed test gc/4950157/BubbleUpRef.java moved to gc/cms/TestBubbleUpRef.java Reviewed-by: jwilhelm, brutisso
Wed, 03 Feb 2016 13:42:29 -0800 8148747: [TESTBUG] runtime/Unsafe/AllocateMemory.java fails with OOM during compilation
ctornqvi [Wed, 03 Feb 2016 13:42:29 -0800] rev 35922
8148747: [TESTBUG] runtime/Unsafe/AllocateMemory.java fails with OOM during compilation Reviewed-by: coleenp, gtriantafill
Wed, 03 Feb 2016 18:48:29 +0000 Merge
coleenp [Wed, 03 Feb 2016 18:48:29 +0000] rev 35921
Merge
Wed, 03 Feb 2016 17:26:36 +0000 8146984: SIGBUS: bool Method::has_method_vptr(const void*)+0xc
coleenp [Wed, 03 Feb 2016 17:26:36 +0000] rev 35920
8146984: SIGBUS: bool Method::has_method_vptr(const void*)+0xc Summary: Add address check and use SafeFetchN for Method* vptr access when Method* may be bad pointer. Reviewed-by: dcubed, mgronlun
Wed, 03 Feb 2016 19:46:45 +0100 Merge
mockner [Wed, 03 Feb 2016 19:46:45 +0100] rev 35919
Merge
Wed, 03 Feb 2016 18:16:54 +0100 Merge
mockner [Wed, 03 Feb 2016 18:16:54 +0100] rev 35918
Merge
Wed, 03 Feb 2016 11:40:30 -0500 8079408: Reimplement TraceClassLoading, TraceClassUnloading, and TraceClassLoaderData with Unified Logging.
mockner [Wed, 03 Feb 2016 11:40:30 -0500] rev 35917
8079408: Reimplement TraceClassLoading, TraceClassUnloading, and TraceClassLoaderData with Unified Logging. Summary: TraceClassLoading, TraceClassUnloading, and TraceClassLoaderData have been reimplemented using Unified logging. Reviewed-by: iklam, coleenp, dholmes, jiangli, hseigel, rprotacio Contributed-by: max.ockner@oracle.com, ioi.lam@oracle.com
Wed, 03 Feb 2016 09:31:22 -0800 8147884: Names of GC threads should be set before the threads start
asmotrak [Wed, 03 Feb 2016 09:31:22 -0800] rev 35916
8147884: Names of GC threads should be set before the threads start Reviewed-by: mgerdin, david
Wed, 03 Feb 2016 14:15:57 +0100 8148755: -XX:+HeapDumpAfterFullGC creates heap dump both before and after Full GC
redestad [Wed, 03 Feb 2016 14:15:57 +0100] rev 35915
8148755: -XX:+HeapDumpAfterFullGC creates heap dump both before and after Full GC Reviewed-by: mgerdin, brutisso, sangheki
Tue, 02 Feb 2016 22:12:17 -0500 8146616: VM exit path throws fatal error: Thread holding lock at safepoint that vm can block on: BeforeExit_lock
dholmes [Tue, 02 Feb 2016 22:12:17 -0500] rev 35914
8146616: VM exit path throws fatal error: Thread holding lock at safepoint that vm can block on: BeforeExit_lock Reviewed-by: dcubed, gthornbr
Wed, 03 Feb 2016 01:35:25 +0100 Merge
jwilhelm [Wed, 03 Feb 2016 01:35:25 +0100] rev 35913
Merge
Tue, 02 Feb 2016 14:54:05 +0000 Merge
hseigel [Tue, 02 Feb 2016 14:54:05 +0000] rev 35912
Merge
Tue, 02 Feb 2016 08:27:40 -0500 8135206: VM permits illegal flags for abstract methods in interfaces, versions 45.3 - 51.0
hseigel [Tue, 02 Feb 2016 08:27:40 -0500] rev 35911
8135206: VM permits illegal flags for abstract methods in interfaces, versions 45.3 - 51.0 Summary: Add additional method flag checks Reviewed-by: jiangli, minqi
Tue, 02 Feb 2016 13:06:40 +0000 Merge
brutisso [Tue, 02 Feb 2016 13:06:40 +0000] rev 35910
Merge
Tue, 02 Feb 2016 12:13:05 +0100 8148736: Let the G1 heap transition log regions instead of bytes
brutisso [Tue, 02 Feb 2016 12:13:05 +0100] rev 35909
8148736: Let the G1 heap transition log regions instead of bytes Reviewed-by: sjohanss, david
Tue, 02 Feb 2016 12:12:17 +0100 8148733: G1: Add log message to print the heap region size
brutisso [Tue, 02 Feb 2016 12:12:17 +0100] rev 35908
8148733: G1: Add log message to print the heap region size Reviewed-by: sjohanss, david
Tue, 02 Feb 2016 10:50:08 +0100 8148734: G1: Make G1GCPhaseTimes keep track of the start GC time
brutisso [Tue, 02 Feb 2016 10:50:08 +0100] rev 35907
8148734: G1: Make G1GCPhaseTimes keep track of the start GC time Reviewed-by: sjohanss, tschatzl
Tue, 02 Feb 2016 05:38:33 -0500 8148766: Test AvailableProcessors.java got wrong number of processors
dholmes [Tue, 02 Feb 2016 05:38:33 -0500] rev 35906
8148766: Test AvailableProcessors.java got wrong number of processors Reviewed-by: dsamersoff, tschatzl, mseledtsov
Tue, 02 Feb 2016 09:51:24 +0100 8147913: Some runtime/CompressedOops tests fail on ARM64 product builds
brutisso [Tue, 02 Feb 2016 09:51:24 +0100] rev 35905
8147913: Some runtime/CompressedOops tests fail on ARM64 product builds Reviewed-by: jmasa, kbarrett
Tue, 02 Feb 2016 04:48:05 +0100 Merge
dholmes [Tue, 02 Feb 2016 04:48:05 +0100] rev 35904
Merge
Fri, 29 Jan 2016 09:21:15 +0100 8147510: [windows] no text locations shown for register info in hs-err file
stuefe [Fri, 29 Jan 2016 09:21:15 +0100] rev 35903
8147510: [windows] no text locations shown for register info in hs-err file Reviewed-by: dholmes, iklam
Mon, 01 Feb 2016 20:39:17 -0500 8148771: os::active_processor_count() returns garbage which causes VM to crash
dholmes [Mon, 01 Feb 2016 20:39:17 -0500] rev 35902
8148771: os::active_processor_count() returns garbage which causes VM to crash Reviewed-by: kbarrett
Mon, 01 Feb 2016 22:11:16 +0100 8147918: Rename develop_log_is_enabled() to log_develop_is_enabled()
pliden [Mon, 01 Feb 2016 22:11:16 +0100] rev 35901
8147918: Rename develop_log_is_enabled() to log_develop_is_enabled() Reviewed-by: dholmes, brutisso
Tue, 19 Jan 2016 12:07:32 +0100 8148481: Devirtualize Klass::vtable
mgerdin [Tue, 19 Jan 2016 12:07:32 +0100] rev 35900
8148481: Devirtualize Klass::vtable Summary: Move remainder of vtable related methods to Klass Reviewed-by: cjplummer, coleenp
Tue, 01 Dec 2015 10:35:49 +0100 8148047: Move the vtable length field to Klass
mgerdin [Tue, 01 Dec 2015 10:35:49 +0100] rev 35899
8148047: Move the vtable length field to Klass Reviewed-by: cjplummer, twisti, coleenp, kbarrett
Sat, 30 Jan 2016 11:02:29 -0500 8145628: hotspot metadata classes shouldn't use HeapWordSize or heap related macros like align_object_size
coleenp [Sat, 30 Jan 2016 11:02:29 -0500] rev 35898
8145628: hotspot metadata classes shouldn't use HeapWordSize or heap related macros like align_object_size Summary: Use align_metadata_size, align_metadata_offset and is_metadata_aligned for metadata rather than align_object_size, etc. Use wordSize rather than HeapWordSize for metadata. Use align_ptr_up rather than align_pointer_up (all the related functions are ptr). Reviewed-by: hseigel, jmasa, cjplummer
Fri, 29 Jan 2016 20:57:09 -0500 8146793: logStream::write re-formats string
kbarrett [Fri, 29 Jan 2016 20:57:09 -0500] rev 35897
8146793: logStream::write re-formats string Summary: Eliminate re-format, add warning attribute, fix size check, fix va_list usage. Reviewed-by: mlarsson, rprotacio, jrose
Fri, 29 Jan 2016 16:25:10 -0800 8145190: MinTLABSize can cause overflow problem with CMS GC
sangheki [Fri, 29 Jan 2016 16:25:10 -0800] rev 35896
8145190: MinTLABSize can cause overflow problem with CMS GC Summary: Changed max range of MinTLABSize from max_uintx to max_uintx/2 Reviewed-by: jwilhelm, tbenson
Fri, 29 Jan 2016 18:17:44 +0000 Merge
ddmitriev [Fri, 29 Jan 2016 18:17:44 +0000] rev 35895
Merge
Fri, 29 Jan 2016 16:03:21 +0300 8147477: com/sun/management/HotSpotDiagnosticMXBean/CheckOrigin.java is failing for the jdk9/hs snapshot control job
ddmitriev [Fri, 29 Jan 2016 16:03:21 +0300] rev 35894
8147477: com/sun/management/HotSpotDiagnosticMXBean/CheckOrigin.java is failing for the jdk9/hs snapshot control job Reviewed-by: gtriantafill, gziemski, dcubed, coleenp
Fri, 29 Jan 2016 17:42:26 +0100 Merge
tschatzl [Fri, 29 Jan 2016 17:42:26 +0100] rev 35893
Merge
Fri, 29 Jan 2016 16:17:05 +0400 8134963: [Newtest] New stress test for changing the coarseness level of G1 remembered set
dfazunen [Fri, 29 Jan 2016 16:17:05 +0400] rev 35892
8134963: [Newtest] New stress test for changing the coarseness level of G1 remembered set Reviewed-by: tschatzl, mchernov
Fri, 29 Jan 2016 14:59:24 +0000 Merge
dsamersoff [Fri, 29 Jan 2016 14:59:24 +0000] rev 35891
Merge
Fri, 29 Jan 2016 12:37:28 +0000 Merge
dsamersoff [Fri, 29 Jan 2016 12:37:28 +0000] rev 35890
Merge
Fri, 29 Jan 2016 15:26:44 +0300 8148104: HSDB could not terminate when launched on CLI
dsamersoff [Fri, 29 Jan 2016 15:26:44 +0300] rev 35889
8148104: HSDB could not terminate when launched on CLI Summary: Create frame before initialize SA Reviewed-by: jbachorik, dsamersoff Contributed-by: kubota.yuji@gmail.com
Fri, 29 Jan 2016 14:41:07 +0100 Merge
brutisso [Fri, 29 Jan 2016 14:41:07 +0100] rev 35888
Merge
Fri, 29 Jan 2016 10:44:15 +0100 8148467: Consistent use of : in the logging
brutisso [Fri, 29 Jan 2016 10:44:15 +0100] rev 35887
8148467: Consistent use of : in the logging Reviewed-by: mgerdin, tbenson
Fri, 29 Jan 2016 12:30:00 +0000 Merge
iignatyev [Fri, 29 Jan 2016 12:30:00 +0000] rev 35886
Merge
Wed, 27 Jan 2016 18:22:25 +0300 8141278: New tests for PLAB testing
mchernov [Wed, 27 Jan 2016 18:22:25 +0300] rev 35885
8141278: New tests for PLAB testing Reviewed-by: tschatzl
Fri, 29 Jan 2016 05:32:12 -0500 6515172: Runtime.availableProcessors() ignores Linux taskset command
dholmes [Fri, 29 Jan 2016 05:32:12 -0500] rev 35884
6515172: Runtime.availableProcessors() ignores Linux taskset command Summary: extract processor count from sched_getaffinity mask Reviewed-by: dcubed, stuefe, gthornbr
Fri, 29 Jan 2016 03:19:07 +0100 Merge
dholmes [Fri, 29 Jan 2016 03:19:07 +0100] rev 35883
Merge
Thu, 28 Jan 2016 16:05:41 -0500 8147906: G1 use of os::processor_count()
aharlap [Thu, 28 Jan 2016 16:05:41 -0500] rev 35882
8147906: G1 use of os::processor_count() Summary: Use os::active_processor_count() instead of os::processor_count() in G1 Reviewed-by: dholmes, jmasa
Thu, 28 Jan 2016 15:13:15 -0800 8148470: Metadata print routines should not print to tty
goetz [Thu, 28 Jan 2016 15:13:15 -0800] rev 35881
8148470: Metadata print routines should not print to tty Reviewed-by: iklam, mgerdin
Thu, 28 Jan 2016 19:30:39 +0100 Merge
jwilhelm [Thu, 28 Jan 2016 19:30:39 +0100] rev 35880
Merge
Fri, 22 Jan 2016 06:13:52 -0500 8141421: Various test fail with OOME on win x86
drwhite [Fri, 22 Jan 2016 06:13:52 -0500] rev 35879
8141421: Various test fail with OOME on win x86 Summary: Fix memory overuse in g1CodeCacheRemset Reviewed-by: tschatzl, mgerdin
Thu, 28 Jan 2016 16:34:44 +0100 Merge
tschatzl [Thu, 28 Jan 2016 16:34:44 +0100] rev 35878
Merge
Thu, 28 Jan 2016 13:30:12 +0100 8146987: Improve Parallel GC Full GC by caching results of live_words_in_range()
tschatzl [Thu, 28 Jan 2016 13:30:12 +0100] rev 35877
8146987: Improve Parallel GC Full GC by caching results of live_words_in_range() Summary: A large part of time in the parallel scavenge collector is spent finding out the amount of live words within memory ranges to find out where to move an object to. Try to incrementally calculate this value. Reviewed-by: tschatzl, mgerdin, jmasa Contributed-by: ray alex <sky1young@gmail.com>
Thu, 28 Jan 2016 15:03:33 +0100 Merge
tschatzl [Thu, 28 Jan 2016 15:03:33 +0100] rev 35876
Merge
Thu, 28 Jan 2016 14:00:20 +0100 8147087: Race when reusing PerRegionTable bitmaps may result in dropped remembered set entries
tschatzl [Thu, 28 Jan 2016 14:00:20 +0100] rev 35875
8147087: Race when reusing PerRegionTable bitmaps may result in dropped remembered set entries Summary: Do not make reused PRTs available to other threads before the bitmap of the PRT has been cleared. Reviewed-by: tbenson, mgerdin Contributed-by: Poonam Bajaj <poonam.bajaj@oracle.com>, Thomas Schatzl <thomas.schatzl@oracle.com>
Thu, 28 Jan 2016 14:58:57 +0300 8147447: serviceability/tmtools/jstack/WaitNotifyThreadTest.java test fails
akulyakh [Thu, 28 Jan 2016 14:58:57 +0300] rev 35874
8147447: serviceability/tmtools/jstack/WaitNotifyThreadTest.java test fails Summary: corrected verification of the jstack object references Reviewed-by: sla
Thu, 28 Jan 2016 10:18:45 +0100 Merge
brutisso [Thu, 28 Jan 2016 10:18:45 +0100] rev 35873
Merge
Thu, 28 Jan 2016 10:04:35 +0100 8145180: Add back PrintGC, PrintGCDetails and -Xloggc
brutisso [Thu, 28 Jan 2016 10:04:35 +0100] rev 35872
8145180: Add back PrintGC, PrintGCDetails and -Xloggc Reviewed-by: sjohanss, david
Wed, 27 Jan 2016 14:50:56 +0100 8147461: Use byte offsets for vtable start and vtable length offsets
mgerdin [Wed, 27 Jan 2016 14:50:56 +0100] rev 35871
8147461: Use byte offsets for vtable start and vtable length offsets Reviewed-by: cjplummer, coleenp, dnsimon
Thu, 28 Jan 2016 07:11:45 +0100 Merge
dholmes [Thu, 28 Jan 2016 07:11:45 +0100] rev 35870
Merge
Wed, 27 Jan 2016 11:51:56 +0100 8146905: cleanup ostream, staticBufferStream
stuefe [Wed, 27 Jan 2016 11:51:56 +0100] rev 35869
8146905: cleanup ostream, staticBufferStream Summary: get rid of staticBufferStream and implement the use-caller-provided-scratch-buffer feature in a simpler way. Reviewed-by: simonis, dholmes
Wed, 27 Jan 2016 22:39:03 -0500 8147500: The HashtableTextDump::get_num() should check for integer overflow
jiangli [Wed, 27 Jan 2016 22:39:03 -0500] rev 35868
8147500: The HashtableTextDump::get_num() should check for integer overflow Summary: Add check for integer overflow in HashtableTextDump::get_num() Reviewed-by: dholmes, iklam
Thu, 28 Jan 2016 02:30:57 +0100 Merge
david [Thu, 28 Jan 2016 02:30:57 +0100] rev 35867
Merge
Wed, 27 Jan 2016 16:12:05 +0100 8147940: Test gc/g1/TestG1TraceEagerReclaimHumongousObjects.java fails
david [Wed, 27 Jan 2016 16:12:05 +0100] rev 35866
8147940: Test gc/g1/TestG1TraceEagerReclaimHumongousObjects.java fails Reviewed-by: mgerdin, jwilhelm
Wed, 27 Jan 2016 21:04:42 +0000 Merge
sangheki [Wed, 27 Jan 2016 21:04:42 +0000] rev 35865
Merge
Wed, 27 Jan 2016 10:30:27 -0800 8145192: 'count' variable can overflow in PSMarkSweep::invoke on 64 bit JVM
sangheki [Wed, 27 Jan 2016 10:30:27 -0800] rev 35864
8145192: 'count' variable can overflow in PSMarkSweep::invoke on 64 bit JVM Summary: Changed MarkSweepAlwaysCompactCount from uintx to uint Reviewed-by: tschatzl, tbenson
Wed, 27 Jan 2016 20:45:30 +0100 Merge
stefank [Wed, 27 Jan 2016 20:45:30 +0100] rev 35863
Merge
Mon, 18 Jan 2016 10:25:41 +0100 8146395: Add inline qualifier in oop.hpp and fix inlining in gc files
goetz [Mon, 18 Jan 2016 10:25:41 +0100] rev 35862
8146395: Add inline qualifier in oop.hpp and fix inlining in gc files Summary: Fix remaining issues after 8146401. Also fix windows VS2010 linkage problem (g1OopClosures.hpp). Reviewed-by: stefank, mgerdin
Wed, 27 Jan 2016 18:31:58 +0000 Merge
coleenp [Wed, 27 Jan 2016 18:31:58 +0000] rev 35861
Merge
Wed, 27 Jan 2016 16:34:47 +0000 Merge
coleenp [Wed, 27 Jan 2016 16:34:47 +0000] rev 35860
Merge
Wed, 27 Jan 2016 11:12:25 -0500 8146137: runtime/logging/ExceptionsTest.java fails on embedded and ARM test
rprotacio [Wed, 27 Jan 2016 11:12:25 -0500] rev 35859
8146137: runtime/logging/ExceptionsTest.java fails on embedded and ARM test Summary: Removed part of ExceptionsTest.java looking for exception that is not printed when function is compiled on embedded/ARM Reviewed-by: coleenp, dholmes
Thu, 21 Jan 2016 12:11:20 -0500 8146435: [TESTBUG] Logging tests are failing intermittently on windows when executed by JPRT
rprotacio [Thu, 21 Jan 2016 12:11:20 -0500] rev 35858
8146435: [TESTBUG] Logging tests are failing intermittently on windows when executed by JPRT Summary: Improved robustness of UL tests by removing reliance on "java -version" and replacing with explicit code to trigger logging in all environments Reviewed-by: dholmes, iklam, mockner
Wed, 27 Jan 2016 16:13:02 +0000 Merge
hseigel [Wed, 27 Jan 2016 16:13:02 +0000] rev 35857
Merge
Wed, 27 Jan 2016 07:14:56 -0500 8137314: vm crash from test java/security/Policy/SignedJar/SignedJarTest.java
hseigel [Wed, 27 Jan 2016 07:14:56 -0500] rev 35856
8137314: vm crash from test java/security/Policy/SignedJar/SignedJarTest.java Summary: Add additional checks in the verifier for recursive verification Reviewed-by: acorn, gtriantafill
Wed, 27 Jan 2016 14:14:36 +0100 Merge
ddmitriev [Wed, 27 Jan 2016 14:14:36 +0100] rev 35855
Merge
Tue, 19 Jan 2016 19:19:51 +0300 8147609: [TESTBUG] Correct the @build statements in the serviceability/dcmd/gc/HeapDumpAllTest.java and HeapDumpTest.java tests
akulyakh [Tue, 19 Jan 2016 19:19:51 +0300] rev 35854
8147609: [TESTBUG] Correct the @build statements in the serviceability/dcmd/gc/HeapDumpAllTest.java and HeapDumpTest.java tests Summary: Corrected the @build statements Reviewed-by: jbachorik
Wed, 27 Jan 2016 11:41:44 +0100 Merge
mlarsson [Wed, 27 Jan 2016 11:41:44 +0100] rev 35853
Merge
Wed, 27 Jan 2016 09:07:10 +0100 8147348: LogTagLevelExpression not properly initialized in configure_stdout
mlarsson [Wed, 27 Jan 2016 09:07:10 +0100] rev 35852
8147348: LogTagLevelExpression not properly initialized in configure_stdout Reviewed-by: brutisso, sla
Tue, 26 Jan 2016 15:28:31 +0100 8147814: Move verification code out of g1collectedheap
david [Tue, 26 Jan 2016 15:28:31 +0100] rev 35851
8147814: Move verification code out of g1collectedheap Reviewed-by: jwilhelm, tschatzl
Wed, 27 Jan 2016 05:59:31 +0100 Merge
dholmes [Wed, 27 Jan 2016 05:59:31 +0100] rev 35850
Merge
Tue, 26 Jan 2016 21:18:08 -0500 8145740: Visual Studio pragmas should be guarded by ifdef _MSC_VER
dholmes [Tue, 26 Jan 2016 21:18:08 -0500] rev 35849
8145740: Visual Studio pragmas should be guarded by ifdef _MSC_VER Reviewed-by: simonis, dholmes Contributed-by: Matthias Baesken <matthias.baesken@sap.com>
Wed, 27 Jan 2016 03:28:22 +0000 Merge
coleenp [Wed, 27 Jan 2016 03:28:22 +0000] rev 35848
Merge
Wed, 20 Jan 2016 11:58:09 -0800 8143608: Don't 64-bit align start of InstanceKlass vtable, itable, and nonstatic_oopmap on 32-bit systems
cjplummer [Wed, 20 Jan 2016 11:58:09 -0800] rev 35847
8143608: Don't 64-bit align start of InstanceKlass vtable, itable, and nonstatic_oopmap on 32-bit systems Summary: Removed alignment of these fields. Reviewed-by: coleenp, dholmes, mgerdin
Wed, 10 Feb 2016 07:54:26 +0100 8148752: Compiled StringBuilder code throws StringIndexOutOfBoundsException
thartmann [Wed, 10 Feb 2016 07:54:26 +0100] rev 35846
8148752: Compiled StringBuilder code throws StringIndexOutOfBoundsException Summary: Fixed handling of long/double MH arguments in GraphBuilder::try_method_handle_inline(). Reviewed-by: roland, shade, vlivanov, kvn, twisti
Mon, 08 Feb 2016 18:52:03 +0100 8148507: [JVMCI] mitigate deadlocks related to JVMCI compiler under -Xbatch
dnsimon [Mon, 08 Feb 2016 18:52:03 +0100] rev 35845
8148507: [JVMCI] mitigate deadlocks related to JVMCI compiler under -Xbatch Reviewed-by: twisti, dholmes
Mon, 08 Feb 2016 18:52:03 +0100 8148741: compiler/jvmci/code/SimpleDebugInfoTest.java fails in 'frame::sender_for_compiled_frame'
rschatz [Mon, 08 Feb 2016 18:52:03 +0100] rev 35844
8148741: compiler/jvmci/code/SimpleDebugInfoTest.java fails in 'frame::sender_for_compiled_frame' Reviewed-by: twisti
Fri, 05 Feb 2016 03:55:51 -0800 8149080: AArch64: Recognise disjoint array copy in stub code
hshi [Fri, 05 Feb 2016 03:55:51 -0800] rev 35843
8149080: AArch64: Recognise disjoint array copy in stub code Summary: Detect array copy can use fwd copy by checking (dest-src) above_same (copy_size) Reviewed-by: aph
Sat, 06 Feb 2016 04:09:47 -0800 8149100: AArch64: "bad AD file" for LL enconding AryEq Node matching
hshi [Sat, 06 Feb 2016 04:09:47 -0800] rev 35842
8149100: AArch64: "bad AD file" for LL enconding AryEq Node matching Summary: add byte array equal support for aarch64 Reviewed-by: aph
Mon, 08 Feb 2016 14:14:35 +0000 8149365: aarch64: memory copy does not prefetch on backwards copy
enevill [Mon, 08 Feb 2016 14:14:35 +0000] rev 35841
8149365: aarch64: memory copy does not prefetch on backwards copy Summary: Implement prefetch on backwards copies Reviewed-by: aph
Thu, 04 Feb 2016 16:24:28 +0000 8148783: aarch64: SEGV running SpecJBB2013
enevill [Thu, 04 Feb 2016 16:24:28 +0000] rev 35840
8148783: aarch64: SEGV running SpecJBB2013 Summary: Fix calculation of offset for adrp Reviewed-by: aph
Wed, 03 Feb 2016 11:34:12 +0000 8148948: aarch64: generate_copy_longs calls align() incorrectly
enevill [Wed, 03 Feb 2016 11:34:12 +0000] rev 35839
8148948: aarch64: generate_copy_longs calls align() incorrectly Summary: Fix alignments Reviewed-by: aph
Fri, 29 Jan 2016 17:18:35 +0100 8137049: Code quality: reducing an trivial integer loop does not produce an optimal code
roland [Fri, 29 Jan 2016 17:18:35 +0100] rev 35838
8137049: Code quality: reducing an trivial integer loop does not produce an optimal code Summary: canonicalized if shape not recognized by empty loop detection code Reviewed-by: kvn, shade
Mon, 08 Feb 2016 18:52:03 +0100 8149019: remove redundant modifiers
dnsimon [Mon, 08 Feb 2016 18:52:03 +0100] rev 35837
8149019: remove redundant modifiers Reviewed-by: twisti
Mon, 08 Feb 2016 12:13:56 -0800 Merge
never [Mon, 08 Feb 2016 12:13:56 -0800] rev 35836
Merge
Fri, 05 Feb 2016 12:27:02 -0800 8149076: [JVMCI] missing ResourceMark in JVMCIRuntime::initialize_HotSpotJVMCIRuntime
never [Fri, 05 Feb 2016 12:27:02 -0800] rev 35835
8149076: [JVMCI] missing ResourceMark in JVMCIRuntime::initialize_HotSpotJVMCIRuntime Reviewed-by: twisti, iignatyev
Mon, 08 Feb 2016 18:52:03 +0100 Merge
ppunegov [Mon, 08 Feb 2016 18:52:03 +0100] rev 35834
Merge
Fri, 05 Feb 2016 18:05:33 +0300 8148864: Quarantine CompilerControl tests
ppunegov [Fri, 05 Feb 2016 18:05:33 +0300] rev 35833
8148864: Quarantine CompilerControl tests Summary: exclude tests affected by JDK-8148563 and JDK-8140354 from execution Reviewed-by: kvn
Mon, 08 Feb 2016 16:44:09 +0000 Merge
tpivovarova [Mon, 08 Feb 2016 16:44:09 +0000] rev 35832
Merge
Fri, 05 Feb 2016 21:16:14 +0300 8149135: [jittester] Makefile copies JitTesterDriver in incorrect directory and always uses default value for number-of-tests and seed
tpivovarova [Fri, 05 Feb 2016 21:16:14 +0300] rev 35831
8149135: [jittester] Makefile copies JitTesterDriver in incorrect directory and always uses default value for number-of-tests and seed Reviewed-by: iignatyev
Mon, 08 Feb 2016 14:05:45 +0100 8148696: Race loading hsdis may cause SIGSEGV
neliasso [Mon, 08 Feb 2016 14:05:45 +0100] rev 35830
8148696: Race loading hsdis may cause SIGSEGV Summary: Guard library loading with a lock Reviewed-by: vlivanov
Mon, 08 Feb 2016 08:57:39 +0100 8148758: Compilation fails with "this call site should not be polymorphic"
zmajo [Mon, 08 Feb 2016 08:57:39 +0100] rev 35829
8148758: Compilation fails with "this call site should not be polymorphic" Summary: Change test to run in interpreter-only mode. Reviewed-by: kvn
Fri, 05 Feb 2016 18:24:41 +0000 Merge
twisti [Fri, 05 Feb 2016 18:24:41 +0000] rev 35828
Merge
Fri, 05 Feb 2016 11:33:27 +0100 8149105: typo in jvmciCodeInstaller.cpp
rschatz [Fri, 05 Feb 2016 11:33:27 +0100] rev 35827
8149105: typo in jvmciCodeInstaller.cpp Reviewed-by: twisti
Fri, 05 Feb 2016 15:38:21 +0100 Merge
thartmann [Fri, 05 Feb 2016 15:38:21 +0100] rev 35826
Merge
Fri, 22 Jan 2016 15:25:40 +0100 8063112: Compiler diagnostic commands should have locking instead of safepoint
neliasso [Fri, 22 Jan 2016 15:25:40 +0100] rev 35825
8063112: Compiler diagnostic commands should have locking instead of safepoint Summary: Remove unnecessary vm-ops and add locking instead, improve output Reviewed-by: kvn
Wed, 03 Feb 2016 12:16:44 +0100 8148981: remove ResolvedJavaType.getClassFilePath()
dnsimon [Wed, 03 Feb 2016 12:16:44 +0100] rev 35824
8148981: remove ResolvedJavaType.getClassFilePath() Reviewed-by: twisti
Wed, 03 Feb 2016 12:16:44 +0100 8146608: [JVMCI] DebugInfo Tests on DeoptimizeALot runs fails in assert(_pc == *pc_addr || pc == *pc_addr) frame::patch_pc() /frame_x86.cpp:285
rschatz [Wed, 03 Feb 2016 12:16:44 +0100] rev 35823
8146608: [JVMCI] DebugInfo Tests on DeoptimizeALot runs fails in assert(_pc == *pc_addr || pc == *pc_addr) frame::patch_pc() /frame_x86.cpp:285 Reviewed-by: twisti
Thu, 04 Feb 2016 12:33:31 +0100 8143897: Weblogic12medrec assert(handler_address == SharedRuntime::compute_compiled_exc_handler(nm, pc, exception, force_unwind, true)) failed: Must be the same
thartmann [Thu, 04 Feb 2016 12:33:31 +0100] rev 35822
8143897: Weblogic12medrec assert(handler_address == SharedRuntime::compute_compiled_exc_handler(nm, pc, exception, force_unwind, true)) failed: Must be the same Summary: ExceptionCache read is lock-free and assume strong memory ordering in write code. Added storestore memory barrier in write path to handle this. Reviewed-by: kvn, thartmann, dlong Contributed-by: Jamsheed Mohammed <jamsheed.c.m@oracle.com>
Fri, 05 Feb 2016 12:43:57 +0100 8149109: [TESTBUG] TestRegisterRestoring.java fails with "VM option 'SafepointALot' is develop"
thartmann [Fri, 05 Feb 2016 12:43:57 +0100] rev 35821
8149109: [TESTBUG] TestRegisterRestoring.java fails with "VM option 'SafepointALot' is develop" Summary: Added missing -XX:+IgnoreUnrecognizedVMOptions. Reviewed-by: vlivanov
Thu, 18 Feb 2016 11:30:10 -0800 Added tag jdk-9+106 for changeset e15ec0a78e45
lana [Thu, 18 Feb 2016 11:30:10 -0800] rev 35820
Added tag jdk-9+106 for changeset e15ec0a78e45
Thu, 18 Feb 2016 13:40:42 -0800 Merge
lana [Thu, 18 Feb 2016 13:40:42 -0800] rev 35819
Merge
Wed, 17 Feb 2016 17:45:36 -0800 8074069: Move com.oracle.net and com.oracle.nio APIs to jdk.net module
mchung [Wed, 17 Feb 2016 17:45:36 -0800] rev 35818
8074069: Move com.oracle.net and com.oracle.nio APIs to jdk.net module Reviewed-by: alanb
Wed, 17 Feb 2016 17:03:08 +0100 8149963: build errors during API docs build
erikj [Wed, 17 Feb 2016 17:03:08 +0100] rev 35817
8149963: build errors during API docs build Reviewed-by: ihse, tbell
Thu, 18 Feb 2016 11:30:08 -0800 Added tag jdk-9+106 for changeset c4b6c7386de8
lana [Thu, 18 Feb 2016 11:30:08 -0800] rev 35816
Added tag jdk-9+106 for changeset c4b6c7386de8
Wed, 05 Jul 2017 21:20:46 +0200 Added tag jdk-9+106 for changeset 6c644cca3f3f
duke [Wed, 05 Jul 2017 21:20:46 +0200] rev 35815
Added tag jdk-9+106 for changeset 6c644cca3f3f
Wed, 05 Jul 2017 21:20:45 +0200 Merge jdk-9+106
duke [Wed, 05 Jul 2017 21:20:45 +0200] rev 35814
Merge
Wed, 05 Jul 2017 21:20:39 +0200 Merge
duke [Wed, 05 Jul 2017 21:20:39 +0200] rev 35813
Merge
Fri, 12 Feb 2016 10:51:36 -0800 8146138: jshell tool: add /help <command>
rfield [Fri, 12 Feb 2016 10:51:36 -0800] rev 35812
8146138: jshell tool: add /help <command> 8147495: jshell tool: correctly handle arguments on /seteditor command 8147886: jshell tool: commands don't allow reference to start-up or explicit id of dropped/failed snippets 8147887: jshell tool: /list start -- fails 8147898: jshell tool: /reload quiet -- should quiet echo Reviewed-by: jlahoda
Thu, 11 Feb 2016 16:06:11 -0800 Merge
lana [Thu, 11 Feb 2016 16:06:11 -0800] rev 35811
Merge
Wed, 10 Feb 2016 15:11:40 -0800 8148808: javac, remove unused options, step 1
vromero [Wed, 10 Feb 2016 15:11:40 -0800] rev 35810
8148808: javac, remove unused options, step 1 Reviewed-by: mcimadamore, jjg
Wed, 10 Feb 2016 07:21:32 -0800 8148400: Decrease the regression test heap.
ksrini [Wed, 10 Feb 2016 07:21:32 -0800] rev 35809
8148400: Decrease the regression test heap. Reviewed-by: jjg
Wed, 10 Feb 2016 14:22:50 +0100 8149160: use StringJoiner in sjavac option handling
alundblad [Wed, 10 Feb 2016 14:22:50 +0100] rev 35808
8149160: use StringJoiner in sjavac option handling Summary: Concatenation of strings now uses StringJoiner. Reviewed-by: alundblad, jjg Contributed-by: cushon@google.com
Tue, 09 Feb 2016 14:07:23 -0800 8147801: java.nio.file.ClosedFileSystemException when using Javadoc API's in JDK9
jjg [Tue, 09 Feb 2016 14:07:23 -0800] rev 35807
8147801: java.nio.file.ClosedFileSystemException when using Javadoc API's in JDK9 Reviewed-by: jlahoda
Thu, 11 Feb 2016 14:40:05 -0800 Added tag jdk-9+105 for changeset 3977b3940b92
lana [Thu, 11 Feb 2016 14:40:05 -0800] rev 35806
Added tag jdk-9+105 for changeset 3977b3940b92
Wed, 05 Jul 2017 21:20:31 +0200 Merge
duke [Wed, 05 Jul 2017 21:20:31 +0200] rev 35805
Merge
Thu, 11 Feb 2016 16:06:02 -0800 Merge
lana [Thu, 11 Feb 2016 16:06:02 -0800] rev 35804
Merge
Wed, 10 Feb 2016 22:58:06 +0000 8148861: Update jaxws to use the new non-inheriting thread-local Thread constructor
chegar [Wed, 10 Feb 2016 22:58:06 +0000] rev 35803
8148861: Update jaxws to use the new non-inheriting thread-local Thread constructor Reviewed-by: mkos, mchung
Thu, 11 Feb 2016 14:39:58 -0800 Added tag jdk-9+105 for changeset ae5b74fcfb21
lana [Thu, 11 Feb 2016 14:39:58 -0800] rev 35802
Added tag jdk-9+105 for changeset ae5b74fcfb21
Wed, 05 Jul 2017 21:20:23 +0200 Merge
duke [Wed, 05 Jul 2017 21:20:23 +0200] rev 35801
Merge
Fri, 12 Feb 2016 09:50:02 -0800 8149601: Update references from "1.9" to "9"
iris [Fri, 12 Feb 2016 09:50:02 -0800] rev 35800
8149601: Update references from "1.9" to "9" Reviewed-by: chegar, joehw
Thu, 11 Feb 2016 14:39:57 -0800 Added tag jdk-9+105 for changeset 0713559973fc
lana [Thu, 11 Feb 2016 14:39:57 -0800] rev 35799
Added tag jdk-9+105 for changeset 0713559973fc
Wed, 05 Jul 2017 21:20:16 +0200 Merge
duke [Wed, 05 Jul 2017 21:20:16 +0200] rev 35798
Merge
Fri, 12 Feb 2016 17:00:54 +0100 8149744: fix testng.jar delivery in Nashorn build.xml
mhaupt [Fri, 12 Feb 2016 17:00:54 +0100] rev 35797
8149744: fix testng.jar delivery in Nashorn build.xml Reviewed-by: hannesw, sundar
Thu, 11 Feb 2016 16:05:22 -0800 Merge
lana [Thu, 11 Feb 2016 16:05:22 -0800] rev 35796
Merge
Thu, 11 Feb 2016 12:58:57 -0400 8149665: $EXEC changes clean up
jlaskey [Thu, 11 Feb 2016 12:58:57 -0400] rev 35795
8149665: $EXEC changes clean up Reviewed-by: attila
Wed, 10 Feb 2016 11:18:02 -0400 8141209: $EXEC should allow streaming
jlaskey [Wed, 10 Feb 2016 11:18:02 -0400] rev 35794
8141209: $EXEC should allow streaming Reviewed-by: sundar
Tue, 09 Feb 2016 14:14:06 +0100 8149462: revert changes for 8149186
mhaupt [Tue, 09 Feb 2016 14:14:06 +0100] rev 35793
8149462: revert changes for 8149186 Reviewed-by: jlaskey, sundar
Thu, 11 Feb 2016 14:40:06 -0800 Added tag jdk-9+105 for changeset 621225a25d50
lana [Thu, 11 Feb 2016 14:40:06 -0800] rev 35792
Added tag jdk-9+105 for changeset 621225a25d50
Wed, 05 Jul 2017 21:20:10 +0200 Merge
duke [Wed, 05 Jul 2017 21:20:10 +0200] rev 35791
Merge
Thu, 11 Feb 2016 14:39:53 -0800 Added tag jdk-9+105 for changeset e66a02d55e71
lana [Thu, 11 Feb 2016 14:39:53 -0800] rev 35790
Added tag jdk-9+105 for changeset e66a02d55e71
Wed, 05 Jul 2017 21:20:03 +0200 Merge
duke [Wed, 05 Jul 2017 21:20:03 +0200] rev 35789
Merge
Mon, 15 Feb 2016 14:25:21 +0000 8134424: BlockDataInputStream.readUTFBody: size local StringBuffer with the given length
chegar [Mon, 15 Feb 2016 14:25:21 +0000] rev 35788
8134424: BlockDataInputStream.readUTFBody: size local StringBuffer with the given length Reviewed-by: rriggs, shade
Mon, 15 Feb 2016 10:14:39 +0000 8149656: Examine usages of sun.misc.LRUCache
chegar [Mon, 15 Feb 2016 10:14:39 +0000] rev 35787
8149656: Examine usages of sun.misc.LRUCache Reviewed-by: redestad, rriggs
Mon, 15 Feb 2016 10:13:21 +0000 8149653: Move sun.misc.InnocuousThread to jdk.internal.misc
chegar [Mon, 15 Feb 2016 10:13:21 +0000] rev 35786
8149653: Move sun.misc.InnocuousThread to jdk.internal.misc Reviewed-by: mchung, rriggs
Sun, 14 Feb 2016 14:30:48 -0800 8149787: test/java/util/regex/GraphemeTest.java source file has non-ascii character u+00f7
sherman [Sun, 14 Feb 2016 14:30:48 -0800] rev 35785
8149787: test/java/util/regex/GraphemeTest.java source file has non-ascii character u+00f7 Reviewed-by: igerasim
Sun, 14 Feb 2016 17:42:16 -0400 8149776: BSD license for jimage code
jlaskey [Sun, 14 Feb 2016 17:42:16 -0400] rev 35784
8149776: BSD license for jimage code Reviewed-by: alanb
Fri, 12 Feb 2016 19:24:31 -0800 7071819: To support Extended Grapheme Clusters in Regex
sherman [Fri, 12 Feb 2016 19:24:31 -0800] rev 35783
7071819: To support Extended Grapheme Clusters in Regex 8147531: To add named character construct \N{...} to support Unicode name property Reviewed-by: naoto, okutsu, plevart
Fri, 12 Feb 2016 09:49:49 -0800 8149601: Update references from "1.9" to "9"
iris [Fri, 12 Feb 2016 09:49:49 -0800] rev 35782
8149601: Update references from "1.9" to "9" Reviewed-by: chegar, joehw
Fri, 12 Feb 2016 11:07:54 +0100 8149647: Incremental enhancements from build-infra
ihse [Fri, 12 Feb 2016 11:07:54 +0100] rev 35781
8149647: Incremental enhancements from build-infra Reviewed-by: erikj
Thu, 11 Feb 2016 16:24:55 -0800 8149616: Problem list RmiSslBootstrapTest.sh
darcy [Thu, 11 Feb 2016 16:24:55 -0800] rev 35780
8149616: Problem list RmiSslBootstrapTest.sh Reviewed-by: rriggs
Thu, 11 Feb 2016 16:06:51 -0800 Merge
lana [Thu, 11 Feb 2016 16:06:51 -0800] rev 35779
Merge
Fri, 12 Feb 2016 00:20:16 +0300 8059212: Modify sun/security/smartcardio manual regression tests so that they do not just fail if no cardreader found
igerasim [Fri, 12 Feb 2016 00:20:16 +0300] rev 35778
8059212: Modify sun/security/smartcardio manual regression tests so that they do not just fail if no cardreader found Reviewed-by: mullan
Thu, 11 Feb 2016 11:19:03 -0500 8142539: Incorrect definition of ZoneOffset.MIN
rriggs [Thu, 11 Feb 2016 11:19:03 -0500] rev 35777
8142539: Incorrect definition of ZoneOffset.MIN 8140211: Example in the Documentation is wrong for java.time.ZonedDateTime.minusHours 8139529: java.time.temporal.ChronoUnit.FOREVER typo Reviewed-by: lancea, scolebourne
Wed, 10 Feb 2016 16:36:25 +0300 8149459: StringConcatFactory should be synced up with LambdaMetafactory
shade [Wed, 10 Feb 2016 16:36:25 +0300] rev 35776
8149459: StringConcatFactory should be synced up with LambdaMetafactory Reviewed-by: psandoz, vlivanov, forax
Wed, 27 Jan 2016 10:35:49 +0100 8149529: Adapt SAP copyrights to new company name in jdk repository
goetz [Wed, 27 Jan 2016 10:35:49 +0100] rev 35775
8149529: Adapt SAP copyrights to new company name in jdk repository Reviewed-by: simonis, chegar
Wed, 10 Feb 2016 16:16:48 +0300 8046339: sun.rmi.transport.DGCAckHandler leaks memory
igerasim [Wed, 10 Feb 2016 16:16:48 +0300] rev 35774
8046339: sun.rmi.transport.DGCAckHandler leaks memory Reviewed-by: smarks
Wed, 10 Feb 2016 11:04:13 +0100 8071368: Use more concrete types for NamedFunction constants in the code
srastogi [Wed, 10 Feb 2016 11:04:13 +0100] rev 35773
8071368: Use more concrete types for NamedFunction constants in the code Reviewed-by: psandoz, vlivanov, mhaupt
Wed, 10 Feb 2016 10:44:58 +0100 8138884: MethodHandles.Lookup.findVirtual() Javadoc fails to consider private interface methods
srastogi [Wed, 10 Feb 2016 10:44:58 +0100] rev 35772
8138884: MethodHandles.Lookup.findVirtual() Javadoc fails to consider private interface methods Reviewed-by: psandoz, mhaupt
Tue, 09 Feb 2016 11:58:36 -0800 8149492: Problem list CheckEncodings.sh
darcy [Tue, 09 Feb 2016 11:58:36 -0800] rev 35771
8149492: Problem list CheckEncodings.sh Reviewed-by: rriggs
Tue, 09 Feb 2016 11:57:57 +0530 8148446: (tz) Support tzdata2016a
rpatil [Tue, 09 Feb 2016 11:57:57 +0530] rev 35770
8148446: (tz) Support tzdata2016a Reviewed-by: okutsu, aefimov
Tue, 09 Feb 2016 11:17:28 +0530 8148570: TzdbZoneRulesCompiler.java throws Null Pointer Exception While Compiling and building TZDB data file
rpatil [Tue, 09 Feb 2016 11:17:28 +0530] rev 35769
8148570: TzdbZoneRulesCompiler.java throws Null Pointer Exception While Compiling and building TZDB data file Summary: While getting value from DayOfWeek, -1 is returned if the DayOfWeek is null. The reason to return “-1” being, the same value is checked later while getting day-of-week byte (dowbyte) at line no. 251, ZoneRules.java. Reviewed-by: rriggs, aefimov
Mon, 08 Feb 2016 18:14:48 -0800 8149391: Fix module dependences in java/util tests
shurailine [Mon, 08 Feb 2016 18:14:48 -0800] rev 35768
8149391: Fix module dependences in java/util tests Reviewed-by: mchung
Thu, 11 Feb 2016 14:40:00 -0800 Added tag jdk-9+105 for changeset e6b4f7af3fca
lana [Thu, 11 Feb 2016 14:40:00 -0800] rev 35767
Added tag jdk-9+105 for changeset e6b4f7af3fca
Wed, 05 Jul 2017 21:19:53 +0200 Merge
duke [Wed, 05 Jul 2017 21:19:53 +0200] rev 35766
Merge
Fri, 12 Feb 2016 11:07:46 +0100 8149647: Incremental enhancements from build-infra
ihse [Fri, 12 Feb 2016 11:07:46 +0100] rev 35765
8149647: Incremental enhancements from build-infra Reviewed-by: erikj
Thu, 11 Feb 2016 16:05:39 -0800 Merge
lana [Thu, 11 Feb 2016 16:05:39 -0800] rev 35764
Merge
Wed, 10 Feb 2016 10:26:41 -0800 Merge
amurillo [Wed, 10 Feb 2016 10:26:41 -0800] rev 35763
Merge
Thu, 04 Feb 2016 15:27:15 +0100 Merge
thartmann [Thu, 04 Feb 2016 15:27:15 +0100] rev 35762
Merge
Wed, 03 Feb 2016 17:51:47 +0100 8148751: [TESTBUG] compiler/whitebox/AllocationCodeBlobTest.java fails due to unexpected code cache allocation
thartmann [Wed, 03 Feb 2016 17:51:47 +0100] rev 35761
8148751: [TESTBUG] compiler/whitebox/AllocationCodeBlobTest.java fails due to unexpected code cache allocation Summary: Do all the measurements and then check the results to avoid unexpected code cache allocations. Reviewed-by: vlivanov
Wed, 03 Feb 2016 13:32:52 +0100 Merge
roland [Wed, 03 Feb 2016 13:32:52 +0100] rev 35760
Merge
Wed, 03 Feb 2016 10:58:50 +0100 8147645: get_ctrl_no_update() code is wrong
roland [Wed, 03 Feb 2016 10:58:50 +0100] rev 35759
8147645: get_ctrl_no_update() code is wrong Summary: Array.fill intrinsification code doesn't mark replaced control as dead Reviewed-by: kvn
Wed, 03 Feb 2016 10:39:49 +0100 8148753: Compilation fails due to field accesses on array types
zmajo [Wed, 03 Feb 2016 10:39:49 +0100] rev 35758
8148753: Compilation fails due to field accesses on array types Summary: Treat accesses to fields of array types as accesses to fields of java.lang.Object. Reviewed-by: kvn
Wed, 03 Feb 2016 09:09:56 +0100 8148490: RegisterSaver::restore_live_registers() fails to restore xmm registers on 32 bit
thartmann [Wed, 03 Feb 2016 09:09:56 +0100] rev 35757
8148490: RegisterSaver::restore_live_registers() fails to restore xmm registers on 32 bit Summary: Fixed stack offsets for xmm register saving/restoring code on 32 bit. Reviewed-by: kvn, mcberg
Tue, 19 Jan 2016 14:52:33 +0100 8003585: strength reduce or eliminate range checks for power-of-two sized arrays
kmo [Tue, 19 Jan 2016 14:52:33 +0100] rev 35756
8003585: strength reduce or eliminate range checks for power-of-two sized arrays Summary: change ((x & m) u<= m) to always true and ((x & (m - 1)) u< m) into (m > 0) Reviewed-by: kvn, roland
Mon, 01 Feb 2016 19:45:26 +0300 8144239: [TESTBUG] InlineCommandTest.java: unknown compiler level 0 for commpile ID: 651
ppunegov [Mon, 01 Feb 2016 19:45:26 +0300] rev 35755
8144239: [TESTBUG] InlineCommandTest.java: unknown compiler level 0 for commpile ID: 651 Summary: add Xbatch to make compilation block test thread. Reviewed-by: kvn
Fri, 29 Jan 2016 08:47:18 +0100 Merge
thartmann [Fri, 29 Jan 2016 08:47:18 +0100] rev 35754
Merge
Fri, 29 Jan 2016 03:11:16 +0300 8148012: get rid of slash-dot-dot in @library directives
iignatyev [Fri, 29 Jan 2016 03:11:16 +0300] rev 35753
8148012: get rid of slash-dot-dot in @library directives Reviewed-by: dholmes, dfazunen, cjplummer
Wed, 27 Jan 2016 12:20:53 +0800 8148328: aarch64: redundant lsr instructions in stub code.
fyang [Wed, 27 Jan 2016 12:20:53 +0800] rev 35752
8148328: aarch64: redundant lsr instructions in stub code. Summary: avoid redundant lsr instructions in jbyte_arraycopy and jbyte_disjoint_arraycopy. Reviewed-by: aph Contributed-by: felix.yang@linaro.org
Thu, 28 Jan 2016 08:33:45 +0100 8146478: Node limit exceeded with -XX:AllocateInstancePrefetchLines=1073741823
zmajo [Thu, 28 Jan 2016 08:33:45 +0100] rev 35751
8146478: Node limit exceeded with -XX:AllocateInstancePrefetchLines=1073741823 Summary: Constrain the set of accepted values for the Allocate{PrefetchLines, InstancePrefetchLines, PrefetchStepSize, PrefetchDistance} flags. Increase macro node expansion budget. Reviewed-by: kvn
Thu, 04 Feb 2016 08:53:57 +0100 8148970: Quarantine testlibrary_tests/whitebox/vm_flags/IntxTest.java
zmajo [Thu, 04 Feb 2016 08:53:57 +0100] rev 35750
8148970: Quarantine testlibrary_tests/whitebox/vm_flags/IntxTest.java Summary: Quarantine testlibrary_tests/whitebox/vm_flags/IntxTest.java Reviewed-by: vlivanov, dcubed
Thu, 11 Feb 2016 14:39:54 -0800 Added tag jdk-9+105 for changeset d549e724be36
lana [Thu, 11 Feb 2016 14:39:54 -0800] rev 35749
Added tag jdk-9+105 for changeset d549e724be36
Mon, 15 Feb 2016 10:55:36 +0100 8145789: Switch JDK 9 to use Jib in JPRT
erikj [Mon, 15 Feb 2016 10:55:36 +0100] rev 35748
8145789: Switch JDK 9 to use Jib in JPRT Reviewed-by: ihse, tbell
Fri, 12 Feb 2016 11:07:35 +0100 8149647: Incremental enhancements from build-infra
ihse [Fri, 12 Feb 2016 11:07:35 +0100] rev 35747
8149647: Incremental enhancements from build-infra Reviewed-by: erikj
Thu, 11 Feb 2016 16:05:16 -0800 Merge
lana [Thu, 11 Feb 2016 16:05:16 -0800] rev 35746
Merge
Mon, 08 Feb 2016 08:05:12 +0100 8149116: Make test/Makefile more silent
ehelin [Mon, 08 Feb 2016 08:05:12 +0100] rev 35745
8149116: Make test/Makefile more silent Reviewed-by: mikael, erikj
Thu, 11 Feb 2016 11:54:00 +0100 8149479: Fix compare.sh to have a clean baseline with COMPARE_BUILD
erikj [Thu, 11 Feb 2016 11:54:00 +0100] rev 35744
8149479: Fix compare.sh to have a clean baseline with COMPARE_BUILD Reviewed-by: ihse, tbell
Wed, 10 Feb 2016 22:58:27 +0000 8148861: Update jaxws to use the new non-inheriting thread-local Thread constructor
chegar [Wed, 10 Feb 2016 22:58:27 +0000] rev 35743
8148861: Update jaxws to use the new non-inheriting thread-local Thread constructor Reviewed-by: mkos, mchung
Mon, 08 Feb 2016 21:07:50 -0800 8147754: Configure fails to detect freetype installed by XQuartz on OSX 10.11
ddehaven [Mon, 08 Feb 2016 21:07:50 -0800] rev 35742
8147754: Configure fails to detect freetype installed by XQuartz on OSX 10.11 Reviewed-by: erikj, ihse
Thu, 11 Feb 2016 14:39:51 -0800 Added tag jdk-9+105 for changeset d0b71f2375d0
lana [Thu, 11 Feb 2016 14:39:51 -0800] rev 35741
Added tag jdk-9+105 for changeset d0b71f2375d0
Wed, 05 Jul 2017 21:19:33 +0200 Added tag jdk-9+105 for changeset db483b34fa71
duke [Wed, 05 Jul 2017 21:19:33 +0200] rev 35740
Added tag jdk-9+105 for changeset db483b34fa71
Wed, 05 Jul 2017 21:19:32 +0200 Merge jdk-9+105
duke [Wed, 05 Jul 2017 21:19:32 +0200] rev 35739
Merge
Wed, 05 Jul 2017 21:19:26 +0200 Merge
duke [Wed, 05 Jul 2017 21:19:26 +0200] rev 35738
Merge
Thu, 04 Feb 2016 16:50:04 -0800 Merge
lana [Thu, 04 Feb 2016 16:50:04 -0800] rev 35737
Merge
Tue, 02 Feb 2016 16:11:09 -0800 8080357: JShell: Only unqualified unresolved references should be corralled
rfield [Tue, 02 Feb 2016 16:11:09 -0800] rev 35736
8080357: JShell: Only unqualified unresolved references should be corralled 8081431: JShell: Dropping import should update dependencies Reviewed-by: jlahoda
Tue, 02 Feb 2016 12:56:35 +0000 8147949: NetBeans cannot open langtools repository because of the reserved word \"aux\"
jlahoda [Tue, 02 Feb 2016 12:56:35 +0000] rev 35735
8147949: NetBeans cannot open langtools repository because of the reserved word \"aux\" Summary: Dropping unnecessary references to artificial "aux" source roots. Reviewed-by: mcimadamore
Thu, 04 Feb 2016 11:28:30 -0800 Added tag jdk-9+104 for changeset 09c25109769a
lana [Thu, 04 Feb 2016 11:28:30 -0800] rev 35734
Added tag jdk-9+104 for changeset 09c25109769a
Wed, 05 Jul 2017 21:19:17 +0200 Merge
duke [Wed, 05 Jul 2017 21:19:17 +0200] rev 35733
Merge
Thu, 04 Feb 2016 11:28:24 -0800 Added tag jdk-9+104 for changeset 59fc48a1a885
lana [Thu, 04 Feb 2016 11:28:24 -0800] rev 35732
Added tag jdk-9+104 for changeset 59fc48a1a885
Wed, 05 Jul 2017 21:19:09 +0200 Merge
duke [Wed, 05 Jul 2017 21:19:09 +0200] rev 35731
Merge
(0) -30000 -10000 -3000 -1000 -480 +480 +1000 +3000 +10000 tip