Paul Sandoz
|
72e7a31529
|
8171826: Comparator.reverseOrder(c) mishandles singleton comparators
Reviewed-by: rriggs
|
2017-12-12 09:33:35 -08:00 |
|
Martin Balao
|
f1212e26c3
|
8165996: PKCS11 using NSS throws an error regarding secmod.db when NSS uses sqlite
Reviewed-by: weijun
|
2017-12-13 01:29:58 +08:00 |
|
Hannes Wallnöfer
|
225ec213e4
|
8069338: Implement sharedScopeCall for optimistic types
Reviewed-by: attila, sundar
|
2017-12-12 15:38:18 +01:00 |
|
Srikanth Adayapalam
|
ac4e5933a6
|
8193142: Regression: ClassCastException: Type$ErrorType cannot be cast to Type$ArrayType
Reviewed-by: mcimadamore
|
2017-12-12 18:40:31 +05:30 |
|
Attila Szegedi
|
9d93886076
|
8191905: Add a REMOVE StandardOperation to Dynalink
Reviewed-by: hannesw, sundar
|
2017-12-12 14:04:57 +01:00 |
|
Sean Coffey
|
63b433923c
|
8210838: Override javax.crypto.Cipher.toString()
Reviewed-by: mullan, weijun
|
2018-11-19 09:56:42 +00:00 |
|
Richard Reingruber
|
e310d296e2
|
8213902: com/sun/jdi/SetLocalWhileThreadInNative.java times out
Reviewed-by: dholmes, jcbeyler
|
2018-11-16 15:51:29 +01:00 |
|
Weijun Wang
|
c20332c412
|
8212003: Deprecating the default keytool -keyalg option
Reviewed-by: mullan, xuelei
|
2018-11-17 18:11:23 +08:00 |
|
Jean Christophe Beyler
|
3e936d3cd9
|
8212931: HeapMonitorStatIntervalTest.java fails due average calculation
Added a method to get the actual size
Reviewed-by: amenkov, sspitsyn
|
2018-11-16 19:27:21 -08:00 |
|
Calvin Cheung
|
8761824649
|
8201375: Add the AllowArchivingWithJavaAgent diagnostic vm option to allow the use of the -javaagent option during CDS dumping
Allow Java agent during CDS dumping if the AllowArchivingWithJavaAgent dignostic option is specified.
Reviewed-by: iklam, jiangli, sspitsyn, dcubed
|
2018-11-16 16:10:25 -08:00 |
|
Claes Redestad
|
7a30c97753
|
8061281: Microbenchmark suite build support, directory layout and sample benchmarks
8061282: Migrate jmh-jdk-microbenchmarks into the JDK
Co-authored-by: Magnus Ihse Bursie <magnus.ihse.bursie@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Staffan Friberg <sfriberg@kth.se>
Reviewed-by: ecaspole, mchung, erikj, ihse
|
2018-11-16 23:39:51 +01:00 |
|
Dean Long
|
bfc1488468
|
8213959: add org.graalvm.compiler.replacements.test.StringCompressInflateTest to graal problem list
Reviewed-by: thartmann, kvn
|
2018-11-16 09:35:39 -08:00 |
|
Boris Ulasevich
|
11c5e7968b
|
8213794: ARM32: disable TypeProfiling, CriticalJNINatives, Serviceablity tests for ARM32
Reviewed-by: dholmes
|
2018-11-16 19:29:40 +03:00 |
|
Boris Ulasevich
|
28f45defae
|
8213410: UseCompressedOops requirement check fails fails on 32-bit system
Reviewed-by: dholmes
|
2018-11-16 19:29:20 +03:00 |
|
Dora Zhou
|
2b38340ad7
|
8210408: Refactor java.util.ResourceBundle:i18n shell tests to plain java tests
Reviewed-by: naoto
|
2018-11-15 21:53:30 -08:00 |
|
Kim Barrett
|
5e0d5efe4c
|
8213352: Separate BufferNode allocation from PtrQueueSet
Move free-list management and allocation to new class.
Reviewed-by: tschatzl, sjohanss
|
2018-11-15 19:59:10 -05:00 |
|
Igor Ignatyev
|
e53852dd51
|
8213922: fix ctw stand-alone build
Reviewed-by: kvn, roland
|
2018-11-15 14:01:08 -08:00 |
|
Dean Long
|
971575362a
|
8210777: Update Graal
Reviewed-by: kvn
|
2018-11-15 09:04:07 -08:00 |
|
Adam Petcher
|
12d64aaeba
|
8213363: X25519 private key PKCS#8 encoding/decoding is incorrect
Fixed private key format to match spec in RFC 8410
Reviewed-by: mullan
|
2018-11-15 13:22:29 -05:00 |
|
Daniil Titov
|
52bee8fe04
|
8203174: [Graal] JDI tests fail with Unexpected exception: com.sun.jdi.ObjectCollectedException
Reviewed-by: sspitsyn, cjplummer
|
2018-11-15 09:56:49 -08:00 |
|
Michael McMahon
|
1b34ea35c9
|
8213616: URLPermission with query or fragment behaves incorrectly
Reviewed-by: chegar, dfuchs
|
2018-11-15 11:26:46 +00:00 |
|
Sibabrata Sahoo
|
bf9fb45c85
|
8211787: javax/net/ssl/TLSCommon/TLSTest.java throws java.net.SocketTimeoutException: Read timed out
Java.net.SocketTimeoutException: Read timed out
Reviewed-by: xuelei
|
2018-11-14 23:12:19 -08:00 |
|
Jean Christophe Beyler
|
d7d4bc9fdd
|
8213622: Windows VS2013 build failure - "'snprintf': identifier not found"
Replace snprintf with strlen and memcpy
Reviewed-by: dholmes, mvala, kbarrett
|
2018-11-14 12:25:15 -08:00 |
|
Martin Balao
|
7c14ebfcd0
|
8204142: AWT hang occurs when sequenced events arrive out of sequence in multiple AppContexts
Improvements on the synchronization of SequencedEvent events from different AppContexts
Reviewed-by: serb
|
2018-11-09 10:34:19 -03:00 |
|
Erik Joelsson
|
24eb1aa0eb
|
8213709: jdk/javadoc/doclet/testValueTag/TestValueTagInModule.java missing modules declaration
Reviewed-by: jjg
|
2018-11-14 09:31:38 -08:00 |
|
Erik Joelsson
|
03a8cdece5
|
8211727: Adjust default concurrency settings for running tests on Sparc
Reviewed-by: ctornqvi, tbell, mikael
|
2018-11-14 09:26:28 -08:00 |
|
Michael McMahon
|
028f2e14b3
|
8213189: Make restricted headers in HTTP Client configurable and remove Date by default
Reviewed-by: dfuchs
|
2018-11-14 14:23:21 +00:00 |
|
Jini George
|
64a1914e1c
|
8192985: SA: Test cases for the clhsdb 'inspect', 'scanoops' and 'printas' commands
Create tests for the clhsdb commands: inspect, scanoops and printas
Reviewed-by: sspitsyn, sballal, cjplummer
|
2017-12-14 12:49:47 +05:30 |
|
Jesper Wilhelmsson
|
f1985b2e7e
|
Merge
|
2017-12-13 23:06:59 +01:00 |
|
Vladimir Kozlov
|
c11f132abe
|
8191788: add jdk.internal.vm.compiler to --limit-modules if -Djvmci.Compiler=graal is in the command line
Skip tests which use --limit-modules when Graal is used as JIT compiler.
Reviewed-by: alanb, mchung, dholmes, ccheung, dnsimon
|
2017-12-13 11:59:55 -08:00 |
|
Nils Eliasson
|
16d95cbf9d
|
8192971: LockCompilationTest fails intermittently
Remove all unnecessary compilations
Reviewed-by: kvn, thartmann
|
2017-12-13 10:21:21 +01:00 |
|
Brent Christian
|
276093653a
|
8190984: tools/launcher/TestXcheckJNIWarnings.java WARNING was found in the output
Reviewed-by: dholmes, mchung
|
2017-12-12 21:46:06 -05:00 |
|
Brent Christian
|
eb417da953
|
8193271: ProblemList tools/launcher/TestXcheckJNIWarnings.java
Reviewed-by: darcy
|
2017-12-08 13:04:43 -08:00 |
|
David Holmes
|
b1001c7d7d
|
8193222: EnsureLocalCapacity() should maintain capacity requests through multiple calls
Reviewed-by: coleenp, dcubed
|
2017-12-12 19:06:19 -05:00 |
|
Tobias Hartmann
|
8ab2ee6ab1
|
8193363: TestDumpReplay.java fails with product builds
Added missing -XX:+IgnoreUnrecognizedVMOptions
Reviewed-by: kvn
|
2017-12-12 19:05:02 +01:00 |
|
Chris Plummer
|
200e63f32c
|
8191229: serviceability/jvmti/GetOwnedMonitorInfo/GetOwnedMonitorInfoTest.java fails with NoClassDefFoundError
Call FindClass() when we are in the proper classloader context
Reviewed-by: sspitsyn, dholmes, amenkov
|
2017-12-09 07:50:50 -08:00 |
|
Jesper Wilhelmsson
|
42d9cdb7a0
|
Merge
|
2017-12-08 23:43:25 +01:00 |
|
Calvin Cheung
|
915b2cd1f2
|
8192989: runtime/appcds/javaldr/ArrayTest.java crashes with assert(k->is_instance_klass())
Disable loading array classes from the class list
Reviewed-by: iklam, jiangli
|
2017-12-08 15:14:08 -08:00 |
|
Daniel D. Daugherty
|
b0138d81ad
|
8193135: get rid of redundant _smr_ prefix/infix in ThreadSMRSupport stuff
Reviewed-by: stefank, gtriantafill, coleenp
|
2017-12-08 15:24:47 -05:00 |
|
Daniel Fuchs
|
a87551990a
|
8191033: Regression in logging.properties: specifying .handlers= for root logger (instead of handlers=) no longer works
The behavior observed for Java 8 is restored
Reviewed-by: martin, mchung
|
2017-12-08 11:50:39 +00:00 |
|
Priya Lakshmi Muthuswamy
|
6534e2ad54
|
8193137: Nashorn crashes when given an empty script file
Reviewed-by: hannesw, sundar
|
2017-12-08 12:02:30 +01:00 |
|
Attila Szegedi
|
cebb2a31b4
|
8192970: Element getters/setters with fixed key fail to link properly
Reviewed-by: hannesw, sundar
|
2017-12-08 11:48:38 +01:00 |
|
Sharath Ballal
|
3f561e29a9
|
8193124: SA: Testcases for clhsdb jdis and findpc commands
Reviewed-by: sundar, cjplummer, jgeorge
|
2017-12-08 15:41:11 +05:30 |
|
Kumar Srinivasan
|
c30bc22a0e
|
8034254: Don't use binary testing files broken.jar
Reviewed-by: jjg
|
2017-12-07 21:07:12 -08:00 |
|
Weijun Wang
|
67205081ec
|
8192987: keytool should remember real storetype if it is not provided
Reviewed-by: mullan
|
2017-12-08 09:40:14 +08:00 |
|
Kumar Srinivasan
|
7604d1d515
|
8149402: "-group" option issue for classes from default package
Reviewed-by: jjg
|
2017-12-07 14:21:25 -08:00 |
|
Kumar Srinivasan
|
900f2c016d
|
8191030: @value Tags are not resolved by javadoc 9
Reviewed-by: jjg
|
2017-12-07 14:15:14 -08:00 |
|
Joe Darcy
|
62d672208a
|
8193191: Update JavacTestingAbstractProcessor for JDK 10
Reviewed-by: jjg
|
2017-12-07 11:00:32 -08:00 |
|
Jan Lahoda
|
9f07305ab6
|
8189248: Jshell: error with mutually dependent snippets, when one must be replaced
Ensuring proper imports are generated for mutually dependent snippets if one of them is replaced.
Reviewed-by: rfield
|
2017-12-07 19:24:27 +01:00 |
|
Mandy Chung
|
f296f0cfbc
|
8192945: Need stable sort for MODULES entry in the release file
Reviewed-by: alanb, redestad
|
2017-12-07 09:23:15 -08:00 |
|