Webrev: http://cr.openjdk.java.net/~aeubanks/tsancds/webrev.00/index.html Disable CDS when TSAN is on We eagerly allocate jmethodIDs in ClassFileParser::fill_instance_klass(). ClassFileParser::fill_instance_klass() is never called on classes in a shared archive. This helps with an upcoming test in a future change.