gromero [Fri, 06 Jul 2018 16:25:07 -0400] rev 51147
8205582: PPC64: RTM: Fix counter for aborts on nested transactions
Reviewed-by: mdoerr, goetz
gromero [Tue, 26 Jun 2018 08:33:17 -0400] rev 51146
8205581: PPC64: RTM: Fix abort on native calls
Reviewed-by: mdoerr, goetz
gromero [Sun, 24 Jun 2018 21:48:42 -0400] rev 51145
8205580: PPC64: RTM: Don't retry lock on abort if abort was intentional
Reviewed-by: mdoerr, goetz
epavlova [Wed, 18 Jul 2018 13:24:25 -0700] rev 51144
8207380: compiler/graalunit/JttLangMTest.java timeout
Reviewed-by: kvn
shade [Wed, 11 Jul 2018 08:44:00 +0200] rev 51143
8206931: Misleading "COMPILE SKIPPED: invalid non-klass dependency" compile log
Reviewed-by: vlivanov, never
weijun [Thu, 19 Jul 2018 00:14:40 +0800] rev 51142
8202837: PBES2 AlgorithmId encoding error in PKCS12 KeyStore
Reviewed-by: xuelei
weijun [Thu, 19 Jul 2018 00:14:29 +0800] rev 51141
8207250: setUseClientMode post handshake with the same value as before does not throw IAE
Reviewed-by: xuelei
jcbeyler [Wed, 18 Jul 2018 11:57:51 -0400] rev 51140
8207763: serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatRateTest.java failed with Error. Parse Exception: Can't find source file: HeapMonitorStatIntervalTest.java
Summary: Rename the test.
Reviewed-by: amenkov, sspitsyn
Contributed-by: jcbeyler@google.com
mdoerr [Wed, 18 Jul 2018 11:27:14 +0200] rev 51139
8207342: error occurred during error reporting (printing register info)
Summary: os::print_location misses a check if the pointer is readable.
Reviewed-by: goetz, coleenp
jcbeyler [Tue, 17 Jul 2018 19:59:38 -0700] rev 51138
8205725: Update the JVMTI Spec for Heap Sampling
Summary: Update the JVMTI Spec for Heap Sampling
Reviewed-by: amenkov, sspitsyn
Contributed-by: jcbeyler@google.com
jcbeyler [Tue, 17 Jul 2018 17:52:03 -0700] rev 51137
8205652: serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatRateTest.java fails
Summary: Fix the StatRateTest test from the HeapMonitor package
Reviewed-by: amenkov, sspitsyn
Contributed-by: jcbeyler@google.com
jcbeyler [Tue, 17 Jul 2018 15:09:27 -0700] rev 51136
8205541: serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatArrayCorrectnessTest.java fails with Should not have any events stored yet.
Summary: Fix StatArray and StatObject tests from the HeapMonitor package
Reviewed-by: amenkov, sspitsyn
Contributed-by: jcbeyler@google.com
dtitov [Tue, 17 Jul 2018 11:20:16 -0700] rev 51135
8207261: [Graal] JDI and JDWP tests that consume all memory should be filtered out to not run with Graal
Reviewed-by: sspitsyn, cjplummer
apetcher [Tue, 17 Jul 2018 13:04:40 -0400] rev 51134
8206929: Check session context for TLS 1.3 session resumption
Summary: additional checks to prevent TLS 1.3 sessions from being resumed when they shouldn't
Reviewed-by: xuelei