| 1874 | } JavaVMInitArgs; |
| 1875 | |
| 1876 | typedef struct JavaVMAttachArgs { |
| 1877 | jint version; |
| 1878 | |
| 1879 | char *name; |
| 1880 | jobject group; |
| 1881 | } JavaVMAttachArgs; |
| 1882 | |
| 1883 | /* These will be VM-specific. */ |
| 1884 |
nothing calls this directly
no outgoing calls
no test coverage detected