--- a/src/java.base/share/classes/java/lang/ThreadDeath.java Thu Oct 17 20:27:44 2019 +0100
+++ b/src/java.base/share/classes/java/lang/ThreadDeath.java Thu Oct 17 20:53:35 2019 +0100
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1995, 2008, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1995, 2019, 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
@@ -47,5 +47,11 @@
*/
public class ThreadDeath extends Error {
+ @java.io.Serial
private static final long serialVersionUID = -4417128565033088268L;
+
+ /**
+ * Constructs a {@code ThreadDeath}.
+ */
+ public ThreadDeath() {}
}