epavlova [Thu, 28 Jun 2018 19:33:00 -0700] rev 50910
8195630: [Graal] vmTestbase/nsk/jvmti/AttachOnDemand/attach024/TestDescription.java fails with Graal
Reviewed-by: kvn
weijun [Fri, 29 Jun 2018 08:21:15 +0800] rev 50909
8205927: Update src/java.base/share/legal/public_suffix.md to match the actual file version
Reviewed-by: mullan, xuelei
epavlova [Thu, 28 Jun 2018 17:07:34 -0700] rev 50908
8205207: Port Graal unit tests under jtreg
Reviewed-by: kvn, erikj, iignatyev
iignatyev [Thu, 28 Jun 2018 16:45:15 -0700] rev 50907
8149729: [jittester] Replace all 'path1 +"/" + path2' with Paths::get
Reviewed-by: kvn
jwilhelm [Fri, 29 Jun 2018 01:09:29 +0200] rev 50906
8206006: Build failed on Windows
Reviewed-by: jwilhelm, dcubed
Contributed-by: robin.westberg@oracle.com
joehw [Mon, 02 Jul 2018 13:54:01 -0700] rev 50905
8204329: Java API doc for XMLStreamReader.next() needs to be clarified for the exception thrown when hasNext() method returns false
Reviewed-by: lancea, rriggs
zgu [Mon, 02 Jul 2018 16:28:09 -0400] rev 50904
8205965: SIGSEGV on write to NativeCallStack::EMPTY_STACK
Summary: Made EMPTY_STACK non-const, so it will not be placed in read-only BSS section.
Reviewed-by: stuefe, martin
rraghavan [Mon, 02 Jul 2018 00:55:24 -0700] rev 50903
8203504: [Graal] org.graalvm.compiler.debug.test.DebugContextTest fails with java.util.ServiceConfigurationError
Summary: Added required uses statement
Reviewed-by: dnsimon, kvn
thartmann [Mon, 02 Jul 2018 09:21:06 +0200] rev 50902
8206093: compiler/graalunit/HotspotTest.java fails in CheckGraalIntrinsics
Summary: Ignore encodeBlock intrinsic.
Reviewed-by: kvn
igerasim [Fri, 29 Jun 2018 17:35:04 -0700] rev 50901
8204310: Simpler RandomAccessFile.setLength() on Windows
Reviewed-by: alanb
dtitov [Fri, 29 Jun 2018 12:34:03 -0700] rev 50900
8206086: [Graal] JDI tests fail with com.sun.jdi.ObjectCollectedException
Reviewed-by: sspitsyn, cjplummer, amenkov
joehw [Fri, 29 Jun 2018 10:13:24 -0700] rev 50899
8190835: Subtraction with two javax.xml.datatype.Duration gives incorrect result
Reviewed-by: lancea
jlahoda [Fri, 29 Jun 2018 10:41:10 +0200] rev 50898
8205418: Assorted improvements to source code model
Summary: Improving tree positions, better error recovery, fixing Trees.getScope for possibly erroneous lambdas.
Reviewed-by: jjg, mcimadamore, vromero
darcy [Thu, 28 Jun 2018 17:49:13 -0700] rev 50897
8206083: Make tools/javac/api/T6265137.java robust to JDK version changes
Reviewed-by: jjg
mikael [Thu, 28 Jun 2018 17:45:59 -0700] rev 50896
8206022: Add test to check that the JVM accepts class files with version 56
Reviewed-by: hseigel, hseigel