hg: jdk/submit: 8 new changesets
jesper.wilhelmsson at oracle.com
jesper.wilhelmsson at oracle.com
Sat Jun 29 03:28:43 UTC 2019
Changeset: ed7851b2d5e4
Author: jjiang
Date: 2019-06-28 05:29 +0800
URL: http://hg.openjdk.java.net/jdk/submit/rev/ed7851b2d5e4
8224650: Add tests to support X25519 and X448 in TLS
Reviewed-by: xuelei
! test/jdk/javax/net/ssl/templates/SSLSocketTemplate.java
+ test/jdk/sun/security/ssl/CipherSuite/NamedGroupsWithCipherSuite.java
Changeset: bad3754349aa
Author: jlahoda
Date: 2019-06-27 10:39 +0200
URL: http://hg.openjdk.java.net/jdk/submit/rev/bad3754349aa
8226510: No compilation error when switch expression has no result expressions
Summary: Ensure a compile-time error is produced when there are no result expressions in an switch expression.
Reviewed-by: vromero
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Attr.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
! test/langtools/tools/javac/diags/examples/BreakOutsideSwitchExpression.java
! test/langtools/tools/javac/diags/examples/ContinueOutsideSwitchExpression.java
! test/langtools/tools/javac/diags/examples/ReturnOutsideSwitchExpression.java
! test/langtools/tools/javac/diags/examples/RuleCompletesNormally.java
! test/langtools/tools/javac/diags/examples/SwitchExpressionCompletesNormally.java
+ test/langtools/tools/javac/diags/examples/SwitchExpressionNoResultExpressions.java
! test/langtools/tools/javac/switchexpr/EmptySwitch.java
! test/langtools/tools/javac/switchexpr/EmptySwitch.out
! test/langtools/tools/javac/switchexpr/ExpressionSwitchBreaks2.java
! test/langtools/tools/javac/switchexpr/ExpressionSwitchBreaks2.out
! test/langtools/tools/javac/switchexpr/ExpressionSwitchFlow.java
! test/langtools/tools/javac/switchexpr/ExpressionSwitchFlow.out
! test/langtools/tools/javac/switchexpr/WrongBreakTest.out
Changeset: 33766821f738
Author: naoto
Date: 2019-06-28 08:48 -0700
URL: http://hg.openjdk.java.net/jdk/submit/rev/33766821f738
8226876: Assertion in sun/util/locale/provider/CalendarDataUtility on Windows after JDK-8218960
Reviewed-by: clanger
! src/java.base/share/classes/sun/util/locale/provider/CalendarDataUtility.java
+ test/jdk/sun/util/locale/provider/CalendarDataRegression.java
Changeset: 6aa047de311b
Author: valeriep
Date: 2019-06-28 19:36 +0000
URL: http://hg.openjdk.java.net/jdk/submit/rev/6aa047de311b
8226651: Setting the mgfHash in CK_RSA_PKCS_PSS_PARAMS has no effect
Summary: Fixed to get the MGF digest algorithm from MGF1ParameterSpec
Reviewed-by: xuelei
! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11PSSSignature.java
! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/CK_RSA_PKCS_PSS_PARAMS.java
! test/jdk/sun/security/pkcs11/Signature/KeyAndParamCheckForPSS.java
! test/jdk/sun/security/pkcs11/Signature/SigInteropPSS.java
! test/jdk/sun/security/pkcs11/Signature/SignatureTestPSS.java
Changeset: c868b89c7dd9
Author: clanger
Date: 2019-06-28 20:46 +0100
URL: http://hg.openjdk.java.net/jdk/submit/rev/c868b89c7dd9
8226869: Test java/util/Locale/LocaleProvidersRun.java should enable assertions
Reviewed-by: naoto
! test/jdk/java/util/Locale/LocaleProvidersRun.java
Changeset: 6546a2ae6773
Author: dlong
Date: 2019-06-28 16:50 -0400
URL: http://hg.openjdk.java.net/jdk/submit/rev/6546a2ae6773
8226533: JVMCI: findUniqueConcreteMethod should handle statically bindable methods directly
Reviewed-by: kvn, dlong
Contributed-by: Doug Simon <doug.simon at oracle.com>
! src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotResolvedObjectTypeImpl.java
Changeset: e6331cf74840
Author: sspitsyn
Date: 2019-06-28 16:06 -0700
URL: http://hg.openjdk.java.net/jdk/submit/rev/e6331cf74840
8226917: jvmti/scenarios/contention/TC04/tc04t001/TestDescription.java fails on jvmti->InterruptThread (JVMTI_ERROR_THREAD_NOT_ALIVE)
Summary: Fix one more sync issue in the test
Reviewed-by: dcubed, gadams, amenkov
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/contention/TC04/tc04t001/tc04t001.cpp
Changeset: 5ce081828739
Author: jwilhelm
Date: 2019-06-29 05:26 +0200
URL: http://hg.openjdk.java.net/jdk/submit/rev/5ce081828739
Merge
! src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotResolvedObjectTypeImpl.java
More information about the jdk-submit-changes
mailing list