compile this simple file
public class TEST26 extends java.util.Vector{}
javah -old TEST26
struct ClassTEST26 is defined as
typedef struct ClassTEST26 {
char PAD;
} ClassTEST26;
In addition to the serialVersionUID, it previously had several other members from Vector
public class TEST26 extends java.util.Vector{}
javah -old TEST26
struct ClassTEST26 is defined as
typedef struct ClassTEST26 {
char PAD;
} ClassTEST26;
In addition to the serialVersionUID, it previously had several other members from Vector
- relates to
-
JDK-4945058 remove javah -old option
- Resolved