8293456: runtime/os/TestTracePageSizes.java sub-tests fail with "AssertionError: No memory range found for address: NNNN"
Reviewed-by: alanb, lancea
This commit is contained in:
parent
32c7b6283d
commit
76df73b390
@ -668,8 +668,11 @@ abstract class UnixFileSystem
|
|||||||
// set to true when file and attributes copied
|
// set to true when file and attributes copied
|
||||||
boolean complete = false;
|
boolean complete = false;
|
||||||
try {
|
try {
|
||||||
|
// set to true when data copied
|
||||||
boolean copied = false;
|
boolean copied = false;
|
||||||
if (!directCopyNotSupported) {
|
|
||||||
|
// Some forms of direct copy do not work on zero size files
|
||||||
|
if (!directCopyNotSupported && attrs.size() > 0) {
|
||||||
// copy bytes to target using platform function
|
// copy bytes to target using platform function
|
||||||
long comp = Blocker.begin();
|
long comp = Blocker.begin();
|
||||||
try {
|
try {
|
||||||
|
@ -90,12 +90,12 @@ gc/stress/TestStressG1Humongous.java 8286554 windows-x64
|
|||||||
|
|
||||||
runtime/cds/appcds/jigsaw/modulepath/ModulePathAndCP_JFR.java 8253437 windows-x64
|
runtime/cds/appcds/jigsaw/modulepath/ModulePathAndCP_JFR.java 8253437 windows-x64
|
||||||
runtime/jni/terminatedThread/TestTerminatedThread.java 8219652 aix-ppc64
|
runtime/jni/terminatedThread/TestTerminatedThread.java 8219652 aix-ppc64
|
||||||
runtime/os/TestTracePageSizes.java#no-options 8267460,8293456 linux-all
|
runtime/os/TestTracePageSizes.java#no-options 8267460 linux-aarch64
|
||||||
runtime/os/TestTracePageSizes.java#explicit-large-page-size 8267460,8293456 linux-all
|
runtime/os/TestTracePageSizes.java#explicit-large-page-size 8267460 linux-aarch64
|
||||||
runtime/os/TestTracePageSizes.java#compiler-options 8267460,8293456 linux-all
|
runtime/os/TestTracePageSizes.java#compiler-options 8267460 linux-aarch64
|
||||||
runtime/os/TestTracePageSizes.java#G1 8267460,8293456 linux-all
|
runtime/os/TestTracePageSizes.java#G1 8267460 linux-aarch64
|
||||||
runtime/os/TestTracePageSizes.java#Parallel 8267460,8293456 linux-all
|
runtime/os/TestTracePageSizes.java#Parallel 8267460 linux-aarch64
|
||||||
runtime/os/TestTracePageSizes.java#Serial 8267460,8293456 linux-all
|
runtime/os/TestTracePageSizes.java#Serial 8267460 linux-aarch64
|
||||||
runtime/ErrorHandling/CreateCoredumpOnCrash.java 8267433 macosx-x64
|
runtime/ErrorHandling/CreateCoredumpOnCrash.java 8267433 macosx-x64
|
||||||
|
|
||||||
applications/jcstress/copy.java 8229852 linux-all
|
applications/jcstress/copy.java 8229852 linux-all
|
||||||
|
Loading…
x
Reference in New Issue
Block a user