Fri, 13 Sep 2019 08:40:09 +0200 8230846: ZGC: Make ZUtils::alloc_aligned() posix-specific
pliden [Fri, 13 Sep 2019 08:40:09 +0200] rev 58123
8230846: ZGC: Make ZUtils::alloc_aligned() posix-specific Reviewed-by: stefank
Fri, 13 Sep 2019 08:40:09 +0200 8230845: ZGC: Implement ZLock using os::PlatformMutex
pliden [Fri, 13 Sep 2019 08:40:09 +0200] rev 58122
8230845: ZGC: Implement ZLock using os::PlatformMutex Reviewed-by: stefank
Thu, 12 Sep 2019 20:46:55 -0700 Fixed broken build JEP-349-branch
mseledtsov [Thu, 12 Sep 2019 20:46:55 -0700] rev 58121
Fixed broken build
Thu, 12 Sep 2019 20:45:23 -0700 Fixed tabs and trailing white spaces JEP-349-branch
mseledtsov [Thu, 12 Sep 2019 20:45:23 -0700] rev 58120
Fixed tabs and trailing white spaces
Thu, 12 Sep 2019 15:21:34 -0400 Merge JDK-8200758-branch
herrick [Thu, 12 Sep 2019 15:21:34 -0400] rev 58119
Merge
Thu, 12 Sep 2019 12:32:00 -0400 change 57917 should have been: JDK-8230522: rename --linux-bundle-name, and --temp-root options. JDK-8200758-branch
herrick [Thu, 12 Sep 2019 12:32:00 -0400] rev 58118
change 57917 should have been: JDK-8230522: rename --linux-bundle-name, and --temp-root options.
Thu, 12 Sep 2019 12:03:00 -0400 8230653: jpackage error on macOS system without xcode JDK-8200758-branch
herrick [Thu, 12 Sep 2019 12:03:00 -0400] rev 58117
8230653: jpackage error on macOS system without xcode Submitted-by: almatvee Reviewed-by: herrick, asemenyuk
Thu, 12 Sep 2019 10:46:10 -0400 8229779: Shortcut creation policy JDK-8200758-branch
herrick [Thu, 12 Sep 2019 10:46:10 -0400] rev 58116
8229779: Shortcut creation policy Reviewed-by: asemenyuk, almatvee
Wed, 11 Sep 2019 13:26:36 -0400 /home/aherrick/comment JDK-8200758-branch
herrick [Wed, 11 Sep 2019 13:26:36 -0400] rev 58115
/home/aherrick/comment
Tue, 10 Sep 2019 14:57:03 -0400 8230519: jpackage "--package-type" values and default JDK-8200758-branch
herrick [Tue, 10 Sep 2019 14:57:03 -0400] rev 58114
8230519: jpackage "--package-type" values and default Reviewed-by: asemenyuk, almatvee
Tue, 10 Sep 2019 09:18:19 -0400 8230726: Improve jpackage jtreg tests JDK-8200758-branch
herrick [Tue, 10 Sep 2019 09:18:19 -0400] rev 58113
8230726: Improve jpackage jtreg tests Submitted-by: asemenyuk Reviewed-by: herrick, almatvee
Thu, 12 Sep 2019 11:32:03 -0700 Copyright update - round 2 JEP-349-branch
mseledtsov [Thu, 12 Sep 2019 11:32:03 -0700] rev 58112
Copyright update - round 2
Thu, 12 Sep 2019 11:07:35 -0700 8230829: Matcher matches a surrogate pair that crosses border of the region
igerasim [Thu, 12 Sep 2019 11:07:35 -0700] rev 58111
8230829: Matcher matches a surrogate pair that crosses border of the region Reviewed-by: naoto
Thu, 12 Sep 2019 09:59:19 -0700 8186988: use log_warning() and log_error() instead of tty->print_cr for CDS warning and error messages
ccheung [Thu, 12 Sep 2019 09:59:19 -0700] rev 58110
8186988: use log_warning() and log_error() instead of tty->print_cr for CDS warning and error messages Reviewed-by: stuefe, iklam, dholmes
Thu, 12 Sep 2019 17:47:24 +0200 Updating javac behavior w.r.t. preview API. Based on darcy's patch. JDK-8226585-branch
jlahoda [Thu, 12 Sep 2019 17:47:24 +0200] rev 58109
Updating javac behavior w.r.t. preview API. Based on darcy's patch.
Thu, 12 Sep 2019 15:46:11 +0100 8230858: Replace wildcard address with loopback or local host in tests - part 23
dfuchs [Thu, 12 Sep 2019 15:46:11 +0100] rev 58108
8230858: Replace wildcard address with loopback or local host in tests - part 23 Summary: Add new traces for better diagnosis, refrain binding to the wildcard address when possible. Reviewed-by: chegar, xuelei
Thu, 12 Sep 2019 15:04:00 +0200 Merge stuefe-new-metaspace-branch
stuefe [Thu, 12 Sep 2019 15:04:00 +0200] rev 58107
Merge
Tue, 03 Sep 2019 09:28:42 +0200 8230470: Shenandoah doesn't need change from JDK-8212610 anymore
roland [Tue, 03 Sep 2019 09:28:42 +0200] rev 58106
8230470: Shenandoah doesn't need change from JDK-8212610 anymore Reviewed-by: thartmann
Thu, 12 Sep 2019 12:51:31 +0200 8230888: jfrVirtualMemory.cpp should include globals.hpp
stuefe [Thu, 12 Sep 2019 12:51:31 +0200] rev 58105
8230888: jfrVirtualMemory.cpp should include globals.hpp Reviewed-by: dholmes, mgronlun
Thu, 12 Sep 2019 12:23:25 +0200 8220416: Comparison of klass pointers is not optimized any more
chagedorn [Thu, 12 Sep 2019 12:23:25 +0200] rev 58104
8220416: Comparison of klass pointers is not optimized any more Summary: Enables dead klass pointer optimization (since JDK-6964458) again. Reviewed-by: roland, thartmann
Thu, 12 Sep 2019 12:12:26 +0200 8230762: Change MacroAssembler::debug32/64 to use fatal instead of assert
chagedorn [Thu, 12 Sep 2019 12:12:26 +0200] rev 58103
8230762: Change MacroAssembler::debug32/64 to use fatal instead of assert Summary: Always call fatal from debug32/64 to also crash in product build as a follow-up to JDK-8225653. Reviewed-by: roland, thartmann
Fri, 23 Aug 2019 14:22:29 +0200 8229701: aarch64: C2 OSR compilation fails with "shouldn't process one node several times" in final graph reshaping
roland [Fri, 23 Aug 2019 14:22:29 +0200] rev 58102
8229701: aarch64: C2 OSR compilation fails with "shouldn't process one node several times" in final graph reshaping Reviewed-by: thartmann, kvn
Thu, 12 Sep 2019 11:35:02 +0200 ren jfrChunkState jfrChunk JEP-349-branch
mgronlun [Thu, 12 Sep 2019 11:35:02 +0200] rev 58101
ren jfrChunkState jfrChunk
Thu, 12 Sep 2019 10:49:15 +0200 merge stuff JEP-349-branch
mgronlun [Thu, 12 Sep 2019 10:49:15 +0200] rev 58100
merge stuff
Thu, 12 Sep 2019 07:57:00 +0200 Fixes for Windows x64 stuefe-new-metaspace-branch
stuefe [Thu, 12 Sep 2019 07:57:00 +0200] rev 58099
Fixes for Windows x64
Wed, 11 Sep 2019 16:13:05 +0200 8230856: Java_java_net_NetworkInterface_getByName0 on unix misses ReleaseStringUTFChars in early return
mbaesken [Wed, 11 Sep 2019 16:13:05 +0200] rev 58098
8230856: Java_java_net_NetworkInterface_getByName0 on unix misses ReleaseStringUTFChars in early return Reviewed-by: dfuchs, stuefe, vtewari
Wed, 11 Sep 2019 16:54:53 +0200 8230861: missing ReleaseStringUTFChars in Java_sun_security_pkcs11_wrapper_PKCS11_connect
mbaesken [Wed, 11 Sep 2019 16:54:53 +0200] rev 58097
8230861: missing ReleaseStringUTFChars in Java_sun_security_pkcs11_wrapper_PKCS11_connect Reviewed-by: alanb, stuefe
Wed, 11 Sep 2019 18:31:25 -0700 8230586: Encapsulate fields in filemap.hpp
iklam [Wed, 11 Sep 2019 18:31:25 -0700] rev 58096
8230586: Encapsulate fields in filemap.hpp Reviewed-by: ccheung
Wed, 11 Sep 2019 22:09:05 -0400 8230423: Move os::sleep to JavaThread::sleep
dholmes [Wed, 11 Sep 2019 22:09:05 -0400] rev 58095
8230423: Move os::sleep to JavaThread::sleep Reviewed-by: rehn, dcubed
Thu, 12 Sep 2019 03:21:11 +0200 Added tag jdk-14+14 for changeset cddef3bde924
jwilhelm [Thu, 12 Sep 2019 03:21:11 +0200] rev 58094
Added tag jdk-14+14 for changeset cddef3bde924
Wed, 11 Sep 2019 16:25:12 -0700 8230830: No required ResourceMark in src/hotspot/share/prims/jvmtiImpl.cpp:JvmtiSuspendControl::print()
lmesnik [Wed, 11 Sep 2019 16:25:12 -0700] rev 58093
8230830: No required ResourceMark in src/hotspot/share/prims/jvmtiImpl.cpp:JvmtiSuspendControl::print() Reviewed-by: dholmes, cjplummer, sspitsyn
Wed, 11 Sep 2019 23:10:14 +0000 8229378: jdwp library loader in linker_md.c quietly truncates on buffer overflow
afarley [Wed, 11 Sep 2019 23:10:14 +0000] rev 58092
8229378: jdwp library loader in linker_md.c quietly truncates on buffer overflow Summary: Check buffer overflow when the jdwp agent full dll name is built Reviewed-by: cjplummer, sspitsyn
Wed, 11 Sep 2019 16:06:09 -0700 8230734: Remove default constructors from java.compiler
darcy [Wed, 11 Sep 2019 16:06:09 -0700] rev 58091
8230734: Remove default constructors from java.compiler Reviewed-by: jjg
Wed, 11 Sep 2019 13:28:09 -0700 8230674: Heap dumps should exclude dormant CDS archived objects of unloaded classes
iklam [Wed, 11 Sep 2019 13:28:09 -0700] rev 58090
8230674: Heap dumps should exclude dormant CDS archived objects of unloaded classes Reviewed-by: dholmes, jiangli
Wed, 11 Sep 2019 12:32:01 -0700 8230342: LineNumberReader.getLineNumber() returns inconsistent results after EOF
bpb [Wed, 11 Sep 2019 12:32:01 -0700] rev 58089
8230342: LineNumberReader.getLineNumber() returns inconsistent results after EOF Reviewed-by: rriggs, dfuchs
Wed, 11 Sep 2019 11:55:31 -0700 8192057: com/sun/jdi/BadHandshakeTest.java fails with java.net.ConnectException
amenkov [Wed, 11 Sep 2019 11:55:31 -0700] rev 58088
8192057: com/sun/jdi/BadHandshakeTest.java fails with java.net.ConnectException Reviewed-by: sspitsyn, rrich
Wed, 11 Sep 2019 17:30:30 +0000 8229202: Docker reporting causes secondary crashes in error handling
bobv [Wed, 11 Sep 2019 17:30:30 +0000] rev 58087
8229202: Docker reporting causes secondary crashes in error handling Reviewed-by: coleenp, hseigel, mseledtsov
Wed, 11 Sep 2019 08:50:03 -0700 8230136: DateTimeFormatterBuilder.FractionPrinterParser#parse fails to verify minWidth
naoto [Wed, 11 Sep 2019 08:50:03 -0700] rev 58086
8230136: DateTimeFormatterBuilder.FractionPrinterParser#parse fails to verify minWidth Reviewed-by: joehw, scolebourne, rriggs
Wed, 11 Sep 2019 17:36:28 +0200 Fix jtreg/vmTestbase/metaspace/shrink_grow/CompressedClassSpaceSize stuefe-new-metaspace-branch
stuefe [Wed, 11 Sep 2019 17:36:28 +0200] rev 58085
Fix jtreg/vmTestbase/metaspace/shrink_grow/CompressedClassSpaceSize
Wed, 11 Sep 2019 14:16:30 +0200 8230398: Remove NULL checks before FREE_C_HEAP_ARRAY jdk-14+14
lkorinth [Wed, 11 Sep 2019 14:16:30 +0200] rev 58084
8230398: Remove NULL checks before FREE_C_HEAP_ARRAY Reviewed-by: dholmes, kbarrett, tschatzl
Wed, 11 Sep 2019 14:16:27 +0200 8227168: Cleanup usage of NEW_C_HEAP_ARRAY
lkorinth [Wed, 11 Sep 2019 14:16:27 +0200] rev 58083
8227168: Cleanup usage of NEW_C_HEAP_ARRAY Reviewed-by: coleenp, dholmes, kbarrett, tschatzl
Wed, 11 Sep 2019 13:31:52 +0200 update nanos for flush chunk JEP-349-branch
mgronlun [Wed, 11 Sep 2019 13:31:52 +0200] rev 58082
update nanos for flush chunk
Wed, 11 Sep 2019 10:19:09 +0200 8230794: Improve assert to get more information about the JDK-8227695 failure
tschatzl [Wed, 11 Sep 2019 10:19:09 +0200] rev 58081
8230794: Improve assert to get more information about the JDK-8227695 failure Reviewed-by: kbarrett, sjohanss
Tue, 10 Sep 2019 12:51:05 -0700 8229960: Remove sun.nio.cs.map system property
naoto [Tue, 10 Sep 2019 12:51:05 -0700] rev 58080
8229960: Remove sun.nio.cs.map system property Reviewed-by: alanb
Tue, 10 Sep 2019 19:58:22 +0200 8230813: Add JDK-8010500 to compiler/loopopts/superword/TestFuzzPreLoop.java bug list
shade [Tue, 10 Sep 2019 19:58:22 +0200] rev 58079
8230813: Add JDK-8010500 to compiler/loopopts/superword/TestFuzzPreLoop.java bug list Reviewed-by: zgu
Tue, 10 Sep 2019 10:35:52 -0700 8229785: MethodType::fromMethodDescriptorString should require security permission if loader is null
mchung [Tue, 10 Sep 2019 10:35:52 -0700] rev 58078
8229785: MethodType::fromMethodDescriptorString should require security permission if loader is null Reviewed-by: vromero
Tue, 10 Sep 2019 10:24:42 -0700 8225761: Update --release 13 symbol information after JDK 13 GA
darcy [Tue, 10 Sep 2019 10:24:42 -0700] rev 58077
8225761: Update --release 13 symbol information after JDK 13 GA Reviewed-by: jlahoda
Tue, 10 Sep 2019 09:21:23 -0700 JEP-349-branch: fixes to copyright headers JEP-349-branch
mseledtsov [Tue, 10 Sep 2019 09:21:23 -0700] rev 58076
JEP-349-branch: fixes to copyright headers
Tue, 10 Sep 2019 09:12:08 -0700 8230781: Add JTREG_FAILURE_HANDLER_TIMEOUT to control timeout handler timeout
lmesnik [Tue, 10 Sep 2019 09:12:08 -0700] rev 58075
8230781: Add JTREG_FAILURE_HANDLER_TIMEOUT to control timeout handler timeout Reviewed-by: erikj
Tue, 10 Sep 2019 09:08:52 -0700 8230303: JDB hangs when running monitor command
igerasim [Tue, 10 Sep 2019 09:08:52 -0700] rev 58074
8230303: JDB hangs when running monitor command Reviewed-by: sspitsyn
Tue, 10 Sep 2019 16:02:57 +0200 flush chunk JEP-349-branch
mgronlun [Tue, 10 Sep 2019 16:02:57 +0200] rev 58073
flush chunk
Tue, 10 Sep 2019 15:35:35 +0200 8230709: Array index out of bounds in ES6 mode
hannesw [Tue, 10 Sep 2019 15:35:35 +0200] rev 58072
8230709: Array index out of bounds in ES6 mode Reviewed-by: attila
Tue, 10 Sep 2019 15:30:23 +0200 8230766: Changed message in IllegalMonitorStateException
hannesw [Tue, 10 Sep 2019 15:30:23 +0200] rev 58071
8230766: Changed message in IllegalMonitorStateException Reviewed-by: attila, jlaskey
Tue, 10 Sep 2019 15:05:00 +0200 Fix class space display issue in metaspace report stuefe-new-metaspace-branch
stuefe [Tue, 10 Sep 2019 15:05:00 +0200] rev 58070
Fix class space display issue in metaspace report
Tue, 10 Sep 2019 14:31:38 +0200 Remove always-use-class-space feature stuefe-new-metaspace-branch
stuefe [Tue, 10 Sep 2019 14:31:38 +0200] rev 58069
Remove always-use-class-space feature
Tue, 10 Sep 2019 13:14:36 +0200 restructuring in JfrRecorderService JEP-349-branch
mgronlun [Tue, 10 Sep 2019 13:14:36 +0200] rev 58068
restructuring in JfrRecorderService
Tue, 10 Sep 2019 12:53:00 +0200 commit granule size must not be smaller than native page size stuefe-new-metaspace-branch
stuefe [Tue, 10 Sep 2019 12:53:00 +0200] rev 58067
commit granule size must not be smaller than native page size
Tue, 10 Sep 2019 11:11:31 +0200 8230566: ZGC: Don't substitute klass pointer during array clearing
pliden [Tue, 10 Sep 2019 11:11:31 +0200] rev 58066
8230566: ZGC: Don't substitute klass pointer during array clearing Reviewed-by: stefank, eosterlund
Mon, 09 Sep 2019 16:34:45 +0200 8230769: BufImg_SetupICM add ReleasePrimitiveArrayCritical call in early return
mbaesken [Mon, 09 Sep 2019 16:34:45 +0200] rev 58065
8230769: BufImg_SetupICM add ReleasePrimitiveArrayCritical call in early return Reviewed-by: prr, stuefe
Fri, 06 Sep 2019 16:15:11 +0200 8230711: ConnectionGraph::unique_java_object(Node* N) return NULL if n is not in the CG
mbaesken [Fri, 06 Sep 2019 16:15:11 +0200] rev 58064
8230711: ConnectionGraph::unique_java_object(Node* N) return NULL if n is not in the CG Reviewed-by: mdoerr
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 tip