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
herrick [Thu, 12 Sep 2019 10:46:10 -0400] rev 58116
8229779: Shortcut creation policy
Reviewed-by: asemenyuk, almatvee
herrick [Wed, 11 Sep 2019 13:26:36 -0400] rev 58115
/home/aherrick/comment
herrick [Tue, 10 Sep 2019 14:57:03 -0400] rev 58114
8230519: jpackage "--package-type" values and default
Reviewed-by: asemenyuk, almatvee
herrick [Tue, 10 Sep 2019 09:18:19 -0400] rev 58113
8230726: Improve jpackage jtreg tests
Submitted-by: asemenyuk
Reviewed-by: herrick, almatvee
mseledtsov [Thu, 12 Sep 2019 11:32:03 -0700] rev 58112
Copyright update - round 2
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
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
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