Microsoft SDK for Java

JITMeNot

The JITMeNot attribute specifies that a method or the class's static initializer should not be JIT-compiled.

Attribute Level Generated By Directives
Class or method N/A

JITMeNot_attribute {
    u2 attribute_name_index;
    u4 attribute_length;
}

Attribute Elements

attribute_name_index

This value must be a valid index into the constant_pool table. The constant_pool entry at that index must be the CONSTANT_Utf8_info structure representing the string "JITMeNot".

attribute_length

This value indicates the length of this attribute, excluding the initial six bytes, and may be 0 (zero).

© 1999 Microsoft Corporation. All rights reserved. Terms of use.