Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Bret Ambrose committed Sep 6, 2023
1 parent 3ac977f commit 4d35669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/software/amazon/awssdk/crt/CRT.java
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ private static void jvmInit() {
* shutdown process works via ref-counting, with a default starting count of 1 which is decremented by a
* JVM shutdown hook. Each external call to `acquireShutdownRef()` requires a corresponding call to
* `releaseShutdownRef()` when the caller is ready for the CRT to be shut down. Once all shutdown references
* have been released, the CRT will be shutdown.
* have been released, the CRT will be shut down.
*
* If the ref count is not properly driven to zero (and thus leaving the CRT active), the JVM may crash
* if unmanaged native code in the CRT is still busy and attempts to call back into the JVM after the JVM cleans
Expand Down

0 comments on commit 4d35669

Please sign in to comment.