jlahoda [Thu, 12 Sep 2019 17:47:24 +0200] rev 58109
Updating javac behavior w.r.t. preview API. Based on darcy's patch.
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
stuefe [Thu, 12 Sep 2019 15:04:00 +0200] rev 58107
Merge
roland [Tue, 03 Sep 2019 09:28:42 +0200] rev 58106
8230470: Shenandoah doesn't need change from JDK-8212610 anymore
Reviewed-by: thartmann
stuefe [Thu, 12 Sep 2019 12:51:31 +0200] rev 58105
8230888: jfrVirtualMemory.cpp should include globals.hpp
Reviewed-by: dholmes, mgronlun
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
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
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
mgronlun [Thu, 12 Sep 2019 11:35:02 +0200] rev 58101
ren jfrChunkState jfrChunk
mgronlun [Thu, 12 Sep 2019 10:49:15 +0200] rev 58100
merge stuff
stuefe [Thu, 12 Sep 2019 07:57:00 +0200] rev 58099
Fixes for Windows x64
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
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
iklam [Wed, 11 Sep 2019 18:31:25 -0700] rev 58096
8230586: Encapsulate fields in filemap.hpp
Reviewed-by: ccheung