iignatyev [Mon, 03 Apr 2017 17:07:27 -0700] rev 44529
8177507: line number sensitive tests for jdi should be unified
Reviewed-by: dholmes, mseledtsov, sspitsyn
bpb [Mon, 03 Apr 2017 16:40:49 -0700] rev 44528
8177526: BufferedReader readLine() javadoc does not match the implementation regarding EOF
Summary: Improve the verbiage of the method and return value descriptions
Reviewed-by: lancea, smarks
duke [Wed, 05 Jul 2017 23:10:38 +0200] rev 44527
Merge
iignatyev [Sat, 08 Apr 2017 02:40:47 +0000] rev 44526
Merge
iignatyev [Fri, 07 Apr 2017 19:36:35 -0700] rev 44525
8178333: CTW/PathHandler uses == instead of String::equals for string comparison
Reviewed-by: kvn
aph [Fri, 07 Apr 2017 13:42:00 +0100] rev 44524
8170812: Metaspace corruption caused by incorrect memory size for MethodCounters
Reviewed-by: kbarrett, coleenp
tschatzl [Fri, 07 Apr 2017 10:51:28 +0000] rev 44523
Merge
ysr [Fri, 07 Apr 2017 10:45:26 +0200] rev 44522
8177963: Parallel GC fails fast when per-thread task log overflows
Summary: Instead of exiting the VM when per-thread task log overflows, print warnings once and ignore any further log addition attempt.
Reviewed-by: ysr, kbarrett, sangheki
alanb [Fri, 07 Apr 2017 10:58:27 +0100] rev 44521
Merge
alanb [Fri, 07 Apr 2017 08:04:46 +0000] rev 44520
8177530: Module system implementation refresh (4/2017)
Reviewed-by: lfoltan, sspitsyn
Contributed-by: alan.bateman@oracle.com, harold.seigel@oracle.com, mandy.chung@oracle.com
lana [Thu, 06 Apr 2017 18:00:50 +0000] rev 44519
Merge
thartmann [Thu, 06 Apr 2017 08:19:42 +0200] rev 44518
8178033: C1 crashes with -XX:UseAVX = 3: "not a mov [reg+offs], reg instruction"
Summary: Skip the EVEX prefix such that the instruction address points to the prefixed opcode.
Reviewed-by: kvn, mcberg
dnsimon [Mon, 03 Apr 2017 14:58:17 -0700] rev 44517
8177673: [JVMCI] missing checks in HotSpotMemoryAccessProviderImpl can cause VM assertions to fail
Reviewed-by: never, iveresov
iveresov [Mon, 03 Apr 2017 12:34:30 -0700] rev 44516
8177856: [AOT] EliminateRedundantInitializationPhase is not working
Summary: Looks for constants of a correct type
Reviewed-by: kvn
duke [Wed, 05 Jul 2017 23:10:23 +0200] rev 44515
Merge