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

[launcher] Change Linux to use JLI rather than JNI

XMLWordPrintable

    • Verified

      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

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

              Created:
              Updated:
              Resolved: