We have a number of useful metaspace verifications, but most of them are switched off even in debug builds since they take too much time (see e.g. JDK-8199518).
Until now these switched were controlled by a static const bool. I'd like to make this bool switchable via a develop command line flag (whose default can be off to not disturb tests).
Until now these switched were controlled by a static const bool. I'd like to make this bool switchable via a develop command line flag (whose default can be off to not disturb tests).
- relates to
-
JDK-8199518 test/hotspot/jtreg/runtime/SelectionResolution tests take a lot longer to run with fastdebug after JDK-8198423
-
- Closed
-
-
JDK-8218988 Improve metaspace verifications
-
- Resolved
-