Wed, 05 Jul 2017 22:11:56 +0200 duke Merge
Thu, 08 Sep 2016 22:13:43 +0000 lana Merge
Thu, 08 Sep 2016 12:33:10 +0800 fyuan 8165617: Cleanup whitespace in jaxp/test
Wed, 07 Sep 2016 11:00:14 -0700 joehw 8165116: redirect function is not allowed even with enableExtensionFunctions
Thu, 08 Sep 2016 21:11:54 +0000 lana Added tag jdk-9+135 for changeset ac2a115938ab
Wed, 05 Jul 2017 22:11:46 +0200 duke Merge
Thu, 08 Sep 2016 22:13:47 +0000 lana Merge
Wed, 07 Sep 2016 22:48:02 +0200 hannesw 8077149: __noSuchProperty__ and __noSuchMethod__ invocations are not properly guarded
Thu, 08 Sep 2016 21:11:56 +0000 lana Added tag jdk-9+135 for changeset cc9682f2ced6
Wed, 05 Jul 2017 22:11:37 +0200 duke Merge
Thu, 08 Sep 2016 21:11:53 +0000 lana Added tag jdk-9+135 for changeset e8d5d0486ea5
Wed, 05 Jul 2017 22:11:30 +0200 duke Merge
Mon, 12 Sep 2016 22:04:48 +0000 sspitsyn Merge
Mon, 12 Sep 2016 15:00:58 -0700 sspitsyn 8160950: Agent JAR added to app class loader rather than system class loader when running with -Djava.system.class.loader
Mon, 12 Sep 2016 13:14:49 -0700 dl 8164169: Miscellaneous changes imported from jsr166 CVS 2016-09
Mon, 12 Sep 2016 13:11:38 -0700 dl 8139237: java/util/concurrent/ThreadPoolExecutor/ConfigChanges.java fails intermittently
Mon, 12 Sep 2016 13:07:30 -0700 dl 8164983: Improve CountedCompleter code samples; add corresponding tests
Mon, 12 Sep 2016 20:12:26 +0200 redestad 8165890: [TESTBUG] Compilation issue in MultiReleaseJarTest after 8165723
Mon, 12 Sep 2016 09:38:32 -0700 naoto 8165605: Thai resources in jdk.localedata cause split package issue with java.base
Mon, 12 Sep 2016 17:45:55 +0200 redestad 8165723: JarFile::isMultiRelease() method returns false when it should return true
Mon, 12 Sep 2016 18:27:33 +0530 sundar 8165772: fix for 8165595 results in failure of jdk/test/tools/launcher/VersionCheck.java
Mon, 12 Sep 2016 13:23:07 +0200 redestad 8165492: Reduce number of lambda forms generated by MethodHandleInlineCopyStrategy
Sun, 11 Sep 2016 13:23:14 -0700 darcy 8165810: Problem list VersionCheck.java until JDK-8165772 is fixed
Sat, 10 Sep 2016 06:46:45 +0530 sundar 8165726: fix for 8165595 revealed a bug in pack200 tool's handling of main class attribute of module-info classes
Fri, 09 Sep 2016 14:54:41 -0700 psandoz 8161230: ClassLoader: add resource methods returning java.util.stream.Stream
Fri, 09 Sep 2016 14:54:29 -0700 psandoz 8164691: Stream specification clarifications for iterate and collect
Fri, 09 Sep 2016 14:54:24 -0700 psandoz 8165731: Reference to removed method in VarHandle JavaDoc
Fri, 09 Sep 2016 13:44:48 -0700 mchung 8165346: j.l.ClassLoader.getDefinedPackage(String) throws NPE
Fri, 09 Sep 2016 16:24:24 -0400 kbarrett 8165393: bad merge in java/lang/ref/package-info.java
Fri, 09 Sep 2016 12:07:49 -0700 smarks 4285505: deprecate java.lang.Compiler
Fri, 09 Sep 2016 10:58:05 -0700 skovalev 8165592: Fix module dependencies for sun/text/* tests
Wed, 07 Sep 2016 14:44:59 -0700 martin 8165643: SecureDirectoryStream doesn't work on linux non-x86
Thu, 08 Sep 2016 22:14:00 +0000 lana Merge
Thu, 08 Sep 2016 14:23:45 -0700 darcy 8039854: Broken link in java.lang.RuntimePermission
Thu, 08 Sep 2016 09:59:54 -0700 skovalev 8165583: Fix module dependencies for jdk/java/util/* tests
Thu, 08 Sep 2016 09:45:50 -0700 mchung 8165563: ClassLoader::getSystemClassLoader will never be null
Thu, 08 Sep 2016 16:16:44 +0100 coffeys 8165711: java/net/SetFactoryPermission/SetFactoryPermission.java needs to run in ovm mode
Thu, 08 Sep 2016 20:21:42 +0530 sundar 8165697: jlink running on Mac with Windows jmods produces non-runnable image
Wed, 07 Sep 2016 14:59:55 -0700 smarks 8165636: add removal text to Runtime.traceInstructions/MethodCalls deprecation text
Wed, 07 Sep 2016 10:58:22 -0700 ksrini 8151901: test/tools/pack200/Pack200Test fails on verifying native unpacked JAR
Wed, 07 Sep 2016 10:04:46 -0700 skovalev 8165604: Fix module dependencies for sun/util/* tests
Wed, 07 Sep 2016 18:35:21 +0530 sundar 8165503: jlink exclude VM plugin's handling of jvmlibs is wrong
Wed, 07 Sep 2016 10:14:48 +0300 igerasim 8165413: Typos in javadoc: extra period, wrong number, misspelled word
Tue, 06 Sep 2016 16:08:54 -0700 smarks 8159404: throw UnsupportedOperationException unconditionally for mutator methods
Tue, 06 Sep 2016 17:07:06 -0400 shurailine 8148859: Fix module dependences for java/time tests
Thu, 08 Sep 2016 21:11:54 +0000 lana Added tag jdk-9+135 for changeset 6d7a656b1612
Wed, 05 Jul 2017 22:11:16 +0200 duke Merge
Thu, 08 Sep 2016 21:11:53 +0000 lana Added tag jdk-9+135 for changeset 967c7d5073aa
Mon, 12 Sep 2016 09:38:26 -0700 naoto 8165605: Thai resources in jdk.localedata cause split package issue with java.base
Mon, 12 Sep 2016 18:25:49 +0530 sundar 8165772: fix for 8165595 results in failure of jdk/test/tools/launcher/VersionCheck.java
Thu, 08 Sep 2016 22:13:15 +0000 lana Merge
Thu, 08 Sep 2016 14:35:02 +0530 sundar 8165595: Main class should be set for nashorn modules
Thu, 08 Sep 2016 21:11:52 +0000 lana Added tag jdk-9+135 for changeset c55ef7ed9aa0
Wed, 05 Jul 2017 22:10:59 +0200 duke Added tag jdk-9+135 for changeset e384420383a5
Wed, 05 Jul 2017 22:10:57 +0200 duke Merge jdk-9+135
Wed, 05 Jul 2017 22:10:52 +0200 duke Merge
Tue, 06 Sep 2016 12:51:40 +0200 jlahoda 8161376: Introduce -Xlint:exports
Fri, 02 Sep 2016 05:43:54 -0700 vromero 8160454: JSR269 jigsaw update: javax.lang.model.element.ModuleElement.getDirectives() causes NPE on unnamed modules
Fri, 02 Sep 2016 02:42:03 +0000 lana Merge
Fri, 02 Sep 2016 07:49:15 +0530 sadayapalam 8164073: Javac should unconditionally warn if deprecated javadoc tag is used without @Deprecated annotation
Thu, 01 Sep 2016 13:21:52 -0700 rfield 8165211: JShell: Fix completion analysis problems
Thu, 01 Sep 2016 21:25:33 +0200 jlahoda 8164952: JShell tests: jdk/jshell/CompletionSuggestionTest.testUncompletedDeclaration(): failure
Thu, 01 Sep 2016 12:13:13 -0700 rfield 8133507: JShell: StackTraceElement#getFileName of EvalException does not use custom id generator
Mon, 29 Aug 2016 15:53:03 +0200 jlahoda 8165008: javac -Xmodule compiles the module in a way that reads the unnamed module
Thu, 01 Sep 2016 10:30:50 +0200 jlahoda 8131023: JShell: System.in does not work
Thu, 01 Sep 2016 13:18:42 +0800 amlu 8165193: Workaround intermittent failures of JavacTreeScannerTest and SourceTreeScannerTest due to C2 memory usage
Thu, 01 Sep 2016 11:07:00 +0900 shinyafox 8164825: jshell tool: Completion for subcommand
Wed, 31 Aug 2016 10:35:51 -0700 rfield 8164518: JShell: Add failover case of explicitly listening to "localhost"
Tue, 30 Aug 2016 20:49:41 -0700 mchung 8165109: langtools/test switches to use new CLI options
Tue, 30 Aug 2016 17:47:46 -0700 mchung 8160851: Remove old launcher module-related options
Mon, 29 Aug 2016 13:44:43 -0700 smarks 8164837: fix jdeprscan TestLoad and TestScan failures on Windows
Thu, 01 Sep 2016 23:20:13 +0000 lana Added tag jdk-9+134 for changeset eb2c81860c86
Wed, 05 Jul 2017 22:10:41 +0200 duke Merge
Thu, 01 Sep 2016 23:20:11 +0000 lana Added tag jdk-9+134 for changeset 219458339252
Wed, 05 Jul 2017 22:10:32 +0200 duke Merge
Fri, 02 Sep 2016 02:41:56 +0000 lana Merge
Thu, 01 Sep 2016 17:03:41 -0700 joehw 8161454: Fails to Load external Java method from inside of a XSL stylesheet if SecurityManager is present
Thu, 01 Sep 2016 17:12:12 +0300 aefimov 8150145: javax/xml/jaxp/unittest/common/TransformationWarningsTest.java and ValidationWarningsTest.java failed intermittently without any error message
Wed, 31 Aug 2016 14:33:23 -0700 joehw 8162431: CatalogUriResolver with circular/self referencing catalog file is not throwing CatalogException as expected
Tue, 30 Aug 2016 17:49:43 -0700 mchung 8160851: Remove old launcher module-related options
Thu, 01 Sep 2016 23:20:11 +0000 lana Added tag jdk-9+134 for changeset 1dddef49982c
Wed, 05 Jul 2017 22:10:22 +0200 duke Merge
Thu, 01 Sep 2016 23:20:13 +0000 lana Added tag jdk-9+134 for changeset d48c4f63e546
Wed, 05 Jul 2017 22:10:13 +0200 duke Merge
Thu, 01 Sep 2016 23:20:10 +0000 lana Added tag jdk-9+134 for changeset 6929cdb3e1c5
Wed, 05 Jul 2017 22:10:05 +0200 duke Merge
Tue, 06 Sep 2016 13:09:29 -0400 alanbur 8161360: Deprecated vfork() should not be used on Solaris
Tue, 06 Sep 2016 18:16:56 +0530 sundar 8163952: jlink exclude VM plugin does not support static libraries
Tue, 06 Sep 2016 14:11:12 +0530 vtewari 8131061: Use of -Dcom.sun.management.snmp needs to be examined for modules
Tue, 06 Sep 2016 13:57:03 +0530 vtewari 8164730: Make it clear that 'cl' parameter passed to RMIConnector.OISWL is never null.
Mon, 05 Sep 2016 10:05:12 +0200 clanger 8163181: Further improvements for Unix NetworkInterface native implementation
Sat, 03 Sep 2016 13:43:01 +0300 igerasim 8165243: Base64.Encoder.wrap(os).write(byte[],int,int) with incorrect arguments should not produce output
Fri, 02 Sep 2016 12:38:27 -0700 bpb 8165000: Selector.select(timeout) throws IOException when timeout is a large long
Fri, 02 Sep 2016 12:30:46 -0400 rriggs 8155102: (Process) Process.toString could include pid, isAlive, exitStatus
Thu, 01 Sep 2016 10:35:38 +0530 rpatil 8161016: Strange behavior of URLConnection with proxy
Fri, 02 Sep 2016 14:46:27 +0530 sundar 8157992: Improve jlink help message on optimization-related options
Fri, 02 Sep 2016 02:41:37 +0000 lana Merge
Thu, 01 Sep 2016 13:56:13 -0700 psandoz 8162108: Rename weakCompareAndSetVolatile to weakCompareAndSet
Thu, 01 Sep 2016 10:17:01 -0700 psandoz 8162106: Remove VarHandle.addAndGet
Thu, 01 Sep 2016 10:16:57 -0700 psandoz 8161444: VarHandles should provide access bitwise atomics
Thu, 01 Sep 2016 08:39:27 -0700 prr Merge
Tue, 30 Aug 2016 08:45:21 -0700 prr Merge
Tue, 30 Aug 2016 11:07:58 +0530 psadhukhan 6357887: selected printertray is ignored under linux
Mon, 29 Aug 2016 08:53:32 -0700 prr Merge
Wed, 20 Jul 2016 15:07:48 +0200 goetz 8161923: Fix free in awt_PrintControl.
Thu, 25 Aug 2016 16:01:44 +0530 psadhukhan 8154218: Non-usage of owner Frame when Frame object is passed to getPrintJob()
Thu, 25 Aug 2016 14:12:13 +0530 aghaisas 8158356: SIGSEGV when attempting to rotate BufferedImage using AffineTransform by NaN degrees
Thu, 25 Aug 2016 13:46:17 +0530 aniyogi 8163161: [PIT][TEST_BUG] increase timeout in javax/swing/plaf/nimbus/8057791/bug8057791.java
Wed, 24 Aug 2016 13:36:46 -0700 prr 8139176: [macosx] java.awt.TextLayout does not handle correctly the bolded logical fonts
Wed, 24 Aug 2016 12:56:51 -0700 prr 8164752: Extraneous debugging printf in hb-jdk-font.cc
Wed, 24 Aug 2016 10:59:17 -0700 bpb 8149562: TIFFField#createFromMetadataNode javadoc should provide information about sibling/child nodes that should be part of parameter node
Wed, 24 Aug 2016 09:45:20 +0900 peytoia 8164628: update copyright header in java.awt.font.JavaAWTFontAccessImpl class
Wed, 24 Aug 2016 00:23:49 +0400 alexsch 8129854: Remove reflection from AWT/Swing classes
Tue, 23 Aug 2016 20:45:35 +0300 serb 8160217: JavaSound should clean up resources better
Tue, 23 Aug 2016 18:15:27 +0300 azvegint 8162840: Desktop. enableSuddenTermination() has no effect
Tue, 23 Aug 2016 14:47:53 +0530 pnarayanan 8158524: Adding a test case to compare the rendered output of VolatileImage with that of BufferedImage
Tue, 23 Aug 2016 15:35:44 +0900 rgoel 8163362: Reconsider reflection usage in java.awt.font.JavaAWTFontAccessImpl class
Tue, 23 Aug 2016 10:27:47 +0530 psadhukhan 8163922: Print-to-file is disabled for SERVICE_FORMATTED docflavor in linux
Mon, 22 Aug 2016 10:02:10 -0700 ddehaven Merge
Mon, 22 Aug 2016 10:35:16 -0700 prr 8145901: Printed content is overlapping.
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 tip