JDK-8236804 : java/nio/channels/FileChannel/MapWithSecurityManager.java should be run in othervm mode
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 14
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2020-01-08
  • Updated: 2020-06-01
  • Resolved: 2020-01-08
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 14 JDK 15
14Fixed 15 b06Fixed
Related Reports
Relates :  
Description
The test should be run in othervm mode, since it depends on triggering
the loading of ExtendedMapMode when a security manager is present -
which is not guaranteed to be the case as the test stands.

http://mail.openjdk.java.net/pipermail/nio-dev/2020-January/006955.html
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/e0d99376e48a User: bpb Date: 2020-01-08 19:38:38 +0000
08-01-2020