Mon, 05 Dec 2016 13:00:32 -0800 psandoz 8170733: HashMap.HashIterator.remove method does not use cached value for the hash code.
Mon, 05 Dec 2016 12:53:53 +0530 rgoel 8075577: java.time does not support HOST provider
Fri, 02 Dec 2016 18:03:46 -0800 darcy 8170670: Problem list com/sun/jndi/rmi/registry/RegistryContext/UnbindIdempotent.java until fix of JDK-8170669
Fri, 02 Dec 2016 14:24:10 -0500 mullan Merge
Fri, 02 Dec 2016 14:22:19 -0500 mullan 8170131: Certificates not being blocked by jdk.tls.disabledAlgorithms property
Fri, 02 Dec 2016 11:05:59 -0800 mchung 8170660: RMI regression test failures due to missing @build TestLibrary
Fri, 02 Dec 2016 11:00:59 -0800 mchung 8170633: backslashes in gensrc/module-info.java comments need escaping
Fri, 02 Dec 2016 10:05:53 -0800 psandoz 8166914: URLClassLoader spec needs to mention that it's MR-aware
Mon, 28 Nov 2016 11:13:38 -0500 gromero 8170153: PPC64/s390x/aarch64: Poor StrictMath performance due to non-optimized compilation
Fri, 02 Dec 2016 16:18:10 +0100 ihse 8039103: "explicitly" is misspelled as "explicitely" in configure scripts
Fri, 02 Dec 2016 13:18:50 +0000 dfuchs 8169495: Add a method to set an Authenticator on a HttpURLConnection.
Fri, 02 Dec 2016 02:01:40 -0800 mli 8078587: java/rmi/server/Unreferenced/leaseCheckInterval/LeaseCheckInterval.java fails intermittently with Port already in use
Fri, 02 Dec 2016 01:11:33 -0800 mli 8080550: java/rmi/server/useCustomRef/UseCustomRef.java failed with java.net.BindException intermittently
Fri, 02 Dec 2016 00:47:00 -0800 mli 8153916: com/sun/jndi/rmi/registry/RegistryContext/ContextWithNullProperties.java failed with BindException
Fri, 02 Dec 2016 10:56:46 +0800 amlu 8170581: Remove OpenNonIntegralNumberOfSampleframes.java from ProblemList
Thu, 01 Dec 2016 17:52:59 -0800 psandoz 8170155: StringBuffer and StringBuilder stream methods are not late-binding
Thu, 01 Dec 2016 15:42:22 -0800 sherman 8167328: jar -d m.jar hangs
Thu, 01 Dec 2016 21:39:49 +0000 lana Merge
Thu, 01 Dec 2016 19:03:11 +0100 redestad 8170602: Startup regression due to introduction of lambda in java.io.FilePermissionCollection
Thu, 01 Dec 2016 06:54:01 -0800 xiaofeya 8162521: java/net/Authenticator/B4933582.sh fails intermittently with BindException
Thu, 01 Dec 2016 06:38:46 -0800 xiaofeya 8170559: Incorrect bug id in problem list
Thu, 01 Dec 2016 14:52:48 +0100 ihse 8056215: AWT source dirs should only point to java2d, not below
Thu, 01 Dec 2016 11:16:23 +0000 alanb Merge
Thu, 01 Dec 2016 08:57:53 +0000 alanb 8169069: Module system implementation refresh (11/2016)
Wed, 30 Nov 2016 18:25:07 -0800 mli 8049316: java/nio/channels/Selector/Wakeup.java failing
Wed, 30 Nov 2016 17:43:18 -0800 mli 8019538: TEST_BUG: java/rmi/activation/rmidViaInheritedChannel tests may fail
Wed, 30 Nov 2016 17:15:58 -0800 psandoz 8168745: Iterator.forEachRemaining vs. Iterator.remove
Wed, 30 Nov 2016 17:11:25 -0800 mli 8170338: com/sun/jndi/rmi/registry/RegistryContext/UnbindIdempotent.java failed with "Port already in use"
Tue, 29 Nov 2016 01:06:10 -0800 srastogi 8133719: java.lang.InternalError in java.lang.invoke.MethodHandleImpl$BindCaller.bindCaller
Wed, 30 Nov 2016 19:52:20 +0100 plevart 8035424: (reflect) Performance problem in sun.reflect.generics.parser.SignatureParser
Wed, 30 Nov 2016 15:52:50 +0000 alanb 8170539: Test clashes with another test with a similar name
Wed, 30 Nov 2016 19:28:10 +0530 sundar 8160359: Improve jlink logging for cases when a plugin throws exception
Wed, 30 Nov 2016 03:49:55 -0800 ssahoo 8170247: java/security/SecureRandom/ApiTest fails when run with unlimited policy
Tue, 29 Nov 2016 19:02:53 -0800 xiaofeya 8170248: Problem list javax/rmi/PortableRemoteObject/8146975/RmiIiopReturnValueTest.java
Wed, 30 Nov 2016 08:02:39 +0800 weijun 8170408: LogGeneratedClassesTest.java fails with recent changes
Tue, 29 Nov 2016 13:58:00 -0500 rriggs 8169527: Typo in getCalendarType() method of Chronology class
Tue, 29 Nov 2016 11:58:47 -0500 rriggs 8165765: Unexpected ID for RMI connection
Tue, 29 Nov 2016 16:27:19 +0100 redestad 8170467: (reflect) Optimize SignatureParser's use of StringBuilders
Tue, 29 Nov 2016 14:55:56 +0300 skovalev 8169866: TESTBUG: com/sun/security/ tests have undeclared modules dependencies
Mon, 28 Nov 2016 23:47:23 -0800 dl 8166646: Miscellaneous changes imported from jsr166 CVS 2016-10
Mon, 28 Nov 2016 23:43:39 -0800 dl 8169272: Clarify Semaphore.drainPermits behavior when current permits are negative
Mon, 28 Nov 2016 23:39:54 -0800 dl 8166507: ConcurrentSkipListSet.clear() can leave the Set in an invalid state
Mon, 28 Nov 2016 23:36:11 -0800 dl 8143577: optimize ArrayList.removeIf
Mon, 28 Nov 2016 23:33:25 -0800 dl 8169243: java/util/concurrent/ThreadPoolExecutor/ConfigChanges.java still fails intermittently
Mon, 28 Nov 2016 17:32:49 -0800 darcy 8170429: Problem list LogGeneratedClassesTest.java until JDK-8170408 is fixed
Mon, 28 Nov 2016 11:37:00 -0800 mchung 8169816: Move src.zip and jrt-fs.jar under the lib directory
Mon, 28 Nov 2016 17:48:53 +0000 dfuchs 8170401: JConsole might use System.Logger
Mon, 28 Nov 2016 22:32:17 +0800 weijun 8170364: FilePermission path modified during merge
Mon, 28 Nov 2016 09:20:13 +0100 ihse 8031567: Better model for storing source revision information
Thu, 01 Dec 2016 21:01:53 +0000 lana Added tag jdk-9+147 for changeset 3bffdeb6c8d9
Wed, 05 Jul 2017 22:31:19 +0200 duke Merge
Thu, 01 Dec 2016 21:40:08 +0000 lana Merge
Thu, 01 Dec 2016 15:54:39 +0000 alanb 8170599: compiler/** tests using ToolProvider.getSystemClassLoader failing
Thu, 01 Dec 2016 11:16:11 +0000 alanb Merge
Thu, 01 Dec 2016 08:56:41 +0000 alanb 8169069: Module system implementation refresh (11/2016)
Mon, 28 Nov 2016 09:20:13 +0100 ihse 8031567: Better model for storing source revision information
Thu, 01 Dec 2016 21:01:52 +0000 lana Added tag jdk-9+147 for changeset ef1c0c184790
Tue, 06 Dec 2016 11:38:05 +0100 erikj 8170784: JDK-8038957 broke cross compilation
Mon, 05 Dec 2016 17:03:52 -0800 wetmore 8170157: Enable unlimited cryptographic policy by default in OracleJDK
Fri, 02 Dec 2016 11:18:44 -0800 rfield 8170406: JShell (root repo): remove exports exclusion from -Xlint for jdk.jshell
Mon, 28 Nov 2016 11:13:20 -0500 gromero 8170153: PPC64/s390x/aarch64: Poor StrictMath performance due to non-optimized compilation
Fri, 02 Dec 2016 16:17:52 +0100 ihse 8039103: "explicitly" is misspelled as "explicitely" in configure scripts
Fri, 02 Dec 2016 16:15:41 +0100 ihse 8038957: DEBUG_BINARIES can be removed
Fri, 02 Dec 2016 15:57:02 +0100 ihse 8076577: Do not allow ccache prior to 3.2 on macosx
Fri, 02 Dec 2016 14:19:32 +0100 ihse 8170666: Test for microsoft compiler minimum version
Fri, 02 Dec 2016 12:33:53 +0100 ihse 8170651: Remove legacy hotspot compiler setup
Thu, 01 Dec 2016 21:39:43 +0000 lana Merge
Thu, 01 Dec 2016 15:12:23 +0100 erikj 8164304: JDK should build with Oracle Developer Studio
Thu, 01 Dec 2016 15:08:43 +0100 erikj 8168924: Add jdk.unsupported to the compact profile builds
Thu, 01 Dec 2016 14:40:06 +0100 erikj 8170528: Race condition with release file creation
Thu, 01 Dec 2016 11:20:22 +0000 alanb Merge
Thu, 01 Dec 2016 11:14:50 +0000 alanb Merge
Thu, 01 Dec 2016 08:56:28 +0000 alanb 8169069: Module system implementation refresh (11/2016)
Thu, 01 Dec 2016 10:43:59 +0100 ihse 8170576: Silence error message in compare.sh when selecting images
Wed, 30 Nov 2016 19:28:45 +0530 sundar 8160359: Improve jlink logging for cases when a plugin throws exception
Mon, 28 Nov 2016 18:04:52 -0800 mchung 8170424: back out src.zip change from JDK-8170424
Mon, 28 Nov 2016 11:36:15 -0800 mchung 8169816: Move src.zip and jrt-fs.jar under the lib directory
Mon, 28 Nov 2016 15:19:08 +0100 erikj 8170392: JDK-8031567 broke builds from source bundles
Mon, 28 Nov 2016 10:13:18 +0100 ihse 8170385: JDK-8031567 broke source bundles
Mon, 28 Nov 2016 09:20:13 +0100 ihse 8031567: Better model for storing source revision information
Thu, 01 Dec 2016 21:01:51 +0000 lana Added tag jdk-9+147 for changeset 06c697759688
Wed, 05 Jul 2017 22:30:53 +0200 duke Added tag jdk-9+147 for changeset f4e854a77aa3
Wed, 05 Jul 2017 22:30:52 +0200 duke Merge jdk-9+147
Wed, 05 Jul 2017 22:30:46 +0200 duke Merge
Thu, 24 Nov 2016 20:48:52 -0800 ksrini 8164316: Refine the Doclet APIs
Thu, 24 Nov 2016 11:44:37 +0100 erikj 8170279: Langtools test/Makefile ignores failed tests
Wed, 23 Nov 2016 19:31:41 -0800 jjg 8170301: remove debug print statement
Wed, 23 Nov 2016 19:15:26 +0000 lana Merge
Tue, 22 Nov 2016 20:27:42 -0800 xiaofeya 8170249: Problem list 2 jdk/jshell tests
Tue, 22 Nov 2016 19:24:02 -0800 rfield 8169519: JShell: Handle start-up failures and hangs gracefully
Tue, 22 Nov 2016 16:31:03 -0800 jjg Merge
Tue, 22 Nov 2016 16:29:24 -0800 jjg 8155765: javax.tools.ToolProvider::getSystemToolClassLoader returns app class loader even if no tool is available
Tue, 22 Nov 2016 15:57:32 -0800 jjg 8164590: javac --inherit-runtime-environment fails with "cannot find modules: ALL-DEFAULT"
Tue, 22 Nov 2016 07:04:43 -0800 fyuan 8170170: Problem list ExternalEditorTest.java on all platforms
Mon, 21 Nov 2016 12:28:56 -0800 rfield 8114842: JShell: SourceCodeAnalysis splits code with array initialiazer incorrectly
Mon, 21 Nov 2016 07:13:21 -0800 darcy 8170110: Problem list ExternalEditorTest.java
Fri, 18 Nov 2016 09:41:51 -0800 rfield 8153402: jshell tool: completion provider for /help
Thu, 17 Nov 2016 22:18:50 +0000 lana Merge
Wed, 16 Nov 2016 17:22:08 -0800 bpatel 8147890: Javadoc search does not work with Enums
Wed, 16 Nov 2016 13:47:25 -0800 reinhapa 8169659: (jdeps) missing messages for localization
Wed, 16 Nov 2016 12:12:02 -0800 jjg 8163190: Clarify JavaFileManager use of \"module location\"
Wed, 16 Nov 2016 11:53:24 -0800 jjg 8169676: boolean result of Option.process is often ignored
Wed, 16 Nov 2016 10:45:23 -0800 rfield 8143006: jshell tool: /edit doesn't process each line as same as inputs for jshell
Wed, 16 Nov 2016 17:48:43 +0100 jlahoda 8169561: jshell tool: double shift-tab on variable crashes tool
Wed, 23 Nov 2016 16:16:36 +0000 lana Added tag jdk-9+146 for changeset 6003e36b56df
Wed, 05 Jul 2017 22:30:33 +0200 duke Merge
Wed, 23 Nov 2016 19:15:28 +0000 lana Merge
Thu, 17 Nov 2016 22:18:57 +0000 lana Merge
Wed, 23 Nov 2016 16:16:35 +0000 lana Added tag jdk-9+146 for changeset 17e6a319acd1
Wed, 05 Jul 2017 22:30:23 +0200 duke Merge
Fri, 25 Nov 2016 11:16:51 +0800 fyuan 8170192: [JAXP] [TESTBUG] test/javax/xml/jaxp/libs/jaxp/library/JAXPPolicyManager.java should grant permissions to jtreg, javatest, and testng jars
Wed, 23 Nov 2016 19:15:33 +0000 lana Merge
Wed, 23 Nov 2016 08:58:15 +0100 clanger 8169772: [JAXP] XALAN: Transformation of DOM with null valued text node causes NPE
Tue, 22 Nov 2016 14:48:16 +0100 ihse 8168037: Use ZIPEXE instead of ZIP to avoid clash with options for zip
Thu, 17 Nov 2016 21:49:07 -0800 joehw 8158619: Very large CDATA section in XML document causes OOME
Fri, 18 Nov 2016 10:34:56 +0800 fyuan 8169829: ProblemList update for javax/xml/jaxp/isolatedjdk/catalog/PropertiesTest.sh
Thu, 17 Nov 2016 22:19:19 +0000 lana Merge
Wed, 23 Nov 2016 16:16:35 +0000 lana Added tag jdk-9+146 for changeset 0b97f62b6064
Wed, 05 Jul 2017 22:30:12 +0200 duke Merge
Wed, 23 Nov 2016 19:14:47 +0000 lana Merge
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 tip