jwilhelm [Thu, 12 Jul 2018 12:22:54 +0200] rev 51041
Added tag jdk-12+2 for changeset 69b438908512
darcy [Wed, 11 Jul 2018 16:12:18 -0700] rev 51040
8207055: Make javac -help output for -source and -target more informative
Reviewed-by: jjg
bchristi [Wed, 11 Jul 2018 14:32:42 -0700] rev 51039
8207005: Disable the file canonicalization cache by default
Reviewed-by: alanb, bpb
jwilhelm [Wed, 11 Jul 2018 21:41:43 +0200] rev 51038
Merge
bulasevich [Wed, 11 Jul 2018 15:08:44 -0400] rev 51037
8207044: minimal vm build fail: missing #include
Summary: Add missing #include
Reviewed-by: kbarrett, shade
Contributed-by: boris.ulasevich@bell-sw.com
rhalade [Wed, 11 Jul 2018 11:17:09 -0700] rev 51036
8205967: Remove sun/security/krb5/auto/UnboundSSL.java from ProblemList.txt
Reviewed-by: xuelei, rhalade
Contributed-by: Andrew Wong <andrew.w.wong@oracle.com>
dl [Tue, 10 Jul 2018 10:24:08 -0700] rev 51035
8205576: forkjoin/FJExceptionTableLeak.java fails "AssertionError: failed to satisfy condition"
Reviewed-by: martin, psandoz, dholmes, tschatzl
ghaug [Tue, 10 Jul 2018 11:36:36 +0200] rev 51034
8206919: s390: add missing info to vm_version_ext_s390
Reviewed-by: simonis, mdoerr
serb [Wed, 11 Jul 2018 13:41:25 +0300] rev 51033
8202264: Race condition in AudioClip.loop()
Reviewed-by: prr
serb [Wed, 11 Jul 2018 13:17:48 +0300] rev 51032
8205973: Client jtreg ProblemList cleanup
Reviewed-by: prr
jjiang [Wed, 11 Jul 2018 10:39:58 +0800] rev 51031
8199645: javax/net/ssl/SSLSession/TestEnabledProtocols.java failed with Connection reset
Summary: Refactor this test with SSLSocketTemplate
Reviewed-by: xuelei
kvn [Tue, 10 Jul 2018 19:42:48 -0700] rev 51030
8206135: Building jvm with AOT but without JVMCI should fail at configure time
Reviewed-by: erikj
mikael [Tue, 10 Jul 2018 16:14:48 -0700] rev 51029
8207007: Add missing license header to zHash.inline.hpp
Reviewed-by: tschatzl, pliden
epavlova [Tue, 10 Jul 2018 13:54:17 -0700] rev 51028
8206951: [Graal] org.graalvm.compiler.hotspot.test.GraalOSRTest to ProblemList-graal.txt
Reviewed-by: kvn
kbarrett [Tue, 10 Jul 2018 13:34:32 -0400] rev 51027
8204691: HeapRegion.apply_to_marked_objects_other_vm_test fails with assert(!hr->is_free() || hr->is_empty()) failed: Free region 0 is not empty for set Free list #
Summary: Run test in safepoint.
Reviewed-by: tschatzl, ehelin