dsamersoff [Tue, 20 Dec 2016 12:16:41 +0000] rev 42894
Merge
dsamersoff [Tue, 20 Dec 2016 11:19:36 +0000] rev 42893
Merge
dsamersoff [Tue, 20 Dec 2016 14:15:02 +0300] rev 42892
8150563: LoadAgentDcmdTest.java can't find libinstrument.so
Summary: Test changed to reflect changes for 8066474 Remove the lib/$ARCH directory from Linux and Solaris images
Reviewed-by: sspitsyn
dsamersoff [Tue, 20 Dec 2016 11:32:47 +0000] rev 42891
Merge
dsamersoff [Tue, 20 Dec 2016 10:53:52 +0000] rev 42890
Merge
dsamersoff [Tue, 20 Dec 2016 13:35:40 +0300] rev 42889
8159127: hprof heap dumps broken for lambda classdata
Summary: Added class dump records for lambda related anonymous classes in the heap dump
Reviewed-by: dsamersoff, sspitsyn
Contributed-by: jini.george@oracle.com
kzhaldyb [Tue, 20 Dec 2016 11:33:25 +0100] rev 42888
Merge
kzhaldyb [Thu, 08 Dec 2016 15:56:57 +0300] rev 42887
8170919: LogStreamTest tests crash if they are run first
Reviewed-by: jwilhelm, mlarsson
simonis [Thu, 01 Dec 2016 11:30:22 +0100] rev 42886
8170548: VM may crash at startup because StdoutLog/StderrLog logging stream can be badly aligned
Reviewed-by: stuefe, mlarsson, clanger, dholmes
erikj [Mon, 19 Dec 2016 16:26:22 +0100] rev 42885
8171310: Gtest libjvm.so is always stripped
Reviewed-by: tbell, dholmes, stuefe
mdoerr [Thu, 15 Dec 2016 14:24:04 +0100] rev 42884
8171244: PPC64: Make interpreter's math entries consistent with C1 and C2 and support FMA
Reviewed-by: kvn, goetz
bmoloden [Tue, 13 Dec 2016 17:45:13 +0300] rev 42883
8170464: Remove shell script from compiler/c2/cr7005594/Test7005594.java
Reviewed-by: kvn
gromero [Mon, 19 Dec 2016 18:21:59 -0800] rev 42882
8171236: RTM/HTM jtreg tests regression after transition to the new GNU-style options
Reviewed-by: kvn
dholmes [Tue, 20 Dec 2016 01:05:39 +0000] rev 42881
Merge
drwhite [Wed, 14 Dec 2016 16:46:50 -0500] rev 42880
8171129: [aarch64] hs_err logs do not print register mappings
Summary: Call print_location for contents of all registers.
Reviewed-by: aph, dholmes
iveresov [Mon, 19 Dec 2016 22:50:28 +0000] rev 42879
Merge
iveresov [Mon, 19 Dec 2016 13:34:21 -0800] rev 42878
8171394: [AOT] failed AOT compilation in compiler/aot/RecompilationTest.java
Summary: Fix argument types of tiered callbacks
Reviewed-by: never, kvn
roland [Mon, 19 Dec 2016 13:09:25 -0800] rev 42877
8171092: C1's Math.fma() intrinsic doesn't correctly process its inputs
Summary: fixed 3rd input of FMA intrinsic processing in C1.
Reviewed-by: kvn
jiangli [Mon, 19 Dec 2016 13:54:33 -0500] rev 42876
8168797: do not load any archived classes from a patched module
Summary: Add new runtime shared class visibility check to ensure shared classes from patched module are not loaded at runtime.
Reviewed-by: acorn, ccheung, hseigel, iklam, lfoltan
jcm [Mon, 19 Dec 2016 15:21:11 +0000] rev 42875
Merge
jcm [Mon, 19 Dec 2016 06:25:12 -0800] rev 42874
8170761: Buffer overrun in sharedRuntime_x86_64.cpp:477
Summary: Fixed missing half assert!
Reviewed-by: kvn
coleenp [Mon, 19 Dec 2016 14:12:33 +0000] rev 42873
Merge
sgehwolf [Wed, 07 Dec 2016 13:37:37 +0100] rev 42872
8170767: Zero fastdebug build triggers assertion
Summary: Add missing interpreter entries for java_lang_math_fmaD/F.
Reviewed-by: coleenp
aph [Mon, 19 Dec 2016 02:33:30 -0800] rev 42871
8169177: AArch64: SIGSEGV when "-XX:+ZeroTLAB" is specified along with GC options
Reviewed-by: aph
Contributed-by: kavitha.natarajan@linaro.org
zmajo [Mon, 19 Dec 2016 08:31:01 +0100] rev 42870
8171155: Scanning method file for initialized final field updates can fail for non-existent fields
Summary: Check if field exists before possibly marking it as having initialized final updates.
Reviewed-by: stsmirno, vlivanov, coleenp
sspitsyn [Mon, 19 Dec 2016 05:00:24 +0000] rev 42869
Merge
sspitsyn [Sun, 18 Dec 2016 20:54:26 -0800] rev 42868
8171417: post jigsaw review cleanup in the jtreg jvmti tests
Summary: fix the function throw_exc() in several jvmti tests to return void
Reviewed-by: dsamersoff, hseigel
sspitsyn [Mon, 19 Dec 2016 04:04:48 +0000] rev 42867
Merge
sspitsyn [Sun, 18 Dec 2016 19:21:18 -0800] rev 42866
8139566: need proper sync for adding default read edges
Summary: use has_default_read_edges() in the ModuleEntry::can_read to fix race issue
Reviewed-by: hseigel, lfoltan
dholmes [Sun, 18 Dec 2016 22:07:31 -0500] rev 42865
8170307: Stack size option -Xss is ignored
Reviewed-by: dcubed, sspitsyn