changeset 58193:814156987833

8229333: java/io/File/SetLastModified.java timed out Reviewed-by: lancea, rriggs
author bpb
date Tue, 01 Oct 2019 07:37:39 -0700
parents eba8b29bf528
children c8b0dcab20d7
files test/jdk/java/io/File/SetLastModified.java
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/jdk/java/io/File/SetLastModified.java	Tue Oct 01 15:38:27 2019 +0200
+++ b/test/jdk/java/io/File/SetLastModified.java	Tue Oct 01 07:37:39 2019 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1998, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1998, 2019, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -23,6 +23,7 @@
 
 /* @test
    @bug 4091757 6652379 8177809
+   @requires os.maxMemory >= 16G
    @summary Basic test for setLastModified method
  */