mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-18 01:17:57 +00:00
8348800: Many serviceability/sa tests failing after JDK-8348239
Reviewed-by: shade, kevinw, lmesnik
This commit is contained in:
parent
5e81fa6a1f
commit
98a93e1151
@ -155,7 +155,11 @@ public class Threads {
|
||||
virtualConstructor.addMapping("NotificationThread", NotificationThread.class);
|
||||
virtualConstructor.addMapping("StringDedupThread", StringDedupThread.class);
|
||||
virtualConstructor.addMapping("AttachListenerThread", AttachListenerThread.class);
|
||||
virtualConstructor.addMapping("DeoptimizeObjectsALotThread", DeoptimizeObjectsALotThread.class);
|
||||
|
||||
/* Only add DeoptimizeObjectsALotThread if it is actually present in the type database. */
|
||||
if (db.lookupType("DeoptimizeObjectsALotThread", false) != null) {
|
||||
virtualConstructor.addMapping("DeoptimizeObjectsALotThread", DeoptimizeObjectsALotThread.class);
|
||||
}
|
||||
}
|
||||
|
||||
public Threads() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user