iignatyev [Mon, 17 Sep 2018 11:50:39 -0700] rev 51769
8210779: 8182404 and 8210732 haven't updated copyright years
Reviewed-by: bchristi
iris [Mon, 17 Sep 2018 10:14:31 -0700] rev 51768
8210775: JVM TI Spec missing copyright
Reviewed-by: dholmes, mchung, sspitsyn
jcbeyler [Mon, 17 Sep 2018 09:07:40 -0700] rev 51767
8210726: Fix up a few minor nits forgotten by JDK-8210665
Summary: Minor changes to 4 tests to make one-liners
Reviewed-by: cjplummer, iignatyev, sspitsyn
rfield [Mon, 17 Sep 2018 08:37:47 -0700] rev 51766
8210596: jshell does not support raw string literals
Reviewed-by: jlahoda, jlaskey
sgehwolf [Mon, 17 Sep 2018 10:53:56 +0200] rev 51765
8210416: [linux] Poor StrictMath performance due to non-optimized compilation
Summary: Compile fdlibm with -O2 -ffp-contract=off on gcc/clang arches.
Reviewed-by: aph, erikj, dholmes, darcy, ihse
jlahoda [Mon, 17 Sep 2018 11:49:20 +0200] rev 51764
8193561: Cyclic hierarchy causes a NullPointerException when setting DEFAULT flag
Summary: When marking interface as having default methods, use .owner as it is always defined.
Reviewed-by: mcimadamore
rgoel [Mon, 17 Sep 2018 14:16:31 +0530] rev 51763
8210490: TimeZone.getDisplayName given Locale.US doesn't always honor the Locale.
Summary: specified locale for formatting..
Reviewed-by: naoto
sgehwolf [Fri, 14 Sep 2018 14:47:50 +0200] rev 51762
8210647: libsaproc is being compiled without optimization.
Summary: Compile with high optimization instead of none.
Reviewed-by: erikj, jgeorge, sballal
weijun [Mon, 17 Sep 2018 14:52:44 +0800] rev 51761
8210736: jdk/javax/xml/crypto/dsig/GenerationTests.java slow on linux
Reviewed-by: alanb
xyin [Mon, 17 Sep 2018 13:49:55 +0800] rev 51760
8210695: Create test to cover JDK-8205330 InitialDirContext ctor sometimes throws NPE if the server has sent a disconnection
Reviewed-by: vtewari, dfuchs, chegar
igerasim [Sat, 15 Sep 2018 22:02:08 -0700] rev 51759
8210786: Typo s/overriden/overridden/ in several places
Reviewed-by: weijun
igerasim [Sat, 15 Sep 2018 13:53:43 -0700] rev 51758
8210787: Object.wait(long, int) throws inappropriate IllegalArgumentException
Reviewed-by: martin, rriggs