darcy [Thu, 06 Jun 2019 17:48:06 -0700] rev 55275
8225465: Add @jls tags to receiver type methods
Reviewed-by: lancea, jjg
igerasim [Thu, 06 Jun 2019 17:20:19 -0700] rev 55274
8225397: Integer value miscalculation in toString() method of BitSet
Reviewed-by: aph
kvn [Thu, 06 Jun 2019 16:06:10 -0700] rev 55273
8222371: Use UL for TraceNMethodInstalls code
Reviewed-by: dholmes
kvn [Thu, 06 Jun 2019 15:12:37 -0700] rev 55272
8208379: compiler/jvmci/events/JvmciNotifyInstallEventTest.java failed with "Got unexpected event count after 2nd install attempt: expected 9 to equal 2"
Reviewed-by: iignatyev
bpb [Thu, 06 Jun 2019 14:13:59 -0700] rev 55271
8224617: (fs) java/nio/file/FileStore/Basic.java found filesystem twice
Reviewed-by: alanb
iignatyev [Thu, 06 Jun 2019 13:42:41 -0700] rev 55270
8225450: use @file in CtwRunner
Reviewed-by: kvn
egahlin [Thu, 06 Jun 2019 22:31:13 +0200] rev 55269
8219205: JFR file without license header
Reviewed-by: mgronlun
coleenp [Thu, 06 Jun 2019 15:09:17 -0400] rev 55268
8224151: Test vmTestbase/nsk/sysdict/vm/stress/chain/chain007/chain007.java might hang with release binaries
Summary: Fix deadlock on ClassLoaderDataGraph_lock and g1 clear_claimed_marks.
Reviewed-by: tschatzl, lfoltan, eosterlund
egahlin [Thu, 06 Jun 2019 20:19:03 +0200] rev 55267
8216283: Allow shorter method sampling interval than 10 ms
Reviewed-by: mgronlun
jjg [Thu, 06 Jun 2019 10:36:43 -0700] rev 55266
8225321: Repeated use of {@systemProperty} in a file causes duplicate ids
Reviewed-by: hannesw
mr [Thu, 06 Jun 2019 10:01:36 -0700] rev 55265
8197927: Allow the system property `java.vendor.version` to be undefined
Reviewed-by: lancea, mchung, clanger
aeubanks [Thu, 23 May 2019 10:06:37 -0700] rev 55264
8224645: Only test multicast interfaces if they exist
Reviewed-by: alanb, dfuchs, chegar
Contributed-by: aeubanks@google.com
jlaskey [Thu, 06 Jun 2019 12:24:44 -0300] rev 55263
8223967: Implement Text Blocks (Preview) in the Java compiler
Reviewed-by: vromero, jlahoda, abuckley
jlaskey [Thu, 06 Jun 2019 12:24:44 -0300] rev 55262
8203444: String::formatted (Preview)
Reviewed-by: smarks, rriggs, sherman
jlaskey [Thu, 06 Jun 2019 12:24:44 -0300] rev 55261
8223780: String::translateEscapes (Preview)
Reviewed-by: abuckley, vromero, jlahoda, bchristi, igerasim, smarks
jlaskey [Thu, 06 Jun 2019 12:24:44 -0300] rev 55260
8223775: String::stripIndent (Preview)
Reviewed-by: abuckley, vromero, jlahoda, bchristi, rriggs, smarks
bpb [Thu, 06 Jun 2019 08:11:25 -0700] rev 55259
8219992: Correct the documentation of PrintWriter to refer System.lineSeparator
Reviewed-by: darcy, lancea, rriggs
mbalao [Wed, 05 Jun 2019 01:42:11 -0300] rev 55258
8215032: Support Kerberos cross-realm referrals (RFC 6806)
Reviewed-by: weijun
rriggs [Thu, 06 Jun 2019 10:03:22 -0400] rev 55257
8224905: java/lang/ProcessBuilder/Basic.java#id1 failed with stream closed
Reviewed-by: lancea, bpb, naoto
egahlin [Thu, 06 Jun 2019 15:22:12 +0200] rev 55256
8224217: RecordingInfo should use textual representation of path
Reviewed-by: mgronlun
weijun [Thu, 06 Jun 2019 21:19:07 +0800] rev 55255
8225304: Tiny HTML error (bad heading) in org.ietf.jgss package-info.java
Reviewed-by: xuelei
vlivanov [Thu, 06 Jun 2019 13:46:03 +0300] rev 55254
8225141: Better handling of classes in error state in fast class initialization checks
Reviewed-by: dlong, dholmes
vlivanov [Thu, 06 Jun 2019 13:46:01 +0300] rev 55253
8225106: C2: Parse::clinit_deopt asserts when holder klass is in error state
Reviewed-by: mdoerr
jiefu [Thu, 06 Jun 2019 13:45:59 +0300] rev 55252
8224162: assert(profile.count() == 0) failed: sanity in InlineTree::is_not_reached
Reviewed-by: vlivanov, kvn
ngasson [Tue, 04 Jun 2019 17:56:16 +0800] rev 55251
8224853: CDS address sanitizer errors
Reviewed-by: iklam, dholmes
lfoltan [Wed, 05 Jun 2019 22:19:09 -0700] rev 55250
8225325: Add tests for redefining a class' private method during resolution of the bootstrap specifier
Summary: Add new tests
Reviewed-by: dholmes, sspitsyn
sspitsyn [Wed, 05 Jun 2019 21:02:42 -0700] rev 55249
8205126: JVMTI spec incorrectly states that PopFrame can not be called on the current thread
Summary: Align the PopFrame spec with the implementation
Reviewed-by: amenkov, jcbeyler, cjplummer, dcubed
jjiang [Thu, 06 Jun 2019 10:11:24 +0800] rev 55248
8225390: ProblemList sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java due to JDK-8161536
Reviewed-by: xuelei