Fri, 04 Mar 2016 14:04:01 +0000 8148108: Disable Diffie-Hellman keys less than 1024 bits
xuelei [Fri, 04 Mar 2016 14:04:01 +0000] rev 36242
8148108: Disable Diffie-Hellman keys less than 1024 bits Reviewed-by: vinnie, mullan
Wed, 02 Mar 2016 23:28:59 +0530 8087104: DateFormatSymbols triggers this.clone() in the constructor
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
Thu, 03 Mar 2016 22:55:41 -0800 8151228: Mark TestDSAGenParameterSpec.java as intermittently failing
darcy [Thu, 03 Mar 2016 22:55:41 -0800] rev 36240
8151228: Mark TestDSAGenParameterSpec.java as intermittently failing Reviewed-by: xuelei
Fri, 04 Mar 2016 13:59:43 +0800 8038330: tools/jar/JarEntryTime.java fails intermittently on checking extracted file last modified values are the current times
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
Thu, 03 Mar 2016 15:47:08 -0800 8151226: Mark UdpTest.java as intermittently failing
darcy [Thu, 03 Mar 2016 15:47:08 -0800] rev 36238
8151226: Mark UdpTest.java as intermittently failing Reviewed-by: lancea
Thu, 03 Mar 2016 15:13:55 -0800 8150998: Fix module dependences in java/lang tests
shurailine [Thu, 03 Mar 2016 15:13:55 -0800] rev 36237
8150998: Fix module dependences in java/lang tests Reviewed-by: mchung
Thu, 03 Mar 2016 09:47:40 -0800 8150679: closed/javax/crypto/CryptoPermission/CallerIdentification.sh fails after fix for JDK-8132734
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
Thu, 03 Mar 2016 12:49:12 -0800 Merge
lana [Thu, 03 Mar 2016 12:49:12 -0800] rev 36235
Merge
Thu, 03 Mar 2016 10:46:22 -0800 8150416: Miscellaneous changes imported from jsr166 CVS 2016-03
dl [Thu, 03 Mar 2016 10:46:22 -0800] rev 36234
8150416: Miscellaneous changes imported from jsr166 CVS 2016-03 Reviewed-by: martin, psandoz
Thu, 03 Mar 2016 10:43:07 -0800 8150523: improve jtreg test timeout handling, especially -timeout:
dl [Thu, 03 Mar 2016 10:43:07 -0800] rev 36233
8150523: improve jtreg test timeout handling, especially -timeout: Reviewed-by: martin, psandoz, smarks
Thu, 03 Mar 2016 10:39:34 -0800 8150417: Make ThreadLocalRandom more robust against static initialization cycles
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
Thu, 03 Mar 2016 10:36:08 -0800 8150319: ScheduledExecutorTest:testFixedDelaySequence timeout with slow VMs
dl [Thu, 03 Mar 2016 10:36:08 -0800] rev 36231
8150319: ScheduledExecutorTest:testFixedDelaySequence timeout with slow VMs Reviewed-by: martin, psandoz
Thu, 03 Mar 2016 10:32:35 -0800 6842353: Linux testcase failure java/util/WeakHashMap/GCDuringIteration.java
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
Thu, 03 Mar 2016 17:27:35 +0000 8150521: SharedSecrets.getJavaNetInetAddressAccess should ensure that InetAddress is initialised
vtewari [Thu, 03 Mar 2016 17:27:35 +0000] rev 36229
8150521: SharedSecrets.getJavaNetInetAddressAccess should ensure that InetAddress is initialised Reviewed-by: alanb, chegar
Thu, 03 Mar 2016 17:21:08 +0000 8148609: socket impl supportedOptions() should return an immutable set
vtewari [Thu, 03 Mar 2016 17:21:08 +0000] rev 36228
8148609: socket impl supportedOptions() should return an immutable set Reviewed-by: alanb, chegar
Thu, 03 Mar 2016 14:29:00 +0100 8150957: j.l.i.MethodHandles.whileLoop(...) fails with IOOBE in the case init is null, step and pred have parameters
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
Thu, 03 Mar 2016 12:07:45 +0000 8151140: Replace use of lambda/method ref in jdk.Version constructor
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
Thu, 03 Mar 2016 12:07:13 +0000 8150162: Move sun.misc.Version to a truly internal package
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
Thu, 03 Mar 2016 10:06:25 +0100 8147505: BaseStream.onClose() should not allow registering new handlers after stream is consumed
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
Thu, 03 Mar 2016 10:06:16 +0100 8072727: add variation of Stream.iterate() that's finite
tvaleev [Thu, 03 Mar 2016 10:06:16 +0100] rev 36223
8072727: add variation of Stream.iterate() that's finite Reviewed-by: psandoz, briangoetz
Wed, 02 Mar 2016 13:21:20 -0800 8149596: Remove java.nio.Bits copy wrapper methods
mikael [Wed, 02 Mar 2016 13:21:20 -0800] rev 36222
8149596: Remove java.nio.Bits copy wrapper methods Reviewed-by: bpb, chegar, psandoz
Wed, 02 Mar 2016 20:36:00 +0100 8150832: split T8139885 into several tests by functionality
mhaupt [Wed, 02 Mar 2016 20:36:00 +0100] rev 36221
8150832: split T8139885 into several tests by functionality Reviewed-by: redestad
Wed, 02 Mar 2016 20:16:11 +0100 8150635: j.l.i.MethodHandles.loop(...) throws IndexOutOfBoundsException
mhaupt [Wed, 02 Mar 2016 20:16:11 +0100] rev 36220
8150635: j.l.i.MethodHandles.loop(...) throws IndexOutOfBoundsException Reviewed-by: psandoz
Wed, 02 Mar 2016 16:25:29 +0000 8150976: JarFile and MRJAR tests should use the JDK specific Version API
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
Wed, 02 Mar 2016 14:15:15 +0100 8150953: j.l.i.MethodHandles: example section in whileLoop(...) provides example for doWhileLoop
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
Wed, 02 Mar 2016 14:10:40 +0300 8149330: Capacity of StringBuilder should not get close to Integer.MAX_VALUE unless necessary
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
Wed, 02 Mar 2016 11:14:35 +0100 8148820: Missing @since Javadoc tag in Logger.log(Level, Supplier)
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
Tue, 01 Mar 2016 12:05:14 +0100 8150856: Inconsistent API documentation for @param caller in System.LoggerFinder.getLogger
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
Tue, 01 Mar 2016 09:48:49 +0100 8147610: javax/management/mxbean/MXBeanLoadingTest1.java assumes URLClassLoader
hb [Tue, 01 Mar 2016 09:48:49 +0100] rev 36214
8147610: javax/management/mxbean/MXBeanLoadingTest1.java assumes URLClassLoader Reviewed-by: jbachorik
Mon, 29 Feb 2016 18:00:40 -0500 8150346: java/lang/ProcessHandle/InfoTest.java failed - startTime after process spawn completed
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
Thu, 03 Mar 2016 12:25:57 -0800 Added tag jdk-9+108 for changeset 564116a434fa
lana [Thu, 03 Mar 2016 12:25:57 -0800] rev 36212
Added tag jdk-9+108 for changeset 564116a434fa
Wed, 05 Jul 2017 21:24:42 +0200 Merge
duke [Wed, 05 Jul 2017 21:24:42 +0200] rev 36211
Merge
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
(0) -30000 -10000 -3000 -1000 -300 -100 -96 +96 +100 +300 +1000 +3000 +10000 tip