Message11281

Author stefan.richthofer
Recipients jamesmudd, jeff.allen, stefan.richthofer, zyasoft
Date 2017-03-30.08:22:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490862121.37.0.0501318752488.issue2536@psf.upfronthosting.co.za>
In-reply-to
Content
I learned that my minimal example Test.java is false. The finally blocks are actually always called there, only the System.out.println was sometimes swallowed. If one prints the checksum along with "continue normal execution..." output line, it works like it should.

James, could you name the class and method where the StackOverflow happens? And also class and method of the finally block that raises another StackOverflow?
History
Date User Action Args
2017-03-30 08:22:01stefan.richthofersetmessageid: <1490862121.37.0.0501318752488.issue2536@psf.upfronthosting.co.za>
2017-03-30 08:22:01stefan.richthofersetrecipients: + stefan.richthofer, zyasoft, jeff.allen, jamesmudd
2017-03-30 08:22:01stefan.richthoferlinkissue2536 messages
2017-03-30 08:22:00stefan.richthofercreate