![]() |
|
|
|
[
Permlink
| « Hide
]
Martin Kendall - 27/Mar/06 04:34 PM
UML diagram showing Java model used to reproduce issue.
Post by Erik in the forum thread
[quote] JVM spec 2.11 Static Initializers "Any static initializers declared in a class are executed when the class is initialized" 2.17.4 Initialization A class or interface type T will be initialized immediately before one of the following occurs: * T is a class and a static method of T is invoked. [/quote] so, it looks like a bug in the VM JPOX now generates
protected static int jdoGetManagedFieldCount() { return <number of fields>+<superclass>.jdoGetManagedFieldCount(); } |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||