Skip to content

Commit

Permalink
8272391: Undeleted debug information
Browse files Browse the repository at this point in the history
Backport-of: e4766ee0aa96ab80aeaca36afac5fcaa516620ef
  • Loading branch information
Larry-N authored and Paul Hohensee committed Oct 25, 2021
1 parent 15964f0 commit c7b9f9e
Showing 1 changed file with 1 addition and 2 deletions.
@@ -1,5 +1,5 @@
/*
* Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1997, 2021, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -187,7 +187,6 @@ private static BigInteger[] generatePandQ(SecureRandom random, int valueL,
hashObj = MessageDigest.getInstance(hashAlg);
} catch (NoSuchAlgorithmException nsae) {
// should never happen
nsae.printStackTrace();
}

/* Step 3, 4: Useful variables */
Expand Down

1 comment on commit c7b9f9e

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.