phedlin [Wed, 17 Apr 2019 14:55:11 +0200] rev 54701
8223140: Clean-up in 'ok_to_convert()'.
Summary: Simplify logic in function. Added precond/postcond macros.
Reviewed-by: vlivanov, neliasso
phedlin [Wed, 17 Apr 2019 14:55:01 +0200] rev 54700
8223139: Rename mandatory policy-do routines.
Summary: Rename 'policy_do_remove_empty_loop' to 'do_remove_empty_loop', 'policy_do_one_iteration_loop' to 'do_one_iteration_loop'.
Reviewed-by: vlivanov, dl
phedlin [Thu, 02 May 2019 11:05:47 +0200] rev 54699
8223138: Small clean-up in loop-tree support.
Summary: Rename predicate 'is_inner()' to 'is_innermost()' to be accurate. Added 'is_root()' predicate for root parent test in loop-tree. Changed definition of 'is_loop()' to always lazy-read the tail, since it should never be NULL. Cleanup of 'tail()' definition.
Reviewed-by: vlivanov, neliasso
phedlin [Wed, 17 Apr 2019 14:52:25 +0200] rev 54698
8223137: Rename predicate 'do_unroll_only()' to 'is_unroll_only()'.
Reviewed-by: vlivanov
jjiang [Fri, 03 May 2019 15:57:41 +0800] rev 54697
8204203: Many pkcs11 tests failed in Provider initialization, after compiler on Windows changed
Summary: Build NSS 3.41 with VS2017 and also upgrade to this NSS for macosx
Reviewed-by: valeriep
coffeys [Thu, 02 May 2019 22:52:51 +0100] rev 54696
8217364: Custom URLStreamHandler for jrt or file protocol can override default handler
Reviewed-by: redestad
joehw [Thu, 02 May 2019 14:21:06 -0700] rev 54695
8223052: Cleanup: NodeSortRecord
Reviewed-by: lancea
bpb [Thu, 02 May 2019 14:15:09 -0700] rev 54694
8223254: DataOutputStream/WriteUTF.java fails due to "OutOfMemoryError: Java heap space"
Reviewed-by: lancea, rriggs
lancea [Thu, 02 May 2019 17:08:03 -0400] rev 54693
8218875: Add new FileSystems.newFileSystem methods
Reviewed-by: rriggs, alanb, clanger, dfuchs
bpb [Thu, 02 May 2019 13:25:00 -0700] rev 54692
8220793: (fs) No support for changing modification time of symlink
Reviewed-by: alanb, rriggs
zgu [Thu, 02 May 2019 15:20:06 -0400] rev 54691
8223258: Shenandoah: SRP::process_all_roots_slow processes JvmtiExport weak oops twice
Reviewed-by: rkennke
manc [Wed, 01 May 2019 20:25:31 -0700] rev 54690
8223227: Rename acquire_tag_map() to tag_map_acquire() in jvmtiEnvBase
Reviewed-by: dholmes, jcbeyler