Wed, 30 Oct 2019 17:02:26 +0100 Make TestSetEndTime more stable JEP-349-branch
egahlin [Wed, 30 Oct 2019 17:02:26 +0100] rev 58862
Make TestSetEndTime more stable
Wed, 30 Oct 2019 16:14:56 +0100 8233159: Method::result_type should use calculated value in constMethod
redestad [Wed, 30 Oct 2019 16:14:56 +0100] rev 58861
8233159: Method::result_type should use calculated value in constMethod Reviewed-by: lfoltan, iklam, coleenp
Tue, 29 Oct 2019 14:29:40 +0100 8230019: [REDO] compiler/types/correctness/* tests fail with "assert(recv == __null || recv->is_klass()) failed: wrong type"
chagedorn [Tue, 29 Oct 2019 14:29:40 +0100] rev 58860
8230019: [REDO] compiler/types/correctness/* tests fail with "assert(recv == __null || recv->is_klass()) failed: wrong type" Summary: Explicitly set the receiver klass in the ci MDO to NULL if it is NULL in the MDO while translating. Reviewed-by: kvn, thartmann
Wed, 30 Oct 2019 14:08:07 +0000 8232724: Remove indirection with calling JNU_NewStringPlatform
aivanov [Wed, 30 Oct 2019 14:08:07 +0000] rev 58859
8232724: Remove indirection with calling JNU_NewStringPlatform Reviewed-by: dholmes, clanger
Wed, 30 Oct 2019 09:42:59 -0400 8233165: Shenandoah:SBSA::gen_load_reference_barrier_stub() should use pointer register for address on aarch64
zgu [Wed, 30 Oct 2019 09:42:59 -0400] rev 58858
8233165: Shenandoah:SBSA::gen_load_reference_barrier_stub() should use pointer register for address on aarch64 Reviewed-by: rkennke
Wed, 30 Oct 2019 12:25:22 +0000 Windows InheritedChannel no longer needed unixdomainchannels
michaelm [Wed, 30 Oct 2019 12:25:22 +0000] rev 58857
Windows InheritedChannel no longer needed
Wed, 30 Oct 2019 11:53:07 +0000 removing unnecessary diffs from mainline unixdomainchannels
michaelm [Wed, 30 Oct 2019 11:53:07 +0000] rev 58856
removing unnecessary diffs from mainline
Wed, 30 Oct 2019 11:38:40 +0100 fix typo JEP-349-branch
mgronlun [Wed, 30 Oct 2019 11:38:40 +0100] rev 58855
fix typo
Wed, 30 Oct 2019 11:28:38 +0100 stricly monotone nanos for chunkheader JEP-349-branch
mgronlun [Wed, 30 Oct 2019 11:28:38 +0100] rev 58854
stricly monotone nanos for chunkheader
Wed, 30 Oct 2019 11:23:55 +0100 Merge JEP-349-branch
mgronlun [Wed, 30 Oct 2019 11:23:55 +0100] rev 58853
Merge
Wed, 30 Oct 2019 09:17:36 +0800 8232591: AArch64: Add missing match rules for smaddl, smsubl and smnegl
pli [Wed, 30 Oct 2019 09:17:36 +0800] rev 58852
8232591: AArch64: Add missing match rules for smaddl, smsubl and smnegl Reviewed-by: aph
Tue, 29 Oct 2019 15:35:06 -0700 8233035: Update JVMCI
kvn [Tue, 29 Oct 2019 15:35:06 -0700] rev 58851
8233035: Update JVMCI Reviewed-by: dlong
Tue, 29 Oct 2019 13:52:04 -0700 8233137: runtime/ErrorHandling/VeryEarlyAssertTest.java fails after 8232080
mr [Tue, 29 Oct 2019 13:52:04 -0700] rev 58850
8233137: runtime/ErrorHandling/VeryEarlyAssertTest.java fails after 8232080 Reviewed-by: stuefe, iignatyev, mchung
Tue, 29 Oct 2019 12:52:03 -0700 8173975: Lookup::in should not allow target class be primitive or array class
mchung [Tue, 29 Oct 2019 12:52:03 -0700] rev 58849
8173975: Lookup::in should not allow target class be primitive or array class Reviewed-by: alanb
Tue, 29 Oct 2019 19:55:34 +0000 second part of cleanup reducing number of files touched in main line unixdomainchannels
michaelm [Tue, 29 Oct 2019 19:55:34 +0000] rev 58848
second part of cleanup reducing number of files touched in main line
Tue, 29 Oct 2019 19:23:09 +0000 partial cleanup unixdomainchannels
michaelm [Tue, 29 Oct 2019 19:23:09 +0000] rev 58847
partial cleanup
Tue, 29 Oct 2019 12:01:14 -0700 8232748: Build static versions of certain JDK libraries
erikj [Tue, 29 Oct 2019 12:01:14 -0700] rev 58846
8232748: Build static versions of certain JDK libraries Reviewed-by: ihse, bobv
Tue, 29 Oct 2019 14:22:18 -0400 8231766: Files.copy and Files.move do not honor requested compression method when copying or moving within the same zip file
lancea [Tue, 29 Oct 2019 14:22:18 -0400] rev 58845
8231766: Files.copy and Files.move do not honor requested compression method when copying or moving within the same zip file Reviewed-by: clanger, bpb, alanb
Tue, 29 Oct 2019 13:51:14 -0400 8233075: JFR - nmetods - misspelled in several places
ecaspole [Tue, 29 Oct 2019 13:51:14 -0400] rev 58844
8233075: JFR - nmetods - misspelled in several places Reviewed-by: hseigel, mseledtsov
Tue, 29 Oct 2019 10:13:27 -0700 8232864: Classes generated at link time by GenerateJLIClassesPlugin are not reproducible
jiefu [Tue, 29 Oct 2019 10:13:27 -0700] rev 58843
8232864: Classes generated at link time by GenerateJLIClassesPlugin are not reproducible Reviewed-by: redestad, mchung
Tue, 29 Oct 2019 08:26:55 -0700 8232080: jlink plugins for vendor information and run-time options
mr [Tue, 29 Oct 2019 08:26:55 -0700] rev 58842
8232080: jlink plugins for vendor information and run-time options Reviewed-by: ihse, alanb, kvn, bobv, mchung
Tue, 29 Oct 2019 15:16:45 +0100 license header and newlines JEP-349-branch
mgronlun [Tue, 29 Oct 2019 15:16:45 +0100] rev 58841
license header and newlines
Tue, 29 Oct 2019 12:10:57 +0100 Add workaround for 8233019 stuefe-new-metaspace-branch
stuefe [Tue, 29 Oct 2019 12:10:57 +0100] rev 58840
Add workaround for 8233019
Tue, 29 Oct 2019 12:07:19 +0100 Add experimental switch to force ccs to a specific address stuefe-new-metaspace-branch
stuefe [Tue, 29 Oct 2019 12:07:19 +0100] rev 58839
Add experimental switch to force ccs to a specific address
Tue, 29 Oct 2019 08:56:10 +0100 Merge stuefe-new-metaspace-branch
stuefe [Tue, 29 Oct 2019 08:56:10 +0100] rev 58838
Merge
Tue, 29 Oct 2019 11:50:28 +0100 Merge JEP-349-branch
mgronlun [Tue, 29 Oct 2019 11:50:28 +0100] rev 58837
Merge
Tue, 29 Oct 2019 11:33:25 +0100 8230400: Missing constant pool entry for a method in stacktrace
mgronlun [Tue, 29 Oct 2019 11:33:25 +0100] rev 58836
8230400: Missing constant pool entry for a method in stacktrace Reviewed-by: egahlin
Tue, 29 Oct 2019 11:19:48 +0100 Close ihse-setupexecute-branch ihse-setupexecute-branch
ihse [Tue, 29 Oct 2019 11:19:48 +0100] rev 58835
Close ihse-setupexecute-branch
Tue, 29 Oct 2019 11:17:25 +0100 Merge from default ihse-setupexecute-branch
ihse [Tue, 29 Oct 2019 11:17:25 +0100] rev 58834
Merge from default
Tue, 29 Oct 2019 11:13:39 +0100 Add documentation. ihse-setupexecute-branch
ihse [Tue, 29 Oct 2019 11:13:39 +0100] rev 58833
Add documentation.
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 tip