Hi Mayur,
Thanks for your quick response:)
I tried to use chord.check.exclude. I still have problems:
Here is the value I specified for chord.check.exclude:
chord.check.exclude="java.,java.awt.,javax.,com.sun.,com.sun.apple.,sun.,apple.,org.eclipse.,apache.,java.util.regex.Pattern,java.lang.System,java.io.PrintStream,java.io.PrintWriter,java.io.StringReader,java.util.Vector,java.lang.Throwable,java.security.AccessControlContext,java.util.Random,java.lang.Integer,java.lang.SecurityManager,java.lang.ClassLoader,java.util.Properties,java.lang.StringBuffer,java.lang.String,java.lang.StringBuilder,java.lang.AbstractStringBuilder,java.util.ArrayList"
As you can see, I used both "java." and "java.util.ArrayList". But still, I saw races under "Dataraces on
java.util.ArrayList.size" and "Dataraces on
java.util.ArrayList.elementData".
Is there any steps I am missing?
Best,
Kaituo