Bug 48235 - org.apache.catalina.core.ContainerBase.threadDone should be volatile
Summary: org.apache.catalina.core.ContainerBase.threadDone should be volatile
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 7
Classification: Unclassified
Component: Catalina (show other bugs)
Version: trunk
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-18 18:29 UTC by Sebb
Modified: 2009-11-22 16:37 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebb 2009-11-18 18:29:36 UTC
org.apache.catalina.core.ContainerBase.threadDone should be volatile, because it is accessed across threads.
Comment 1 Mark Thomas 2009-11-22 16:37:46 UTC
Fixed in trunk.