Tue, 12 May 2015 20:55:40 -0400 8078470: [Linux] Replace syscall use in os::fork_and_exec with glibc fork() and execve()
dholmes [Tue, 12 May 2015 20:55:40 -0400] rev 30745
8078470: [Linux] Replace syscall use in os::fork_and_exec with glibc fork() and execve() Reviewed-by: stuefe, dsamersoff, dcubed
Thu, 28 May 2015 16:13:49 -0700 Added tag jdk9-b66 for changeset 725914ee5f0c
katleman [Thu, 28 May 2015 16:13:49 -0700] rev 30744
Added tag jdk9-b66 for changeset 725914ee5f0c
Thu, 28 May 2015 16:50:03 -0700 Merge
lana [Thu, 28 May 2015 16:50:03 -0700] rev 30743
Merge
Wed, 27 May 2015 13:25:04 -0700 8074432: Move jdeps and javap to jdk.jdeps module
mchung [Wed, 27 May 2015 13:25:04 -0700] rev 30742
8074432: Move jdeps and javap to jdk.jdeps module Reviewed-by: jjg, alanb, erikj
Wed, 27 May 2015 12:45:29 -0700 8081334: com.sun.tools.javap and com.sun.tools.javah are not exported API
mchung [Wed, 27 May 2015 12:45:29 -0700] rev 30741
8081334: com.sun.tools.javap and com.sun.tools.javah are not exported API Reviewed-by: jjg
Tue, 26 May 2015 10:43:56 +0200 8080983: libdt_socket: Build failed with VS2013 SP4
erikj [Tue, 26 May 2015 10:43:56 +0200] rev 30740
8080983: libdt_socket: Build failed with VS2013 SP4 Reviewed-by: sla, ihse, tbell
Fri, 22 May 2015 16:44:09 -0700 8074431: Remove native2ascii tool
mchung [Fri, 22 May 2015 16:44:09 -0700] rev 30739
8074431: Remove native2ascii tool Reviewed-by: erikj, alanb, okutsu, mfang, naoto
Thu, 28 May 2015 16:13:48 -0700 Added tag jdk9-b66 for changeset a3ea54d69bd0
katleman [Thu, 28 May 2015 16:13:48 -0700] rev 30738
Added tag jdk9-b66 for changeset a3ea54d69bd0
Wed, 05 Jul 2017 20:35:22 +0200 Added tag jdk9-b66 for changeset ff3fc75f3214
duke [Wed, 05 Jul 2017 20:35:22 +0200] rev 30737
Added tag jdk9-b66 for changeset ff3fc75f3214
Wed, 05 Jul 2017 20:35:22 +0200 Merge jdk9-b66
duke [Wed, 05 Jul 2017 20:35:22 +0200] rev 30736
Merge
Wed, 05 Jul 2017 20:35:19 +0200 Merge
duke [Wed, 05 Jul 2017 20:35:19 +0200] rev 30735
Merge
Thu, 21 May 2015 16:19:29 -0700 Merge
lana [Thu, 21 May 2015 16:19:29 -0700] rev 30734
Merge
Thu, 21 May 2015 13:48:23 -0700 Merge
jjg [Thu, 21 May 2015 13:48:23 -0700] rev 30733
Merge
Thu, 21 May 2015 13:47:05 -0700 8080897: tests broken in bad merge
jjg [Thu, 21 May 2015 13:47:05 -0700] rev 30732
8080897: tests broken in bad merge Reviewed-by: darcy
Thu, 21 May 2015 21:15:28 +0200 8080870: Open up Dependencies for use from other packages
alundblad [Thu, 21 May 2015 21:15:28 +0200] rev 30731
8080870: Open up Dependencies for use from other packages Summary: Opened up Dependencies for use outside of the package. Reviewed-by: mcimadamore
Thu, 21 May 2015 11:41:04 -0700 8076543: Add @modules as needed to the langtools tests
akulyakh [Thu, 21 May 2015 11:41:04 -0700] rev 30730
8076543: Add @modules as needed to the langtools tests Reviewed-by: jjg, shurailine
Mon, 18 May 2015 14:48:41 +0200 8080572: langtools/test/tools/javac/generics/T5011073.java failing
jlahoda [Mon, 18 May 2015 14:48:41 +0200] rev 30729
8080572: langtools/test/tools/javac/generics/T5011073.java failing Summary: test/tools/javac/generics/InterfaceCast1.java defines a top-level Set, moving it to a separate directory to avoid clashes. Reviewed-by: mcimadamore
Mon, 11 May 2015 13:28:14 +0530 8079613: Deeply chained expressions + several overloads + unnecessary inference result in excessive compile times.
sadayapalam [Mon, 11 May 2015 13:28:14 +0530] rev 30728
8079613: Deeply chained expressions + several overloads + unnecessary inference result in excessive compile times. Summary: Eliminate compile time performance bottlneck due to mischaracterization of standalone expressions as being poly expressions. Reviewed-by: mcimadamore, jlahoda
Mon, 18 May 2015 09:27:09 +0200 8080338: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle
jlahoda [Mon, 18 May 2015 09:27:09 +0200] rev 30727
8080338: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle 8080339: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle 8080340: Incorrect GPL header causes RE script to miss swap to commercial header for licensee source bundle Summary: Fixing incorrect file headers; also reviewed by kevin.l.brown@oracle.com Reviewed-by: vromero
Fri, 15 May 2015 18:03:51 -0700 8075166: Group 14d: golden files for tests in tools/javac/generics/wildcards dir
sogoel [Fri, 15 May 2015 18:03:51 -0700] rev 30726
8075166: Group 14d: golden files for tests in tools/javac/generics/wildcards dir Reviewed-by: jjg
Fri, 15 May 2015 17:47:03 -0700 8080539: Remove few test files that did not get removed with the patch
sogoel [Fri, 15 May 2015 17:47:03 -0700] rev 30725
8080539: Remove few test files that did not get removed with the patch Reviewed-by: jjg
Fri, 15 May 2015 17:43:21 -0700 8074514: Group 13d: golden files for tests in tools/javac/generics dir
sogoel [Fri, 15 May 2015 17:43:21 -0700] rev 30724
8074514: Group 13d: golden files for tests in tools/javac/generics dir Reviewed-by: jjg
Fri, 15 May 2015 17:12:58 -0700 8075165: Group 14c: golden files for tests in tools/javac/generics/wildcards dir
sogoel [Fri, 15 May 2015 17:12:58 -0700] rev 30723
8075165: Group 14c: golden files for tests in tools/javac/generics/wildcards dir Reviewed-by: jjg, vromero
Fri, 15 May 2015 16:59:34 -0700 8075164: Group 14b: golden files for tests in tools/javac/generics/wildcards dir
sogoel [Fri, 15 May 2015 16:59:34 -0700] rev 30722
8075164: Group 14b: golden files for tests in tools/javac/generics/wildcards dir Reviewed-by: jjg, vromero
Fri, 15 May 2015 16:53:42 -0700 8074425: Group 13b: golden files for tests in tools/javac/generics dir
sogoel [Fri, 15 May 2015 16:53:42 -0700] rev 30721
8074425: Group 13b: golden files for tests in tools/javac/generics dir Reviewed-by: jjg, darcy, mcimadamore
Fri, 15 May 2015 16:18:16 -0700 8075163: Group 14a: golden files for tests in tools/javac/generics/wildcards dir
sogoel [Fri, 15 May 2015 16:18:16 -0700] rev 30720
8075163: Group 14a: golden files for tests in tools/javac/generics/wildcards dir Reviewed-by: jjg, vromero
Fri, 15 May 2015 09:53:08 -0700 8074417: Group 13a: golden files for tests in tools/javac/generics dir
sogoel [Fri, 15 May 2015 09:53:08 -0700] rev 30719
8074417: Group 13a: golden files for tests in tools/javac/generics dir Reviewed-by: jjg, mcimadamore
Fri, 15 May 2015 09:30:55 -0700 8074502: Group 13c: golden files for tests in tools/javac/generics dir
sogoel [Fri, 15 May 2015 09:30:55 -0700] rev 30718
8074502: Group 13c: golden files for tests in tools/javac/generics dir Reviewed-by: jjg, mcimadamore
Fri, 15 May 2015 11:41:04 +0200 8076104: Key collisions in ZipFileIndexFileObject content cache lead to wrong content
jlahoda [Fri, 15 May 2015 11:41:04 +0200] rev 30717
8076104: Key collisions in ZipFileIndexFileObject content cache lead to wrong content Summary: equals&hashCode of ZipFileObject and ZipFileIndexFileObject need to be based on full entry path, not only the file name. Reviewed-by: jjg
Fri, 15 May 2015 01:56:14 -0700 8074408: Group 12: golden files for tests in tools/javac dir
sogoel [Fri, 15 May 2015 01:56:14 -0700] rev 30716
8074408: Group 12: golden files for tests in tools/javac dir Reviewed-by: jjg
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip