--- old/src/java.base/share/classes/java/lang/doc-files/threadPrimitiveDeprecation.html 2017-04-05 13:39:12.000000000 +0100 +++ new/src/java.base/share/classes/java/lang/doc-files/threadPrimitiveDeprecation.html 2017-04-05 13:39:12.000000000 +0100 @@ -1,3 +1,27 @@ + @@ -33,7 +57,7 @@ have to be studied in great detail, with this in mind.
  • A thread can throw a second ThreadDeath exception while cleaning up from the first (in the catch or -finally clause). Cleanup would have to repeated till +finally clause). Cleanup would have to be repeated till it succeeded. The code to ensure this would be quite complex.
  • In sum, it just isn't practical.