Vladimir Kozlov
c956e7ca8d
8185139: [Graal] Tests which set too restrictive security manager fail with Graal
...
Tests should also check default policy
Reviewed-by: mchung, dfuchs, alanb, mullan
2019-06-21 13:04:14 -07:00
Sean Mullan
a7a94701fe
8226307: Curve names should be case-insensitive
...
Reviewed-by: igerasim, jnimeh, wetmore
2019-06-21 08:38:26 -04:00
Sean Coffey
3f0730930d
8133489: Better messaging for PKIX path validation matching
...
Reviewed-by: xuelei
2019-06-21 08:07:18 +00:00
Jesper Wilhelmsson
86ce4e9448
Merge
2019-06-21 04:16:18 +02:00
Ekaterina Pavlova
5a4675362f
8225684: [AOT] vmTestbase/vm/oom/production/AlwaysOOMProduction tests fail with AOTed java.base
...
Reviewed-by: kvn
2019-06-20 11:42:33 -07:00
Sean Coffey
8d4f4b0491
8213561: ZipFile/MultiThreadedReadTest.java timed out in tier1
...
Reviewed-by: lancea
2019-06-20 08:02:41 +00:00
Xue-Lei Andrew Fan
dbf62785ef
8225766: Curve in certificate should not affect signature scheme when using TLSv1.3
...
Reviewed-by: ascarpino
2019-06-19 21:49:33 -07:00
Jesper Wilhelmsson
333c0c2453
Merge
2019-06-20 02:10:53 +02:00
Harold Seigel
b304a57980
8225789: Empty method parameter type should generate ClassFormatError
...
Check for an empty name when verifying unqualified names
Reviewed-by: lfoltan, coleenp
2019-06-19 08:42:15 -04:00
Tobias Hartmann
9b2f151f30
8226382: ProblemList java/lang/constant/MethodTypeDescTest.java
...
Put test on AOT ProblemList.
Reviewed-by: iignatyev
2019-06-19 12:25:12 +02:00
Tobias Hartmann
3b22c24b74
8226381: ProblemList java/lang/reflect/PublicMethods/PublicMethodsTest.java
...
Put test on AOT ProblemList.
Reviewed-by: iignatyev
2019-06-19 12:24:26 +02:00
Igor Ignatyev
0223655711
8226360: merge entries in hotspot problem lists
...
Reviewed-by: epavlova, kvn
2019-06-19 03:21:38 -07:00
Igor Ignatyev
db0a78f9d4
8226313: problem list compiler/types/correctness tests
...
Reviewed-by: thartmann
2019-06-18 09:19:57 -07:00
Jonathan Gibbons
454f9f9fd0
8225748: Use SHA-256 for javap classfile checksum
...
Reviewed-by: mchung
2019-06-18 11:52:57 -07:00
Pavel Rappo
b870874d22
Merge
2019-06-19 12:17:22 +01:00
Pavel Rappo
d49e648148
8226303: Examine the HttpRequest.BodyPublishers for exception handling
...
Reviewed-by: chegar
2019-06-18 14:12:06 +01:00
Robert Field
a38e980eb5
8200701: jdk/jshell/ExceptionsTest.java fails on Windows, after JDK-8198801
...
8159740: JShell: corralled declarations do not have correct source to wrapper mapping
8212167: JShell : Stack trace of exception has wrong line number
Build corralled (recoverable undeclared definitions) declarations from position translating wraps....
Reviewed-by: jlahoda
2019-06-17 17:14:05 -07:00
Jesper Wilhelmsson
dc82364e05
Merge
2019-06-18 22:48:27 +02:00
Chris Hegarty
d577d9c678
8226319: Add forgotten test/jdk/java/net/httpclient/BodySubscribersTest.java
...
Reviewed-by: dfuchs, prappo
2019-06-18 18:38:53 +01:00
Daniel Fuchs
5b21004fe0
8225578: Replace wildcard address with loopback or local host in tests - part 16
...
Fixes java/net/Authenticator and java/net/CookieHandler to stop depending on the wildcard address, wherever possible.
Reviewed-by: chegar
2019-06-17 20:03:34 +01:00
Robert Field
6fe98143bc
8200701: jdk/jshell/ExceptionsTest.java fails on Windows, after JDK-8198801
...
8159740: JShell: corralled declarations do not have correct source to wrapper mapping
8212167: JShell : Stack trace of exception has wrong line number
Build corralled (recoverable undeclared definitions) declarations from position translating wraps....
Reviewed-by: jlahoda
2019-06-14 20:30:10 -07:00
Jaikiran Pai
a92f0016f3
8217705: HttpClient - wrong exception type when bad status line is received
...
Throw a ProtocolException if the status code in the HTTP response's status line isn't a 3-digit integer
Reviewed-by: dfuchs
2019-06-14 10:19:04 +05:30
Tagir F. Valeev
822c02437a
8225339: Optimize HashMap.keySet()/HashMap.values()/HashSet toArray() methods
...
Reviewed-by: rriggs, redestad, smarks
2019-06-14 05:02:58 +00:00
Joe Darcy
51cf24fcc0
8222369: ExecutableElement.getReceiverType returns null instead of NOTYPE
...
Reviewed-by: jjg
2019-06-13 16:39:20 -07:00
Joe Darcy
aeedfd44b0
8164819: Make javac's toString() on annotation objects consistent with core reflection
...
Reviewed-by: jjg, coleenp
2019-06-13 11:50:45 -07:00
Daniil Titov
c7df05efea
8225543: Jcmd fails to attach to the Java process on Linux using the main class name if whitespace options were used to launch the process
...
Reviewed-by: sspitsyn, dholmes
2019-06-13 11:21:50 -07:00
Vladimir Kozlov
6fc80b4eed
8181837: [Graal] compiler/jvmci/SecurityRestrictionsTest.java fails with AccessControlException
...
Remove test from Problem list because it does not fail anymore.
Reviewed-by: iignatyev
2019-06-17 09:11:27 -07:00
Weijun Wang
c12cf04011
8225392: Comparison builds are failing due to cacerts file
...
Reviewed-by: erikj, martin, mullan
2019-06-15 14:39:04 +08:00
Xue-Lei Andrew Fan
a4277e56c8
8224829: AsyncSSLSocketClose.java has timing issue
...
Reviewed-by: jnimeh, dfuchs
2019-06-14 12:19:14 -07:00
Vladimir Kozlov
2527f768bc
8209590: compiler/compilercontrol/DontInlineCommandTest.java test fails with "Inline message differs" error
...
Increase InlineSmallCode to 4000 for tests which check inlining decisions.
Reviewed-by: iignatyev
2019-06-13 17:18:06 -07:00
Sean Mullan
b2893466aa
8225730: Add sun/security/pkcs11/tls/tls12/FipsModeTLS12.java to ProblemList for linux
...
Reviewed-by: xuelei
2019-06-13 17:49:49 -04:00
Igor Ignatyev
545e81413e
8225746: hotspot problem lists list unexciting tests
...
Reviewed-by: kvn
2019-06-13 13:42:41 -07:00
Daniil Titov
7cff3750d9
8225543: Jcmd fails to attach to the Java process on Linux using the main class name if whitespace options were used to launch the process
...
Reviewed-by: sspitsyn, dholmes
2019-06-13 11:21:50 -07:00
Sean Mullan
a5090ae779
Merge
2019-06-13 13:04:33 -04:00
Sean Mullan
5881889732
8225730: Add sun/security/pkcs11/tls/tls12/FipsModeTLS12.java to ProblemList for linux
...
Reviewed-by: xuelei
2019-06-13 13:03:15 -04:00
Weijun Wang
977870ccea
8225180: SignedObject with invalid Key not throwing the InvalidKeyException in Windows
...
Reviewed-by: mullan
2019-06-13 23:53:21 +08:00
Erik Gahlin
b4b823c4ae
8220657: JFR.dump does not work when filename is set
...
Reviewed-by: ysuenaga
2019-06-13 12:27:29 +02:00
Martin Doerr
fad846280b
8225663: [testbug] Missing JNIEXPORT in XAbortProvoker native function
...
Reviewed-by: mbaesken, gromero, kvn
2019-06-13 11:12:23 +02:00
Michael McMahon
247a6a2ce4
8216417: cleanup of IPv6 scope-id handling
...
Reviewed-by: alanb, chegar, dfuchs
2019-06-13 09:10:51 +01:00
Prasanta Sadhukhan
04ea6ae9b3
Merge
2019-06-13 12:22:28 +05:30
Toshio Nakamura
0f42d9870e
8224184: jshell got IOException at exiting with AIX
...
Reviewed-by: rfield, jlahoda
2019-06-13 08:42:47 +02:00
Prasanta Sadhukhan
53ea90ebf6
Merge
2019-06-13 11:31:36 +05:30
Igor Ignatyev
44b309d38c
8225676: cleanup hotspot ProblemList
...
Reviewed-by: dholmes
2019-06-12 17:22:11 -07:00
Igor Ignatyev
2329e64f2b
8208236: [TESTBUG] vmTestbase/nsk/stress/stack tests fail by timeout
...
Reviewed-by: dholmes
2019-06-12 21:17:26 -07:00
Bradford Wetmore
118fd65d44
8171279: Support X25519 and X448 in TLS
...
Reviewed-by: xuelei, mullan
2019-06-12 18:58:00 -07:00
Hannes Wallnöfer
3353016bbc
8225671: Support HTML 5 character references in javadoc
...
Reviewed-by: jjg
2019-06-12 23:21:24 +02:00
Ekaterina Pavlova
9c5a2bf5af
8225622: [AOT] runtime/SharedArchiveFile/TestInterpreterMethodEntries.java crashed with AOTed java.base
...
Reviewed-by: kvn
2019-06-12 12:31:32 -07:00
Igor Ignatyev
d1348f46f3
8158048: Fix failure message from jtreg gtest wrapper
...
Reviewed-by: kvn, mseledtsov
2019-06-12 11:48:14 -07:00
Calvin Cheung
f1a897b494
8224710: [TESTBUG] dynamicArchive/ExcludedClasses.java test failed in tier6 testing on Windows
...
Account for the failure in loading of the base archive in CDSTestUtils::isUnableToMap().
Reviewed-by: jiangli, iklam
2019-06-12 10:45:46 -07:00
Tobias Hartmann
31d261dda2
8224658: Unsafe access C2 compile fails with assert(flat != TypePtr::BOTTOM) failed: cannot alias-analyze an untyped ptr: adr_type = NULL
...
Handle unsafe off-heap access with constant zero address.
Reviewed-by: vlivanov, roland
2019-06-12 14:06:16 +02:00