stefank [Mon, 19 Aug 2019 12:40:27 +0200] rev 57812
8229839: Break circular dependency between oop.inline.hpp and markWord.inline.hpp
Reviewed-by: pliden, tonyp
stefank [Mon, 19 Aug 2019 11:30:03 +0200] rev 57811
8229838: Rename markOop files to markWord
Reviewed-by: dholmes, rehn
herrick [Mon, 19 Aug 2019 21:17:25 -0400] rev 57810
8229788: Error dialog displays with DLL issue when installing WinChooserTest application
Submitted-by: almatvee
Reviewed-by: herrick, asemenyuk
herrick [Mon, 19 Aug 2019 21:14:34 -0400] rev 57809
Merge
herrick [Mon, 19 Aug 2019 20:31:10 -0400] rev 57808
8225447: Revise Debian packaging
Submitted-by: asemenyuk
Reviewed-by: kcr, almatvee
herrick [Mon, 19 Aug 2019 17:39:48 -0400] rev 57807
8215381: Investigate if current implementation of --license-file is correct for Debian packages
Submitted-by: asemenyuk
Reviewed-by: herrick, almatvee
herrick [Mon, 19 Aug 2019 17:34:40 -0400] rev 57806
8229795: Investigate registry key usage and need for --win-registry-name option.
Reviewed-by: kcr, asemenyuk, almatvee
dfuchs [Tue, 20 Aug 2019 11:15:23 +0100] rev 57805
8229421: The logic of java/net/ipv6tests/TcpTest.java is flawed
Summary: The test is fixed to ignore rogue client connection. However it remains succeptible to intermittent failures due to the use of the wildcad address.
Reviewed-by: dfuchs
Contributed-by: Patrick Concannon <patrick.concannon@oracle.com>
adinn [Tue, 20 Aug 2019 10:11:53 +0100] rev 57804
8224974: Implement JEP 352
Summary: Non-Volatile Mapped Byte Buffers
Reviewed-by: alanb, kvn, bpb, gromero, darcy, shade, bulasevich, dchuyko
chagedorn [Tue, 20 Aug 2019 10:46:23 +0200] rev 57803
8229158: make UseSwitchProfiling non-experimental or false by-default
Summary: Changed UseSwitchProfiling from experimental to diagnostic.
Reviewed-by: dholmes, shade, thartmann
tschatzl [Tue, 20 Aug 2019 09:22:18 +0200] rev 57802
8227442: Make young_index_in_cset zero-based
Summary: Avoid unnecessary increment of young_index_in_cset in copy_to_survivor_space.
Reviewed-by: kbarrett, sangheki
thartmann [Tue, 20 Aug 2019 07:47:13 +0200] rev 57801
8228888: C2 compilation fails with assert "m has strange control"
Summary: Weakened too strong assert.
Reviewed-by: kvn, roland