Tue, 27 Dec 2016 22:00:30 +0100 Merge
jwilhelm [Tue, 27 Dec 2016 22:00:30 +0100] rev 42915
Merge
Thu, 22 Dec 2016 22:07:36 +0100 Merge
jwilhelm [Thu, 22 Dec 2016 22:07:36 +0100] rev 42914
Merge
Wed, 21 Dec 2016 17:27:25 +0000 Merge
kvn [Wed, 21 Dec 2016 17:27:25 +0000] rev 42913
Merge
Wed, 21 Dec 2016 08:15:10 -0800 8171807: 8170761 fix should be applied to ARM code after 8168503
kvn [Wed, 21 Dec 2016 08:15:10 -0800] rev 42912
8171807: 8170761 fix should be applied to ARM code after 8168503 Reviewed-by: roland
Tue, 20 Dec 2016 15:49:30 -0500 8171537: aarch64: compiler/c1/Test6849574.java generates guarantee failure in C1
enevill [Tue, 20 Dec 2016 15:49:30 -0500] rev 42911
8171537: aarch64: compiler/c1/Test6849574.java generates guarantee failure in C1 Reviewed-by: aph
Sun, 18 Dec 2016 17:26:44 -0500 8171410: aarch64: long multiplyExact shifts by 31 instead of 63
enevill [Sun, 18 Dec 2016 17:26:44 -0500] rev 42910
8171410: aarch64: long multiplyExact shifts by 31 instead of 63 Reviewed-by: aph
Wed, 21 Dec 2016 11:51:57 +0300 8170936: Logging: LogFileOutput.invalid_file_test crashes when executed twice.
kzhaldyb [Wed, 21 Dec 2016 11:51:57 +0300] rev 42909
8170936: Logging: LogFileOutput.invalid_file_test crashes when executed twice. Reviewed-by: iignatyev, stuefe
Wed, 21 Dec 2016 11:51:57 +0300 8171517: test_logMessageTest.cpp has "ac_heapanied" instead of "accompanied" inside copyright notice
kzhaldyb [Wed, 21 Dec 2016 11:51:57 +0300] rev 42908
8171517: test_logMessageTest.cpp has "ac_heapanied" instead of "accompanied" inside copyright notice Reviewed-by: sspitsyn, jprovino
Tue, 20 Dec 2016 19:52:52 -0800 Merge
dcubed [Tue, 20 Dec 2016 19:52:52 -0800] rev 42907
Merge
Mon, 19 Dec 2016 15:48:57 -0800 8170655: [posix] Fix minimum stack size computations
goetz [Mon, 19 Dec 2016 15:48:57 -0800] rev 42906
8170655: [posix] Fix minimum stack size computations Reviewed-by: dcubed, coleenp
Tue, 08 Nov 2016 16:30:36 +0100 8169373: Work around linux NPTL stack guard error.
goetz [Tue, 08 Nov 2016 16:30:36 +0100] rev 42905
8169373: Work around linux NPTL stack guard error. Summary: Also skip libc guard page for compiler thread, merge similar code on linux platforms, and streamline libc guard page handling on linuxs390, linuxppc, aixppc. Reviewed-by: dholmes, dcubed, kvn
Tue, 20 Dec 2016 20:42:15 -0500 8171815: [TESTBUG] Update expected failure message in runtime/modules/IgnoreModulePropertiesTest.java
dholmes [Tue, 20 Dec 2016 20:42:15 -0500] rev 42904
8171815: [TESTBUG] Update expected failure message in runtime/modules/IgnoreModulePropertiesTest.java Reviewed-by: mr
Tue, 20 Dec 2016 22:53:45 +0100 Merge
jwilhelm [Tue, 20 Dec 2016 22:53:45 +0100] rev 42903
Merge
Tue, 20 Dec 2016 21:45:13 +0000 Merge
dholmes [Tue, 20 Dec 2016 21:45:13 +0000] rev 42902
Merge
Tue, 20 Dec 2016 09:25:03 +0100 8171408: [aix] TOC overflow when linking the gtest libjvm.so
stuefe [Tue, 20 Dec 2016 09:25:03 +0100] rev 42901
8171408: [aix] TOC overflow when linking the gtest libjvm.so Reviewed-by: dholmes, simonis, erikj
Sun, 18 Dec 2016 10:57:49 +0100 8171225: [aix] Fix gtests compile error on AIX 7.1 with xlC 12
stuefe [Sun, 18 Dec 2016 10:57:49 +0100] rev 42900
8171225: [aix] Fix gtests compile error on AIX 7.1 with xlC 12 Summary: Help xlC understand gtest asserts Reviewed-by: erikj, dholmes, simonis
Tue, 20 Dec 2016 11:50:40 -0800 8171011: convert some CDS dump time warning and error messages to informational messages which will be printed with -XX:+PrintSharedSpaces
ccheung [Tue, 20 Dec 2016 11:50:40 -0800] rev 42899
8171011: convert some CDS dump time warning and error messages to informational messages which will be printed with -XX:+PrintSharedSpaces Summary: print informational message if a module related options is used during dumping except for the -m option Reviewed-by: iklam, jiangli, mseledtsov
Tue, 20 Dec 2016 17:35:20 +0300 8170886: compiler/ciReplay/TestSAServer.java intermittently throws NumberFormatException
dpochepk [Tue, 20 Dec 2016 17:35:20 +0300] rev 42898
8170886: compiler/ciReplay/TestSAServer.java intermittently throws NumberFormatException Reviewed-by: thartmann
Tue, 20 Dec 2016 14:55:18 +0100 8171398: s390x: Make interpreter's math entries consistent with C1 and C2 and support FMA
mdoerr [Tue, 20 Dec 2016 14:55:18 +0100] rev 42897
8171398: s390x: Make interpreter's math entries consistent with C1 and C2 and support FMA Reviewed-by: lucy, goetz
Tue, 20 Dec 2016 13:02:16 +0000 Merge
dsamersoff [Tue, 20 Dec 2016 13:02:16 +0000] rev 42896
Merge
Tue, 20 Dec 2016 15:40:01 +0300 8165496: assert(_exception_caught == false) failed: _exception_caught is out of phase
dsamersoff [Tue, 20 Dec 2016 15:40:01 +0300] rev 42895
8165496: assert(_exception_caught == false) failed: _exception_caught is out of phase Summary: Two separate flags, exception_detected and exception_caught, replaced with one. Reviewed-by: sspitsyn, coleenp, dholmes
Tue, 20 Dec 2016 12:16:41 +0000 Merge
dsamersoff [Tue, 20 Dec 2016 12:16:41 +0000] rev 42894
Merge
Tue, 20 Dec 2016 11:19:36 +0000 Merge
dsamersoff [Tue, 20 Dec 2016 11:19:36 +0000] rev 42893
Merge
Tue, 20 Dec 2016 14:15:02 +0300 8150563: LoadAgentDcmdTest.java can't find libinstrument.so
dsamersoff [Tue, 20 Dec 2016 14:15:02 +0300] rev 42892
8150563: LoadAgentDcmdTest.java can't find libinstrument.so Summary: Test changed to reflect changes for 8066474 Remove the lib/$ARCH directory from Linux and Solaris images Reviewed-by: sspitsyn
Tue, 20 Dec 2016 11:32:47 +0000 Merge
dsamersoff [Tue, 20 Dec 2016 11:32:47 +0000] rev 42891
Merge
Tue, 20 Dec 2016 10:53:52 +0000 Merge
dsamersoff [Tue, 20 Dec 2016 10:53:52 +0000] rev 42890
Merge
Tue, 20 Dec 2016 13:35:40 +0300 8159127: hprof heap dumps broken for lambda classdata
dsamersoff [Tue, 20 Dec 2016 13:35:40 +0300] rev 42889
8159127: hprof heap dumps broken for lambda classdata Summary: Added class dump records for lambda related anonymous classes in the heap dump Reviewed-by: dsamersoff, sspitsyn Contributed-by: jini.george@oracle.com
Tue, 20 Dec 2016 11:33:25 +0100 Merge
kzhaldyb [Tue, 20 Dec 2016 11:33:25 +0100] rev 42888
Merge
Thu, 08 Dec 2016 15:56:57 +0300 8170919: LogStreamTest tests crash if they are run first
kzhaldyb [Thu, 08 Dec 2016 15:56:57 +0300] rev 42887
8170919: LogStreamTest tests crash if they are run first Reviewed-by: jwilhelm, mlarsson
Thu, 01 Dec 2016 11:30:22 +0100 8170548: VM may crash at startup because StdoutLog/StderrLog logging stream can be badly aligned
simonis [Thu, 01 Dec 2016 11:30:22 +0100] rev 42886
8170548: VM may crash at startup because StdoutLog/StderrLog logging stream can be badly aligned Reviewed-by: stuefe, mlarsson, clanger, dholmes
Mon, 19 Dec 2016 16:26:22 +0100 8171310: Gtest libjvm.so is always stripped
erikj [Mon, 19 Dec 2016 16:26:22 +0100] rev 42885
8171310: Gtest libjvm.so is always stripped Reviewed-by: tbell, dholmes, stuefe
Thu, 15 Dec 2016 14:24:04 +0100 8171244: PPC64: Make interpreter's math entries consistent with C1 and C2 and support FMA
mdoerr [Thu, 15 Dec 2016 14:24:04 +0100] rev 42884
8171244: PPC64: Make interpreter's math entries consistent with C1 and C2 and support FMA Reviewed-by: kvn, goetz
Tue, 13 Dec 2016 17:45:13 +0300 8170464: Remove shell script from compiler/c2/cr7005594/Test7005594.java
bmoloden [Tue, 13 Dec 2016 17:45:13 +0300] rev 42883
8170464: Remove shell script from compiler/c2/cr7005594/Test7005594.java Reviewed-by: kvn
Mon, 19 Dec 2016 18:21:59 -0800 8171236: RTM/HTM jtreg tests regression after transition to the new GNU-style options
gromero [Mon, 19 Dec 2016 18:21:59 -0800] rev 42882
8171236: RTM/HTM jtreg tests regression after transition to the new GNU-style options Reviewed-by: kvn
Tue, 20 Dec 2016 01:05:39 +0000 Merge
dholmes [Tue, 20 Dec 2016 01:05:39 +0000] rev 42881
Merge
Wed, 14 Dec 2016 16:46:50 -0500 8171129: [aarch64] hs_err logs do not print register mappings
drwhite [Wed, 14 Dec 2016 16:46:50 -0500] rev 42880
8171129: [aarch64] hs_err logs do not print register mappings Summary: Call print_location for contents of all registers. Reviewed-by: aph, dholmes
Mon, 19 Dec 2016 22:50:28 +0000 Merge
iveresov [Mon, 19 Dec 2016 22:50:28 +0000] rev 42879
Merge
Mon, 19 Dec 2016 13:34:21 -0800 8171394: [AOT] failed AOT compilation in compiler/aot/RecompilationTest.java
iveresov [Mon, 19 Dec 2016 13:34:21 -0800] rev 42878
8171394: [AOT] failed AOT compilation in compiler/aot/RecompilationTest.java Summary: Fix argument types of tiered callbacks Reviewed-by: never, kvn
Mon, 19 Dec 2016 13:09:25 -0800 8171092: C1's Math.fma() intrinsic doesn't correctly process its inputs
roland [Mon, 19 Dec 2016 13:09:25 -0800] rev 42877
8171092: C1's Math.fma() intrinsic doesn't correctly process its inputs Summary: fixed 3rd input of FMA intrinsic processing in C1. Reviewed-by: kvn
Mon, 19 Dec 2016 13:54:33 -0500 8168797: do not load any archived classes from a patched module
jiangli [Mon, 19 Dec 2016 13:54:33 -0500] rev 42876
8168797: do not load any archived classes from a patched module Summary: Add new runtime shared class visibility check to ensure shared classes from patched module are not loaded at runtime. Reviewed-by: acorn, ccheung, hseigel, iklam, lfoltan
Mon, 19 Dec 2016 15:21:11 +0000 Merge
jcm [Mon, 19 Dec 2016 15:21:11 +0000] rev 42875
Merge
Mon, 19 Dec 2016 06:25:12 -0800 8170761: Buffer overrun in sharedRuntime_x86_64.cpp:477
jcm [Mon, 19 Dec 2016 06:25:12 -0800] rev 42874
8170761: Buffer overrun in sharedRuntime_x86_64.cpp:477 Summary: Fixed missing half assert! Reviewed-by: kvn
Mon, 19 Dec 2016 14:12:33 +0000 Merge
coleenp [Mon, 19 Dec 2016 14:12:33 +0000] rev 42873
Merge
Wed, 07 Dec 2016 13:37:37 +0100 8170767: Zero fastdebug build triggers assertion
sgehwolf [Wed, 07 Dec 2016 13:37:37 +0100] rev 42872
8170767: Zero fastdebug build triggers assertion Summary: Add missing interpreter entries for java_lang_math_fmaD/F. Reviewed-by: coleenp
Mon, 19 Dec 2016 02:33:30 -0800 8169177: AArch64: SIGSEGV when "-XX:+ZeroTLAB" is specified along with GC options
aph [Mon, 19 Dec 2016 02:33:30 -0800] rev 42871
8169177: AArch64: SIGSEGV when "-XX:+ZeroTLAB" is specified along with GC options Reviewed-by: aph Contributed-by: kavitha.natarajan@linaro.org
Mon, 19 Dec 2016 08:31:01 +0100 8171155: Scanning method file for initialized final field updates can fail for non-existent fields
zmajo [Mon, 19 Dec 2016 08:31:01 +0100] rev 42870
8171155: Scanning method file for initialized final field updates can fail for non-existent fields Summary: Check if field exists before possibly marking it as having initialized final updates. Reviewed-by: stsmirno, vlivanov, coleenp
Mon, 19 Dec 2016 05:00:24 +0000 Merge
sspitsyn [Mon, 19 Dec 2016 05:00:24 +0000] rev 42869
Merge
Sun, 18 Dec 2016 20:54:26 -0800 8171417: post jigsaw review cleanup in the jtreg jvmti tests
sspitsyn [Sun, 18 Dec 2016 20:54:26 -0800] rev 42868
8171417: post jigsaw review cleanup in the jtreg jvmti tests Summary: fix the function throw_exc() in several jvmti tests to return void Reviewed-by: dsamersoff, hseigel
Mon, 19 Dec 2016 04:04:48 +0000 Merge
sspitsyn [Mon, 19 Dec 2016 04:04:48 +0000] rev 42867
Merge
Sun, 18 Dec 2016 19:21:18 -0800 8139566: need proper sync for adding default read edges
sspitsyn [Sun, 18 Dec 2016 19:21:18 -0800] rev 42866
8139566: need proper sync for adding default read edges Summary: use has_default_read_edges() in the ModuleEntry::can_read to fix race issue Reviewed-by: hseigel, lfoltan
Sun, 18 Dec 2016 22:07:31 -0500 8170307: Stack size option -Xss is ignored
dholmes [Sun, 18 Dec 2016 22:07:31 -0500] rev 42865
8170307: Stack size option -Xss is ignored Reviewed-by: dcubed, sspitsyn
Tue, 13 Dec 2016 02:04:23 +0100 Merge
jwilhelm [Tue, 13 Dec 2016 02:04:23 +0100] rev 42864
Merge
Thu, 22 Dec 2016 18:48:28 +0000 Merge
lana [Thu, 22 Dec 2016 18:48:28 +0000] rev 42863
Merge
Wed, 21 Dec 2016 22:41:18 -0800 8171897: Remove third party readme files left from JDK-8169925
mchung [Wed, 21 Dec 2016 22:41:18 -0800] rev 42862
8171897: Remove third party readme files left from JDK-8169925 Reviewed-by: erikj
Tue, 20 Dec 2016 20:38:14 -0800 8169938: [AOT] SIGSEGV at ~BufferBlob::vtable chunks
dlong [Tue, 20 Dec 2016 20:38:14 -0800] rev 42861
8169938: [AOT] SIGSEGV at ~BufferBlob::vtable chunks Summary: set "return_oop" on AOT scopes Reviewed-by: kvn, never
Thu, 22 Dec 2016 08:26:01 +0000 Added tag jdk-9+150 for changeset 29142a56c193
lana [Thu, 22 Dec 2016 08:26:01 +0000] rev 42860
Added tag jdk-9+150 for changeset 29142a56c193
Mon, 02 Jan 2017 18:27:55 -0800 8172155: jshell tool (make): include built-in startup scripts in image
rfield [Mon, 02 Jan 2017 18:27:55 -0800] rev 42859
8172155: jshell tool (make): include built-in startup scripts in image Reviewed-by: briangoetz
Tue, 27 Dec 2016 22:00:28 +0100 Merge
jwilhelm [Tue, 27 Dec 2016 22:00:28 +0100] rev 42858
Merge
Thu, 22 Dec 2016 22:10:02 +0100 Merge
jwilhelm [Thu, 22 Dec 2016 22:10:02 +0100] rev 42857
Merge
Tue, 20 Dec 2016 23:47:16 +0100 Merge
jwilhelm [Tue, 20 Dec 2016 23:47:16 +0100] rev 42856
Merge
Tue, 20 Dec 2016 15:49:44 -0500 8171433: [aix] switch on gtest AIX build
stuefe [Tue, 20 Dec 2016 15:49:44 -0500] rev 42855
8171433: [aix] switch on gtest AIX build Reviewed-by: dholmes, simonis
Tue, 20 Dec 2016 13:33:57 +0300 8159127: hprof heap dumps broken for lambda classdata
dsamersoff [Tue, 20 Dec 2016 13:33:57 +0300] rev 42854
8159127: hprof heap dumps broken for lambda classdata Summary: Added class dump records for lambda related anonymous classes in the heap dump Reviewed-by: dsamersoff, sspitsyn Contributed-by: jini.george@oracle.com
Mon, 19 Dec 2016 16:26:36 +0100 8171310: Gtest libjvm.so is always stripped
erikj [Mon, 19 Dec 2016 16:26:36 +0100] rev 42853
8171310: Gtest libjvm.so is always stripped Reviewed-by: tbell, dholmes, stuefe
Tue, 27 Dec 2016 09:42:16 +0100 8171859: Configure check for modular boot jdk needs to be updated
erikj [Tue, 27 Dec 2016 09:42:16 +0100] rev 42852
8171859: Configure check for modular boot jdk needs to be updated Reviewed-by: mchung
Fri, 23 Dec 2016 13:43:21 -0800 8171978: docs should use CSS-friendly <span> instead of <font>
jjg [Fri, 23 Dec 2016 13:43:21 -0800] rev 42851
8171978: docs should use CSS-friendly <span> instead of <font> Reviewed-by: tbell
Thu, 22 Dec 2016 18:48:00 +0000 Merge
lana [Thu, 22 Dec 2016 18:48:00 +0000] rev 42850
Merge
Wed, 21 Dec 2016 17:53:11 +0100 8171548: JDK bundles changes sym links incorrectly in the legal directory
erikj [Wed, 21 Dec 2016 17:53:11 +0100] rev 42849
8171548: JDK bundles changes sym links incorrectly in the legal directory Reviewed-by: mchung
Wed, 21 Dec 2016 13:30:35 +0100 8170741: Enable uploading of built artifacts through Jib
erikj [Wed, 21 Dec 2016 13:30:35 +0100] rev 42848
8170741: Enable uploading of built artifacts through Jib Reviewed-by: ihse
Thu, 22 Dec 2016 08:26:00 +0000 Added tag jdk-9+150 for changeset d706d00a2719
lana [Thu, 22 Dec 2016 08:26:00 +0000] rev 42847
Added tag jdk-9+150 for changeset d706d00a2719
Wed, 05 Jul 2017 22:37:16 +0200 Added tag jdk-9+150 for changeset 17469f16fbb4
duke [Wed, 05 Jul 2017 22:37:16 +0200] rev 42846
Added tag jdk-9+150 for changeset 17469f16fbb4
Wed, 05 Jul 2017 22:37:14 +0200 Merge jdk-9+150
duke [Wed, 05 Jul 2017 22:37:14 +0200] rev 42845
Merge
Wed, 05 Jul 2017 22:37:06 +0200 Merge
duke [Wed, 05 Jul 2017 22:37:06 +0200] rev 42844
Merge
Tue, 20 Dec 2016 13:42:13 -0800 8170162: jshell tool: no mechanism to programmatically launch
rfield [Tue, 20 Dec 2016 13:42:13 -0800] rev 42843
8170162: jshell tool: no mechanism to programmatically launch 8170044: jshell tool: jshell missing from javax.tools.ToolProvider Reviewed-by: jjg
Tue, 20 Dec 2016 06:06:01 -0800 8171413: jdk/javadoc/doclet/testModules/TestModules.java failed due to some subtests failed
jjg [Tue, 20 Dec 2016 06:06:01 -0800] rev 42842
8171413: jdk/javadoc/doclet/testModules/TestModules.java failed due to some subtests failed Reviewed-by: bpatel
Tue, 20 Dec 2016 05:50:39 -0800 8171412: tools/javac/modules/AddLimitMods.java failed with "error: module not found"
jjg [Tue, 20 Dec 2016 05:50:39 -0800] rev 42841
8171412: tools/javac/modules/AddLimitMods.java failed with "error: module not found" Reviewed-by: mcimadamore
Mon, 19 Dec 2016 12:30:39 -0800 8171418: Remove jdeps internal --include-system-modules option
mchung [Mon, 19 Dec 2016 12:30:39 -0800] rev 42840
8171418: Remove jdeps internal --include-system-modules option Reviewed-by: dfuchs, lancea
Mon, 19 Dec 2016 11:15:01 -0800 8171255: Javac generates Deprecated class file attribute for @deprecated javadoc tag on module declaration.
jjg [Mon, 19 Dec 2016 11:15:01 -0800] rev 42839
8171255: Javac generates Deprecated class file attribute for @deprecated javadoc tag on module declaration. Reviewed-by: mcimadamore, anazarov
Mon, 19 Dec 2016 11:07:44 -0800 8171451: update langtools problem lists for failing tests
jjg [Mon, 19 Dec 2016 11:07:44 -0800] rev 42838
8171451: update langtools problem lists for failing tests Reviewed-by: darcy
Sat, 17 Dec 2016 16:57:14 -0500 8169005: tools/javac/T8132562/ClassPathWithDoubleQuotesTest.java fails after fix to JDK-8132562
vromero [Sat, 17 Dec 2016 16:57:14 -0500] rev 42837
8169005: tools/javac/T8132562/ClassPathWithDoubleQuotesTest.java fails after fix to JDK-8132562 Reviewed-by: jjg
Fri, 16 Dec 2016 11:58:18 -0800 Merge
ddehaven [Fri, 16 Dec 2016 11:58:18 -0800] rev 42836
Merge
Mon, 12 Dec 2016 20:54:41 -0800 Merge
ddehaven [Mon, 12 Dec 2016 20:54:41 -0800] rev 42835
Merge
Mon, 05 Dec 2016 08:36:16 -0800 Merge
ddehaven [Mon, 05 Dec 2016 08:36:16 -0800] rev 42834
Merge
Thu, 01 Dec 2016 10:34:29 -0800 Merge
prr [Thu, 01 Dec 2016 10:34:29 -0800] rev 42833
Merge
Tue, 29 Nov 2016 15:15:20 -0800 8170428: Move src.zip to JDK/lib/src.zip
mchung [Tue, 29 Nov 2016 15:15:20 -0800] rev 42832
8170428: Move src.zip to JDK/lib/src.zip Reviewed-by: jjg
Fri, 16 Dec 2016 09:07:57 -0800 8160196: Module summary page should display information based on "api" or "detail" mode.
bpatel [Fri, 16 Dec 2016 09:07:57 -0800] rev 42831
8160196: Module summary page should display information based on "api" or "detail" mode. Reviewed-by: jjg, ksrini
Fri, 16 Dec 2016 18:54:09 +0300 Merge
anazarov [Fri, 16 Dec 2016 18:54:09 +0300] rev 42830
Merge
Fri, 16 Dec 2016 18:40:23 +0300 8170549: Improve testing of annotations on modules
anazarov [Fri, 16 Dec 2016 18:40:23 +0300] rev 42829
8170549: Improve testing of annotations on modules Reviewed-by: jjg, jlahoda
Fri, 16 Dec 2016 15:27:47 +0000 8171371: Remove redundant type-arguments from generic method calls
mcimadamore [Fri, 16 Dec 2016 15:27:47 +0000] rev 42828
8171371: Remove redundant type-arguments from generic method calls Reviewed-by: jjg, rfield, mchung
Fri, 16 Dec 2016 15:27:34 +0000 8181370: Convert anonymous inner classes into lambdas/method references
mcimadamore [Fri, 16 Dec 2016 15:27:34 +0000] rev 42827
8181370: Convert anonymous inner classes into lambdas/method references Reviewed-by: jjg, rfield, mchung
Fri, 16 Dec 2016 12:08:46 +0100 8171355: Implement Elements.getOrigin
jlahoda [Fri, 16 Dec 2016 12:08:46 +0100] rev 42826
8171355: Implement Elements.getOrigin Summary: Adding implementation for javax.lang.model.util.Elements.getOrigin Reviewed-by: darcy, jjg
Fri, 16 Dec 2016 12:04:32 +0100 8163315: Implement an API to identify an implicitly declared annotation (or declaration)
darcy [Fri, 16 Dec 2016 12:04:32 +0100] rev 42825
8163315: Implement an API to identify an implicitly declared annotation (or declaration) Summary: Adding javax.lang.model.util.Elements.getOrigin Reviewed-by: jjg
Fri, 16 Dec 2016 12:02:30 +0100 8133896: Update javax.lang.model APIs
jlahoda [Fri, 16 Dec 2016 12:02:30 +0100] rev 42824
8133896: Update javax.lang.model APIs Reviewed-by: darcy, jjg
Fri, 16 Dec 2016 08:17:55 +0000 Merge
alanb [Fri, 16 Dec 2016 08:17:55 +0000] rev 42823
Merge
Fri, 16 Dec 2016 05:47:58 +0000 8170987: Module system implementation refresh (12/2016)
alanb [Fri, 16 Dec 2016 05:47:58 +0000] rev 42822
8170987: Module system implementation refresh (12/2016) Reviewed-by: mcimadamore Contributed-by: jonathan.gibbons@oracle.com, jan.lahoda@oracle.com, srikanth.adayapalam@oracle.com, alan.bateman@oracle.com, mandy.chung@oracle.com
Thu, 15 Dec 2016 11:47:25 -0800 8170553: javac info options should match launcher options
jjg [Thu, 15 Dec 2016 11:47:25 -0800] rev 42821
8170553: javac info options should match launcher options Reviewed-by: jlahoda
Wed, 14 Dec 2016 18:30:56 -0800 8170708: javap -m <module> cannot read a module-info.class
jjg [Wed, 14 Dec 2016 18:30:56 -0800] rev 42820
8170708: javap -m <module> cannot read a module-info.class Reviewed-by: jlahoda
Wed, 14 Dec 2016 17:56:11 -0700 8075793: Source incompatibility for inference using -source 7
dlsmith [Wed, 14 Dec 2016 17:56:11 -0700] rev 42819
8075793: Source incompatibility for inference using -source 7 Summary: In pre-8 sources, avoid capture variables as inference bounds, consistent with old javac behavior Reviewed-by: vromero, mcimadamore
Wed, 14 Dec 2016 20:34:19 +0000 Merge
lana [Wed, 14 Dec 2016 20:34:19 +0000] rev 42818
Merge
Wed, 14 Dec 2016 10:51:21 -0800 8171201: Drop java.compact$N aggregator modules
mchung [Wed, 14 Dec 2016 10:51:21 -0800] rev 42817
8171201: Drop java.compact$N aggregator modules 8171202: Rename jdk.crypto.pkcs11 and jdk.pack200 to end with Java letters Reviewed-by: alanb, erikj
Tue, 13 Dec 2016 12:25:58 -0800 8162674: change javadoc output text and style emitted by for-removal deprecations
bpatel [Tue, 13 Dec 2016 12:25:58 -0800] rev 42816
8162674: change javadoc output text and style emitted by for-removal deprecations Reviewed-by: jjg
Tue, 13 Dec 2016 10:49:28 +0100 8072988: Update javax.annotation.processing for modules
jlahoda [Tue, 13 Dec 2016 10:49:28 +0100] rev 42815
8072988: Update javax.annotation.processing for modules Summary: Support for generating files in multi-module mode. Reviewed-by: darcy, jjg Contributed-by: joe.darcy@oracle.com, jan.lahoda@oracle.com
Tue, 13 Dec 2016 10:48:18 +0100 8171005: Fix JavaFileManager.getLocationForModule(Location location, JavaFileObject fo, String pkgName) to work with location == CLASS_OUTPUT
jlahoda [Tue, 13 Dec 2016 10:48:18 +0100] rev 42814
8171005: Fix JavaFileManager.getLocationForModule(Location location, JavaFileObject fo, String pkgName) to work with location == CLASS_OUTPUT Summary: JavaFileManager operations that allow module-oriented locations should also allow output locations. Reviewed-by: jjg
Mon, 12 Dec 2016 18:56:45 -0800 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung [Mon, 12 Dec 2016 18:56:45 -0800] rev 42813
8169925: Organize licenses by module in source, JMOD file, and run-time image Reviewed-by: alanb, erikj, ihse, naoto, prr Contributed-by: mandy.chung@oracle.com, jeannette.hung@oracle.com
Wed, 14 Dec 2016 20:23:26 +0000 Added tag jdk-9+149 for changeset d10c31f6b857
lana [Wed, 14 Dec 2016 20:23:26 +0000] rev 42812
Added tag jdk-9+149 for changeset d10c31f6b857
Wed, 05 Jul 2017 22:36:46 +0200 Merge
duke [Wed, 05 Jul 2017 22:36:46 +0200] rev 42811
Merge
Wed, 14 Dec 2016 20:33:49 +0000 Merge
lana [Wed, 14 Dec 2016 20:33:49 +0000] rev 42810
Merge
Mon, 12 Dec 2016 18:57:10 -0800 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung [Mon, 12 Dec 2016 18:57:10 -0800] rev 42809
8169925: Organize licenses by module in source, JMOD file, and run-time image Reviewed-by: alanb, erikj, ihse, naoto, prr Contributed-by: mandy.chung@oracle.com, jeannette.hung@oracle.com
Wed, 14 Dec 2016 20:23:24 +0000 Added tag jdk-9+149 for changeset 3b5a2cf988d2
lana [Wed, 14 Dec 2016 20:23:24 +0000] rev 42808
Added tag jdk-9+149 for changeset 3b5a2cf988d2
Wed, 05 Jul 2017 22:36:37 +0200 Merge
duke [Wed, 05 Jul 2017 22:36:37 +0200] rev 42807
Merge
Mon, 19 Dec 2016 18:45:58 +0300 8146271: File system contention in debug print via XPathFactory.newInstance
aefimov [Mon, 19 Dec 2016 18:45:58 +0300] rev 42806
8146271: File system contention in debug print via XPathFactory.newInstance Reviewed-by: joehw, clanger
Mon, 19 Dec 2016 11:13:32 +0800 8087303: LSSerializer pretty print does not work anymore
fyuan [Mon, 19 Dec 2016 11:13:32 +0800] rev 42805
8087303: LSSerializer pretty print does not work anymore 8114834: LSSerializerImpl always serializes an entity reference node to" &entityName;" even if "entities" property is false Reviewed-by: joehw, clanger
Fri, 16 Dec 2016 08:18:05 +0000 Merge
alanb [Fri, 16 Dec 2016 08:18:05 +0000] rev 42804
Merge
Fri, 16 Dec 2016 05:46:58 +0000 8170987: Module system implementation refresh (12/2016)
alanb [Fri, 16 Dec 2016 05:46:58 +0000] rev 42803
8170987: Module system implementation refresh (12/2016) Reviewed-by: mchung
Thu, 15 Dec 2016 13:57:04 -0800 8170556: Warnings cleanup related to JDK-8167340
joehw [Thu, 15 Dec 2016 13:57:04 -0800] rev 42802
8170556: Warnings cleanup related to JDK-8167340 Reviewed-by: dfuchs, lancea, clanger
Thu, 15 Dec 2016 09:03:36 +0100 8169112: java.lang.VerifyError: (class: GregorSamsa, method: template-bash signature: (LGregorSamsa8;)V) Register 10 contains wrong type
clanger [Thu, 15 Dec 2016 09:03:36 +0100] rev 42801
8169112: java.lang.VerifyError: (class: GregorSamsa, method: template-bash signature: (LGregorSamsa8;)V) Register 10 contains wrong type Reviewed-by: joehw
Wed, 14 Dec 2016 20:34:38 +0000 Merge
lana [Wed, 14 Dec 2016 20:34:38 +0000] rev 42800
Merge
Mon, 12 Dec 2016 18:56:56 -0800 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung [Mon, 12 Dec 2016 18:56:56 -0800] rev 42799
8169925: Organize licenses by module in source, JMOD file, and run-time image Reviewed-by: alanb, erikj, ihse, naoto, prr Contributed-by: mandy.chung@oracle.com, jeannette.hung@oracle.com
Wed, 14 Dec 2016 20:23:24 +0000 Added tag jdk-9+149 for changeset 6bf61c516415
lana [Wed, 14 Dec 2016 20:23:24 +0000] rev 42798
Added tag jdk-9+149 for changeset 6bf61c516415
Wed, 05 Jul 2017 22:36:23 +0200 Merge
duke [Wed, 05 Jul 2017 22:36:23 +0200] rev 42797
Merge
Tue, 20 Dec 2016 19:37:31 +0530 8171503: Nashorn build, test failures with the latest jdk9-dev forest - javadoc target and test target fail
sundar [Tue, 20 Dec 2016 19:37:31 +0530] rev 42796
8171503: Nashorn build, test failures with the latest jdk9-dev forest - javadoc target and test target fail Reviewed-by: jlaskey
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 tip