Bug 54268 - Improve memory and CPU usage

make field volatile and transient as per sebb remark on mailing list
Bugzilla Id: 54268

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1419696 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Philippe Mouawad 2012-12-10 19:35:46 +00:00
parent 0f87180ea1
commit d9765e8a3d
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ public class SampleResult implements Serializable {
/**
* Cache for responseData as string to avoid multiple computations
*/
private String responseDataAsString;
private volatile transient String responseDataAsString;
private long initOffset(){
if (useNanoTime){