Hitachi

Hitachi Application Server V10 Definition Reference Guide (For UNIX® Systems)


7.17.1 JP.co.Hitachi.soft.jvm.autofinalizer

JP.co.Hitachi.soft.jvm.autofinalizer specifies whether to enable the finalize-retention-cancellation functionality.

Description

JP.co.Hitachi.soft.jvm.autofinalizer specifies whether to enable or disable the finalize-retention-cancellation functionality.

If a value other than true and false is specified, the default value is set.

Syntax

JP.co.Hitachi.soft.jvm.autofinalizer={true | false}

Specifiable values

Type: boolean

true

Generates the finalizer process monitoring thread that monitors FinalizerThread when Java starts.

false

Does not generate the finalizer process monitoring thread that monitors FinalizerThread when Java starts.

Default value

If the definition item is omitted:

JP.co.Hitachi.soft.jvm.autofinalizer=true

Examples

When the retention of a finalizer process is detected, and a new finalizer process monitoring thread is generated
# FinalizerWatcherThread:  Create:  create secondary finalizer thread. 
[queue length = 128] <Mon May 26 18:00:36 JST 2008>
When the generated finalizer process monitoring thread ends
# FinalizerWatcherThread:  Finish:  secondary finalizer thread is finished.  
<Mon May 26 20:12:26 JST 2008>