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

[launcher] Change Windows to use JLI rather than JNI

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • deploy

      Windows and Linux use JNI and we should get all platforms using JLI.

      JavaVirtualMachine.h

      #ifdef WINDOWS
      //#define USE_JLI_LAUNCH
      #endif //WINDOWS

      #ifdef MAC
      #define USE_JLI_LAUNCH
      #endif //MAC

      #ifdef LINUX
      //#define USE_JLI_LAUNCH
      #endif //LINUX

            dcherepanov Dmitry Cherepanov
            cbensen Chris Bensen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: