erikj [Fri, 04 Mar 2016 18:36:27 +0100] rev 36244
8151302: Attempt at silencing build log broke html32.bdtd
Reviewed-by: mchung
erikj [Fri, 04 Mar 2016 17:05:52 +0100] rev 36243
8151297: Class name change for CLDRLocaleDataMetaInfo_jdk_localedata needs updating in makefile
Reviewed-by: alanb
xuelei [Fri, 04 Mar 2016 14:04:01 +0000] rev 36242
8148108: Disable Diffie-Hellman keys less than 1024 bits
Reviewed-by: vinnie, mullan
rpatil [Wed, 02 Mar 2016 23:28:59 +0530] rev 36241
8087104: DateFormatSymbols triggers this.clone() in the constructor
Summary: Instead of using its own instance for caching and calling clone in DateFormatSymbols, a nested class SymbolsCacheEntry is introduced.
Reviewed-by: okutsu, peytoia
darcy [Thu, 03 Mar 2016 22:55:41 -0800] rev 36240
8151228: Mark TestDSAGenParameterSpec.java as intermittently failing
Reviewed-by: xuelei
amlu [Fri, 04 Mar 2016 13:59:43 +0800] rev 36239
8038330: tools/jar/JarEntryTime.java fails intermittently on checking extracted file last modified values are the current times
Reviewed-by: sherman, plevart
darcy [Thu, 03 Mar 2016 15:47:08 -0800] rev 36238
8151226: Mark UdpTest.java as intermittently failing
Reviewed-by: lancea
shurailine [Thu, 03 Mar 2016 15:13:55 -0800] rev 36237
8150998: Fix module dependences in java/lang tests
Reviewed-by: mchung
sdrach [Thu, 03 Mar 2016 09:47:40 -0800] rev 36236
8150679: closed/javax/crypto/CryptoPermission/CallerIdentification.sh fails after fix for JDK-8132734
Summary: also fixes JDK-8150920
Reviewed-by: psandoz, redestad
Contributed-by: steve.drach@oracle.com
lana [Thu, 03 Mar 2016 12:49:12 -0800] rev 36235
Merge
dl [Thu, 03 Mar 2016 10:46:22 -0800] rev 36234
8150416: Miscellaneous changes imported from jsr166 CVS 2016-03
Reviewed-by: martin, psandoz
dl [Thu, 03 Mar 2016 10:43:07 -0800] rev 36233
8150523: improve jtreg test timeout handling, especially -timeout:
Reviewed-by: martin, psandoz, smarks
dl [Thu, 03 Mar 2016 10:39:34 -0800] rev 36232
8150417: Make ThreadLocalRandom more robust against static initialization cycles
Reviewed-by: martin, psandoz, dholmes, mhaupt
dl [Thu, 03 Mar 2016 10:36:08 -0800] rev 36231
8150319: ScheduledExecutorTest:testFixedDelaySequence timeout with slow VMs
Reviewed-by: martin, psandoz
dl [Thu, 03 Mar 2016 10:32:35 -0800] rev 36230
6842353: Linux testcase failure java/util/WeakHashMap/GCDuringIteration.java
Reviewed-by: martin, psandoz, darcy
vtewari [Thu, 03 Mar 2016 17:27:35 +0000] rev 36229
8150521: SharedSecrets.getJavaNetInetAddressAccess should ensure that InetAddress is initialised
Reviewed-by: alanb, chegar
vtewari [Thu, 03 Mar 2016 17:21:08 +0000] rev 36228
8148609: socket impl supportedOptions() should return an immutable set
Reviewed-by: alanb, chegar
mhaupt [Thu, 03 Mar 2016 14:29:00 +0100] rev 36227
8150957: j.l.i.MethodHandles.whileLoop(...) fails with IOOBE in the case init is null, step and pred have parameters
Reviewed-by: psandoz
chegar [Thu, 03 Mar 2016 12:07:45 +0000] rev 36226
8151140: Replace use of lambda/method ref in jdk.Version constructor
Reviewed-by: psandoz
chegar [Thu, 03 Mar 2016 12:07:13 +0000] rev 36225
8150162: Move sun.misc.Version to a truly internal package
Reviewed-by: alanb, iris, mchung, rriggs
tvaleev [Thu, 03 Mar 2016 10:06:25 +0100] rev 36224
8147505: BaseStream.onClose() should not allow registering new handlers after stream is consumed
Reviewed-by: psandoz
tvaleev [Thu, 03 Mar 2016 10:06:16 +0100] rev 36223
8072727: add variation of Stream.iterate() that's finite
Reviewed-by: psandoz, briangoetz
mikael [Wed, 02 Mar 2016 13:21:20 -0800] rev 36222
8149596: Remove java.nio.Bits copy wrapper methods
Reviewed-by: bpb, chegar, psandoz
mhaupt [Wed, 02 Mar 2016 20:36:00 +0100] rev 36221
8150832: split T8139885 into several tests by functionality
Reviewed-by: redestad
mhaupt [Wed, 02 Mar 2016 20:16:11 +0100] rev 36220
8150635: j.l.i.MethodHandles.loop(...) throws IndexOutOfBoundsException
Reviewed-by: psandoz
chegar [Wed, 02 Mar 2016 16:25:29 +0000] rev 36219
8150976: JarFile and MRJAR tests should use the JDK specific Version API
Reviewed-by: alanb, mchung
mhaupt [Wed, 02 Mar 2016 14:15:15 +0100] rev 36218
8150953: j.l.i.MethodHandles: example section in whileLoop(...) provides example for doWhileLoop
Reviewed-by: psandoz
igerasim [Wed, 02 Mar 2016 14:10:40 +0300] rev 36217
8149330: Capacity of StringBuilder should not get close to Integer.MAX_VALUE unless necessary
Reviewed-by: martin
dfuchs [Wed, 02 Mar 2016 11:14:35 +0100] rev 36216
8148820: Missing @since Javadoc tag in Logger.log(Level, Supplier)
Summary: Added @since 1.8
Reviewed-by: lancea, rriggs
dfuchs [Tue, 01 Mar 2016 12:05:14 +0100] rev 36215
8150856: Inconsistent API documentation for @param caller in System.LoggerFinder.getLogger
Summary: @throws clause is correct; @param caller documentation fixed: caller must not be null.
Reviewed-by: martin
hb [Tue, 01 Mar 2016 09:48:49 +0100] rev 36214
8147610: javax/management/mxbean/MXBeanLoadingTest1.java assumes URLClassLoader
Reviewed-by: jbachorik
rriggs [Mon, 29 Feb 2016 18:00:40 -0500] rev 36213
8150346: java/lang/ProcessHandle/InfoTest.java failed - startTime after process spawn completed
Reviewed-by: redestad, martin
lana [Thu, 03 Mar 2016 12:25:57 -0800] rev 36212
Added tag jdk-9+108 for changeset 564116a434fa
duke [Wed, 05 Jul 2017 21:24:42 +0200] rev 36211
Merge
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
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
lana [Thu, 03 Mar 2016 12:49:44 -0800] rev 36208
Merge
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
amurillo [Fri, 26 Feb 2016 10:35:07 -0800] rev 36206
Merge
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
stuefe [Tue, 23 Feb 2016 19:10:01 -0500] rev 36204
8150379: [windows] Fix Leaks in perfMemory_windows.cpp
Reviewed-by: clanger, dholmes, gthornbr
tschatzl [Tue, 23 Feb 2016 14:14:29 +0100] rev 36203
Merge
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
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
jwilhelm [Mon, 22 Feb 2016 19:25:32 +0000] rev 36200
Merge
jwilhelm [Mon, 22 Feb 2016 19:46:37 +0100] rev 36199
Merge
jmasa [Mon, 22 Feb 2016 09:41:56 -0800] rev 36198
8150302: Reference processing logging prints the "from list" incorrectly
Reviewed-by: tamao, brutisso
clanger [Fri, 19 Feb 2016 10:44:54 +0100] rev 36197
8150232: AIX cleanup: Integrate changes of 7178026 and others
Reviewed-by: simonis
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
ihse [Fri, 19 Feb 2016 15:25:05 +0100] rev 36195
Merge
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
mgerdin [Fri, 19 Feb 2016 14:15:13 +0100] rev 36193
Merge
mgerdin [Fri, 19 Feb 2016 13:08:38 +0100] rev 36192
Merge
mgerdin [Thu, 04 Feb 2016 08:22:26 +0100] rev 36191
8149013: Remove unused and dead code from G1CollectorPolicy
Reviewed-by: ehelin, jwilhelm
ddmitriev [Fri, 19 Feb 2016 12:47:16 +0100] rev 36190
Merge
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
ysuenaga [Thu, 18 Feb 2016 23:26:43 +0900] rev 36188
8147388: Add diagnostic commands to attach JVMTI agent.
Reviewed-by: jbachorik, sspitsyn
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
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
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
dholmes [Thu, 18 Feb 2016 03:51:44 +0000] rev 36184
Merge
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
coleenp [Thu, 18 Feb 2016 03:47:47 +0100] rev 36182
Merge
sgehwolf [Wed, 17 Feb 2016 17:03:31 -0500] rev 36181
8143245: Zero build requires disabled warnings
Reviewed-by: dholmes, coleenp
kbarrett [Wed, 17 Feb 2016 23:57:17 +0100] rev 36180
Merge
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
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
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
ddmitriev [Wed, 17 Feb 2016 12:44:41 +0000] rev 36176
Merge
ddmitriev [Wed, 17 Feb 2016 11:00:57 +0300] rev 36175
8144578: TestOptionsWithRanges test only ever uses the default collector
Reviewed-by: sangheki, dholmes
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
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
lana [Thu, 03 Mar 2016 12:25:52 -0800] rev 36172
Added tag jdk-9+108 for changeset 41753e6731a1
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
erikj [Mon, 07 Mar 2016 09:14:17 +0100] rev 36170
8150504: JIB profiles for reference implementation builds
Reviewed-by: ihse
erikj [Mon, 07 Mar 2016 09:13:56 +0100] rev 36169
8151300: Build shell trace functionality lost in JDK-8076060
Reviewed-by: tbell
lana [Thu, 03 Mar 2016 12:25:50 -0800] rev 36168
Added tag jdk-9+108 for changeset b14d8a6ad77e
duke [Wed, 05 Jul 2017 21:24:15 +0200] rev 36167
Added tag jdk-9+108 for changeset 257b579d8132
duke [Wed, 05 Jul 2017 21:24:14 +0200] rev 36166
Merge
duke [Wed, 05 Jul 2017 21:24:08 +0200] rev 36165
Merge
jlahoda [Mon, 29 Feb 2016 19:52:51 +0100] rev 36164
8150874: Disable the ComputeFQNsTest.testSuspendIndexing test
Reviewed-by: rfield
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
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
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
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
lana [Thu, 25 Feb 2016 11:28:25 -0800] rev 36159
Merge
jjg [Tue, 23 Feb 2016 19:17:54 -0800] rev 36158
8150475: -sourcepath / crashes javac
Reviewed-by: darcy, vromero
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
vromero [Tue, 23 Feb 2016 16:25:01 -0800] rev 36156
8149328: remove the dependency on java.logging from java.compiler
Reviewed-by: jjg
jjg [Tue, 23 Feb 2016 16:13:48 -0800] rev 36155
8149772: cleanup handling of -encoding in JavacFileManager
Reviewed-by: jlahoda
darcy [Tue, 23 Feb 2016 11:17:02 -0800] rev 36154
8150427: Demote ToolReloadTest.java and mark as intermittently failing
Reviewed-by: jjg
vromero [Mon, 22 Feb 2016 16:17:25 -0800] rev 36153
8149600: javac, remove unused options, step 2
Reviewed-by: jjg, mcimadamore
lana [Thu, 25 Feb 2016 09:41:51 -0800] rev 36152
Added tag jdk-9+107 for changeset 9643bffe2105
duke [Wed, 05 Jul 2017 21:23:59 +0200] rev 36151
Merge
lana [Thu, 25 Feb 2016 09:41:44 -0800] rev 36150
Added tag jdk-9+107 for changeset c464fa9657f3
duke [Wed, 05 Jul 2017 21:23:54 +0200] rev 36149
Merge
lana [Thu, 25 Feb 2016 11:27:49 -0800] rev 36148
Merge
clanger [Wed, 24 Feb 2016 19:25:16 +0300] rev 36147
8150470: JCK: api/xsl/conf/copy/copy19 test failure
Reviewed-by: joehw, aefimov
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
lana [Thu, 25 Feb 2016 09:41:44 -0800] rev 36145
Added tag jdk-9+107 for changeset 1632bf7a3665
duke [Wed, 05 Jul 2017 21:23:47 +0200] rev 36144
Merge
mhaupt [Mon, 29 Feb 2016 09:49:46 +0100] rev 36143
8150814: correct package declaration in Nashorn test
Reviewed-by: sundar
lana [Thu, 25 Feb 2016 11:28:35 -0800] rev 36142
Merge
sundar [Thu, 25 Feb 2016 13:56:23 +0530] rev 36141
8148379: jdk.nashorn.api.scripting spec. adjustments, clarifications
Reviewed-by: hannesw, mhaupt
lana [Thu, 25 Feb 2016 09:41:52 -0800] rev 36140
Added tag jdk-9+107 for changeset ad5ff5d5459b
duke [Wed, 05 Jul 2017 21:23:38 +0200] rev 36139
Merge
lana [Thu, 25 Feb 2016 09:41:40 -0800] rev 36138
Added tag jdk-9+107 for changeset 5924078ce428
duke [Wed, 05 Jul 2017 21:23:32 +0200] rev 36137
Merge
mhaupt [Mon, 29 Feb 2016 14:16:20 +0100] rev 36136
8150825: MethodHandles.tryFinally throws IndexOutOfBoundsException for non-conforming parameter lists
Reviewed-by: redestad
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
erikj [Fri, 26 Feb 2016 06:03:12 +0100] rev 36134
8150497: 32 jshell tests failed on Windows 32 bit
Reviewed-by: darcy, tbell
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
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
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
lana [Thu, 25 Feb 2016 11:27:30 -0800] rev 36130
Merge
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
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
amurillo [Tue, 23 Feb 2016 18:57:08 -0800] rev 36127
Merge
amurillo [Thu, 18 Feb 2016 15:19:41 -0800] rev 36126
Merge
jwilhelm [Thu, 18 Feb 2016 18:07:47 +0100] rev 36125
Merge