-
Bug
-
Resolution: Fixed
-
P4
-
17, 21
-
b01
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8338494 | 17.0.13 | Sendao Yan | P4 | Resolved | Fixed | b04 |
Test test/jdk/java/nio/file/attribute/BasicFileAttributeView/CreationTime.java invokes CreationTimeHelper in CreationTime.java, and CreationTimeHelper invokes a native function. So test test/jdk/java/nio/file/attribute/BasicFileAttributeView/CreationTime.java should set as /native.
In the PR of backportJDK-8316304 to jdk21u-dev, this test has been rewritten to use JNI instead so as to avoid using Linker API, thus this is specific to jdk21u-dev and jdk17u-dev.
In the PR of backport
- backported by
-
JDK-8338494 Test java/nio/file/attribute/BasicFileAttributeView/CreationTime.java shoud set as /native
- Resolved
- links to
-
Commit(master) openjdk/jdk17u-dev/5e0e2e3e
-
Commit(master) openjdk/jdk21u-dev/2c9f741d
-
Review(master) openjdk/jdk17u-dev/2752
-
Review(master) openjdk/jdk21u-dev/869