--- old/src/solaris/native/sun/xawt/XToolkit.c 2009-08-11 19:21:32.000000000 +0400 +++ new/src/solaris/native/sun/xawt/XToolkit.c 2009-08-11 19:21:31.000000000 +0400 @@ -162,7 +162,6 @@ componentIDs.y = (*env)->GetFieldID(env, cls, "y", "I"); componentIDs.width = (*env)->GetFieldID(env, cls, "width", "I"); componentIDs.height = (*env)->GetFieldID(env, cls, "height", "I"); - componentIDs.isPacked = (*env)->GetFieldID(env, cls, "isPacked", "Z"); componentIDs.peer = (*env)->GetFieldID(env, cls, "peer", "Ljava/awt/peer/ComponentPeer;"); componentIDs.background =