https://issues.apache.org/bugzilla/show_bug.cgi?id=50671

           Summary: Volatile keyword
           Product: JMeter
           Version: 2.4
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
        AssignedTo: [email protected]
        ReportedBy: [email protected]


I came across the usage of the volatile keyword in the file RunTime.java
(runtime controller) where it is used as modifier for startTime.

Why is this used? The runtime controller should only be accessed from the
thread where it is executed on.

Maybe there was a confusion with the transient keyword, as RunTime implements
Serializable and this would be a member that needs not to be serialized.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to