-
Sub-task
-
Resolution: Fixed
-
P4
-
None
-
b07
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8340876 | 23.0.2 | Sendao Yan | P4 | Resolved | Fixed | b01 |
JDK-8342028 | 21.0.6-oracle | Abhishek N | P4 | Resolved | Fixed | b02 |
JDK-8343515 | 21.0.6 | Goetz Lindenmaier | P4 | Resolved | Fixed | b02 |
JDK-8342029 | 17.0.14-oracle | Abhishek N | P4 | Resolved | Fixed | b02 |
JDK-8343522 | 17.0.14 | Goetz Lindenmaier | P4 | Resolved | Fixed | b02 |
I think it's necessory to receive jvm options from jtreg.
In the process of verifying the
On the other hand, during the jtreg test execution process, if a java child process is started, under normal circumstances, the started child process should pass in the jvm options configured from jtreg by default, such as the -vmoption option value configured by jtreg. If the test case does not support or does not want to receive the jvm options configured from jtreg, the '@requires vm.flagless' tag should be configured in the test case. If the child java process wants to ignore the jvm options from parent process, there should add some comments to explain the ignore reason.
This fix similar to
- backported by
-
JDK-8340876 JLinkReproducibleTest.java support receive test.tool.vm.opts
-
- Resolved
-
-
JDK-8342028 JLinkReproducibleTest.java support receive test.tool.vm.opts
-
- Resolved
-
-
JDK-8342029 JLinkReproducibleTest.java support receive test.tool.vm.opts
-
- Resolved
-
-
JDK-8343515 JLinkReproducibleTest.java support receive test.tool.vm.opts
-
- Resolved
-
-
JDK-8343522 JLinkReproducibleTest.java support receive test.tool.vm.opts
-
- Resolved
-
- duplicates
-
JDK-8334056 JLinkReproducibleTest.java support receive test.tool.vm.opts
-
- Closed
-
- relates to
-
JDK-8336405 Tests in test/jdk/tools ignore VM flags that are passed when launching jtreg
-
- Open
-
- links to
-
Commit(master) openjdk/jdk17u-dev/4c89a63a
-
Commit(master) openjdk/jdk21u-dev/3d20298d
-
Commit(master) openjdk/jdk23u/547a229b
-
Commit(master) openjdk/jdk/8feabc84
-
Review(master) openjdk/jdk17u-dev/3016
-
Review(master) openjdk/jdk21u-dev/1110
-
Review(master) openjdk/jdk23u/25
-
Review(master) openjdk/jdk23u/40
-
Review(master) openjdk/jdk/19669