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

OutOfProcessIsolate construction issues

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • mvm-7
    • mvm-hs16
    • hotspot
    • team
    • generic
    • generic

      a)
      Isolate iso = new OutOfProcessIsolate(null, (String[])null);
      does not throw any exceptions until iso.start() is attempted
      b)
      Isolate iso = new OutOfProcessIsolate("myclass", (String[])null);
      will throw NPE on start, one has to write
      Isolate iso = new OutOfProcessIsolate("myclass",new String[]{""} );
      if no arguments are needed
      c)
      arguments are not copied, if array contents is changed between OOPIsolate creation and start, new arguments will be used - breaks incapsulation, theoretical security risk

            kamg Keith Mcguigan (Inactive)
            pburtnyyorcl Pavel Burtnyy (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: