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

Inconsistent behavior using the -D in vmOptions for in and out of process isolates

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • mvm-7
    • mvm-7
    • hotspot
    • None
    • team
    • x86
    • linux

      String isolateId = "consumer1";
      String vmArg = "-Djava.isolate.id=" + isolateId;
      String[] vmArgs = new String[] { vmArg };

      new OutOfProcessIsolate(sb, null, vmArgs, Consumer.class.getName());
      new InProcessIsolate(sb, null, vmArgs, Consumer.class.getName());

      Output
      [exec]
      [exec] OUT OF PROCESS CONSUMER ID comsumer1
      [exec] IN PROCESS CONSUMER ID null <- This should be consumer1

            coleenp Coleen Phillimore
            kwwong Kinsley Wong (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: