mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8276422: Add command-line option to disable finalization
Co-authored-by: David Holmes <dholmes@openjdk.org> Co-authored-by: Brent Christian <bchristi@openjdk.org> Reviewed-by: dholmes, kbarrett, bchristi
This commit is contained in:
parent
ec7cb6d5d3
commit
d7ad546758
13 changed files with 265 additions and 17 deletions
|
@ -141,6 +141,7 @@
|
|||
|
||||
#endif // ndef DTRACE_ENABLED
|
||||
|
||||
bool InstanceKlass::_finalization_enabled = true;
|
||||
|
||||
static inline bool is_class_loader(const Symbol* class_name,
|
||||
const ClassFileParser& parser) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue