mirror of https://github.com/apache/jmeter.git
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:
parent
0f87180ea1
commit
d9765e8a3d
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Reference in New Issue