Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-7002870

jvm.dll generated with VS project does not export some necessary functions

XMLWordPrintable

    • x86
    • windows_2000

      Currently these are the exports from jvm.dll is created from command line

        /export:JNI_GetDefaultJavaVMInitArgs \
        /export:JNI_CreateJavaVM \
        /export:JVM_FindClassFromBootLoader \
        /export:JNI_GetCreatedJavaVMs \
        /export:jio_snprintf \
        /export:jio_printf \
        /export:jio_fprintf \
        /export:jio_vfprintf \
        /export:jio_vsnprintf \
        $(AGCT_EXPORT) \
        /export:JVM_GetVersionInfo \
        /export:JVM_GetThreadStateNames \
        /export:JVM_GetThreadStateValues \
        /export:JVM_InitAgentProperties

      where
      AGCT_EXPORT is /export:AsyncGetCallTrace in case of non-kernel build and empty otherwise

      But in the Visual Studio project file there are only these exports
      /export:JNI_GetDefaultJavaVMInitArgs
      /export:JNI_CreateJavaVM
      /export:JNI_GetCreatedJavaVMs
      /export:jio_snprintf
      /export:jio_printf
      /export:jio_fprintf
      /export:jio_vfprintf
      /export:jio_vsnprintf

      This leads to the following runtime error: pop-up window with the message: The procedure entry point JVM_FindClassFromBootLoader could not be located in the dynamic library jvm.dll

            sla Staffan Larsen (Inactive)
            ikrylov Ivan Krylov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: