rgoel [Mon, 25 Jun 2018 11:51:04 +0530] rev 50747
8205158: Update the .md files for 3rd party software Unicode 10.0, ICU 60.2, and CLDR v33.
Summary: updated legal files for CLDR, ICU and Unicode.
Reviewed-by: naoto, mchung
never [Sun, 24 Jun 2018 21:46:11 -0700] rev 50746
8198909: [Graal] compiler/codecache/stress/UnexpectedDeoptimizationTest.java crashed with SIGSEGV
Reviewed-by: eosterlund, iveresov
egahlin [Mon, 25 Jun 2018 02:07:42 +0200] rev 50745
8203929: Limit amount of data for JFR.dump
Reviewed-by: mgronlun
alanb [Sun, 24 Jun 2018 16:25:47 +0100] rev 50744
8205533: Class.getPackage() fails with InternalError if class is defined to the bootstrap class loader but module is not in the boot layer
Reviewed-by: mchung
dsamersoff [Sun, 24 Jun 2018 15:02:08 +0300] rev 50743
8203481: Incorrect constraint for unextended_sp in frame:safe_for_sender
Summary: Relaxed assert inside safe_for_sender
Reviewed-by: aph, dpochepk
plevart [Sun, 24 Jun 2018 10:41:51 +0200] rev 50742
8205540: test/hotspot/jtreg/vmTestbase/nsk/jdb/trace/trace001/trace001.java fails with Debuggee did not exit after 15 <cont> commands
Summary: screen usage/initialization of TerminatingThreadLocal with a non-null check on Thread.threadLocals field
Reviewed-by: dholmes, alanb
jmanson [Sat, 23 Jun 2018 22:49:48 -0700] rev 50741
8205570: fix a number of typos in the JVMTI spec
Summary: fix typos in the JVMTI spec
Reviewed-by: dholmes, sspitsyn
alanb [Sat, 23 Jun 2018 09:46:18 +0100] rev 50740
Merge
alanb [Sat, 23 Jun 2018 09:34:09 +0100] rev 50739
8198372: API to create a SelectableChannel to a FileDescriptor
Reviewed-by: chegar, bpb
alanb [Sat, 23 Jun 2018 08:03:52 +0100] rev 50738
8197532: Re-examine policy for the default set of modules when compiling or running code on the class path
Reviewed-by: jlahoda, mchung
jmanson [Sat, 23 Jun 2018 01:22:52 -0700] rev 50737
8205113: Update JVMTI doc references to object allocation tracking
Summary: Update the JVMTI VMObjectAlloc spec
Reviewed-by: dholmes, sspitsyn
sgehwolf [Tue, 05 Jun 2018 11:55:39 +0200] rev 50736
8203188: Add JEP-181 support to the Zero interpreter
Reviewed-by: dholmes, chrisphi
dholmes [Sat, 23 Jun 2018 01:32:41 -0400] rev 50735
8010319: Implementation of JEP 181: Nest-Based Access Control
Reviewed-by: alanb, psandoz, mchung, coleenp, acorn, mcimadamore, forax, jlahoda, sspitsyn, abuckley
Contributed-by: alex.buckley@oracle.com, maurizio.mimadamore@oracle.com, mandy.chung@oracle.com, tobias.hartmann@oracle.com, david.holmes@oracle.com, vladimir.x.ivanov@oracle.com, karen.kinnear@oracle.com, vladimir.kozlov@oracle.com, john.r.rose@oracle.com, daniel.smith@oracle.com, serguei.spitsyn@oracle.com, kumardotsrinivasan@gmail.com, boris.ulasevich@bell-sw.com
martin [Fri, 22 Jun 2018 17:49:21 -0700] rev 50734
8205199: more Linux clang compile failures
Reviewed-by: dholmes, kbarrett, stuefe
Contributed-by: Arthur Eubanks <aeubanks@google.com>, Thomas Stuefe <thomas.stuefe@gmail.com>
martin [Fri, 22 Jun 2018 17:36:03 -0700] rev 50733
8205197: Never default to using libc++ on Linux
Summary: Let the toolchain choose the standard library by default
Reviewed-by: tbell, erikj, gziemski