Skip to content

Commit

Permalink
Automatic merge of jdk:master into master
Browse files Browse the repository at this point in the history
  • Loading branch information
duke committed Jun 12, 2020
2 parents a00c02b + 1faed20 commit 18994a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/jdk/javax/net/ssl/SSLEngine/IllegalHandshakeMessage.java
@@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -70,7 +70,7 @@ public static void main(String args[]) throws Exception {
cliToSrv.put(7, (byte)0x80); // use illegal message length cliToSrv.put(7, (byte)0x80); // use illegal message length
} else { } else {
// unlikely // unlikely
throw new Exception("No handshage message generated."); throw new Exception("No handshake message is generated.");
} }


try { try {
Expand Down

0 comments on commit 18994a3

Please sign in to comment.