Fri, 07 Sep 2018 07:52:35 +0200 stuefe Initial implementation of statistical history (JDK-8212618) stuefe-statistical-history
Wed, 27 Feb 2019 20:45:51 -0500 herrick Merge JDK-8200758-branch
Wed, 27 Feb 2019 20:04:03 -0500 herrick 8191709 : javapackager detects WiX 3.10 as 3.1 and fails to use WiX 3.6+ compatible code JDK-8200758-branch
Wed, 27 Feb 2019 19:45:26 -0500 herrick 8217902: jpackage fails with --app-image option on mac JDK-8200758-branch
Wed, 27 Feb 2019 08:53:56 -0500 herrick 8219144: Cannot find installed application on Mac JDK-8200758-branch
Tue, 26 Feb 2019 12:11:29 -0500 herrick Merge JDK-8200758-branch
Tue, 26 Feb 2019 12:08:20 -0500 herrick 8218681: Windows exe's generated by jpackage have wrong info JDK-8200758-branch
Tue, 26 Feb 2019 12:03:51 -0500 herrick 8219695: Use a copy of javac's implementation of @argfile in jpackager JDK-8200758-branch
Mon, 25 Feb 2019 08:21:37 -0500 herrick 8218055: Use ToolProvider instead of AppRuntimeImageBuilder. JDK-8200758-branch
Tue, 26 Feb 2019 11:14:51 +0000 alanb Cleanup/comments niosocketimpl-branch
Tue, 26 Feb 2019 08:53:16 +0000 alanb More NioSocketImpl.read/write and ServerSocket.implAccept cleanup niosocketimpl-branch
Sun, 24 Feb 2019 07:59:46 +0000 alanb Test improvements niosocketimpl-branch
Mon, 25 Feb 2019 15:15:46 +0530 aghaisas Temp workaround: provide shader as a string to device.newLibraryWithSource metal-prototype-branch
Fri, 22 Feb 2019 20:36:42 +0000 alanb Merge niosocketimpl-branch
Fri, 22 Feb 2019 17:03:09 +0000 alanb More cleanup and tests niosocketimpl-branch
Fri, 22 Feb 2019 16:07:58 +0530 aghaisas missed shader name correction in code metal-prototype-branch
Fri, 22 Feb 2019 14:07:32 +0530 aghaisas Description : Rename shader file metal-prototype-branch
Fri, 22 Feb 2019 12:05:05 +0530 aghaisas Merge metal-prototype-branch
Thu, 21 Feb 2019 20:20:11 +0000 alanb Add test for Socket to UDP socket niosocketimpl-branch
Thu, 21 Feb 2019 16:36:49 +0000 alanb Add test for connection reset niosocketimpl-branch
Thu, 21 Feb 2019 08:29:16 +0000 alanb More test cleanup niosocketimpl-branch
Wed, 20 Feb 2019 21:12:08 +0000 alanb Fix test bug niosocketimpl-branch
Wed, 20 Feb 2019 20:55:24 +0000 alanb Add test to exercise using custom SocketImpls niosocketimpl-branch
Wed, 20 Feb 2019 14:01:37 -0500 herrick Merge JDK-8200758-branch
Wed, 20 Feb 2019 12:52:43 -0500 herrick 8217798: modular jar linking in jpackage JDK-8200758-branch
Wed, 20 Feb 2019 17:00:40 +0530 aghaisas Description : Metal Rendering Pipeline - initial implementation of line and quad rendering metal-prototype-branch
Tue, 19 Feb 2019 17:16:15 +0530 jdv Initial changes for metal prototype metal-prototype-branch
Sun, 17 Feb 2019 14:08:26 -0500 herrick 8212091: Move jpackage native code under platform specific folders and files JDK-8200758-branch
Sun, 17 Feb 2019 09:54:08 -0500 herrick Merge JDK-8200758-branch
Fri, 15 Feb 2019 17:41:06 -0500 herrick 8217802: Invalid Option warning message. JDK-8200758-branch
Sun, 17 Feb 2019 12:21:11 +0000 alanb Merge niosocketimpl-branch
Sun, 17 Feb 2019 12:20:37 +0000 alanb Fix copyright dates niosocketimpl-branch
Sun, 17 Feb 2019 12:13:35 +0000 alanb Clean up setOption/getOption implementations niosocketimpl-branch
Sun, 17 Feb 2019 10:00:26 +0000 alanb Change Socket.getInputStream/getOutputStream to return the same stream each time niosocketimpl-branch
Sat, 16 Feb 2019 19:53:43 +0000 alanb Allow setTrafficClass on streams socket niosocketimpl-branch
Fri, 15 Feb 2019 18:07:17 +0000 alanb Throw SocketException consistently after connection reset detected niosocketimpl-branch
Fri, 15 Feb 2019 10:39:45 +0000 alanb Improve SocketReadWrite microbenchmark niosocketimpl-branch
Wed, 13 Feb 2019 18:31:09 -0500 herrick Merge JDK-8200758-branch
Wed, 13 Feb 2019 13:25:36 -0500 herrick Merge JDK-8200758-branch
Wed, 13 Feb 2019 13:22:15 -0500 herrick Merge JDK-8200758-branch
Tue, 12 Feb 2019 11:58:41 -0500 herrick 8214564: --win-upgrade-uuid does not work as expected JDK-8200758-branch
Tue, 12 Feb 2019 11:54:56 -0500 herrick 8217687: jpackage --help improvements JDK-8200758-branch
Wed, 13 Feb 2019 14:43:25 +0000 alanb Extend field resetting in copyTo(SocketImpl) implementations niosocketimpl-branch
Wed, 13 Feb 2019 08:29:35 +0000 alanb Improve clarity of implAccept, align timeout messages with PSI niosocketimpl-branch
Mon, 11 Feb 2019 19:16:13 +0000 alanb -Djdk.net.usePlainSocketImpl without value should use PlainSocketImpl niosocketimpl-branch
Mon, 11 Feb 2019 15:17:31 +0000 michaelm Cleanup niosocketimpl-branch
Mon, 11 Feb 2019 08:39:50 +0000 alanb More cleanup. Also fix up jshell tests that depend on exception messages niosocketimpl-branch
Sun, 10 Feb 2019 19:51:43 +0000 alanb More cleanup niosocketimpl-branch
Sun, 10 Feb 2019 17:37:38 +0000 alanb Cleanup of system property handling niosocketimpl-branch
Sun, 10 Feb 2019 09:54:31 +0000 alanb Moving delegating SocketImpl to its own class niosocketimpl-branch
Sat, 09 Feb 2019 19:16:30 +0000 alanb Fix issues when configured to use PlainSocketImpl niosocketimpl-branch
Sat, 09 Feb 2019 08:54:02 +0000 alanb Privileged block to create socket input/output streams should be in AbstractPlainSocketImpl niosocketimpl-branch
Sat, 09 Feb 2019 07:56:40 +0000 alanb Merge niosocketimpl-branch
Sat, 09 Feb 2019 07:56:19 +0000 alanb Clean-up of JFR support niosocketimpl-branch
Fri, 08 Feb 2019 19:29:14 +0000 michaelm Socket changes to support both NioSocketImpl and PlainSocketImpl switchable by net property niosocketimpl-branch
Fri, 08 Feb 2019 18:16:53 +0000 alanb Exclude jdk/jfr/event/io/EvilInstrument.java niosocketimpl-branch
Fri, 08 Feb 2019 16:49:58 +0000 alanb Merge niosocketimpl-branch
Fri, 08 Feb 2019 16:49:25 +0000 alanb Update JFR instrumentation for java.net.Socket niosocketimpl-branch
Fri, 08 Feb 2019 13:13:51 +0100 ihse Fix images. ihse-setupexecute-branch
Fri, 08 Feb 2019 10:42:05 +0100 ihse Fixing Docs.gmk. ihse-setupexecute-branch
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 tip