79631
[2] https://bugs.openjdk.java.net/browse/JDK-7068835
-Original Message-
From: David Holmes
Sent: July 23, 2020 11:02 PM
To: Nikola Grcevski ; core-libs-dev Libs
Cc: hotspot-runtime-...@openjdk.java.net
Subject: Re: RFR(s): Support graceful application termination on Windows
shutdown/logoff
ws Volume Mount Manager
APIs, like GetFinalPathNameByHandleW, will fail because ImDisk does not
interact with Windows Volume Mount Manager at all, it effectively bypasses it.
Essentially, GetFinalPathNameByHandle and few other APIs will never work
properly with ImDisk virtual drives.
Cheers,
riginal Message-
From: Kumar Srinivasan
Sent: December 12, 2019 8:32 AM
To: Henry Jen
Cc: core-libs-dev@openjdk.java.net; Nikola Grcevski
Subject: Re: [EXTERNAL] JDK-8234076 bug fix candidate
Hi Henry,
I approve this. Appreciate you pushing it, as usual *all* possible tests need
to be
// deemed as application arguments
+ OutputAnalyzer output = ProcessTools.executeProcess(
+createProcessWithLauncherDebugging(
+"--module-path=" + dir,
+"--module=" + mid,
+"--module-path=" + dir,
+
he VM arguments processing. The
second pair of module-path and module will be
+// deemed as application arguments
+OutputAnalyzer output = ProcessTools.executeProcess(
+createProcessWithLauncherDebugging(
+"--module-path=" + dir,
+&qu
.shouldContain("argv[ 1] = '--module=" + mid);
+
+if (IS_WINDOWS) {
+output.shouldContain("F--module-path=" +
dir).shouldContain("F--module=" + mid);
+}
+
+// java --module=$TESTMODULE/$MAINCLASS --module-path=mods
+
dows with this module usage.
Thank you,
Nikola
-Original Message-
From: Henry Jen
Sent: December 4, 2019 8:26 PM
To: Kumar Srinivasan ; Alan Bateman
; Nikola Grcevski
Cc: core-libs-dev@openjdk.java.net
Subject: Re: [EXTERNAL] JDK-8234076 bug fix candidate
> On Dec 4, 2019, at 1:1
updated webrev here for your review:
https://grcevski.github.io/JDK-8234076/webrev/
Cheers,
Nikola
-Original Message-
From: Henry Jen
Sent: December 3, 2019 11:39 AM
To: Kumar Srinivasan
Cc: Nikola Grcevski ; Alan Bateman
; core-libs-dev@openjdk.java.net
Subject: Re: [EXTERNAL] JDK
To: Nikola Grcevski
Cc: Henry Jen ; Alan Bateman ;
core-libs-dev@openjdk.java.net
Subject: Re: [EXTERNAL] Re: JDK-8234076 bug fix candidate
Hi,
Sorry for chiming in late in the review process, for what it's worth
1. It is not at all clear to me if this solution is correct, yes it avert
12:26 PM
To: Alan Bateman
Cc: Nikola Grcevski ;
core-libs-dev@openjdk.java.net
Subject: [EXTERNAL] Re: JDK-8234076 bug fix candidate
The fix looks reasonable to me, basically, if the command argument format is
not legal, it’s possible we won’t find the main class when doing argument file
expa
Hello core-libs-dev,
I'm a VM engineer at Microsoft and new to this mailing list. I took a look at
JDK- 8234076 and the root cause is similar to a prior thread on a Windows
launcher bug for JDK- 8231863, after the command line arguments are processed,
the static variable firstAppArgIndex in
sr
11 matches
Mail list logo