Re: RFR: 8241806: The sun/awt/shell/FileSystemViewMemoryLeak.java is unstable [v2]

2020-11-05 Thread Alexey Ivanov
On Thu, 5 Nov 2020 19:12:51 GMT, Alexey Ivanov wrote: >> Sergey Bylokhov has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Timeout increased > > Marked as reviewed by aivanov (Reviewer). > I have increase timeout, but still use the xmx8m,

Re: RFR: 8241806: The sun/awt/shell/FileSystemViewMemoryLeak.java is unstable [v2]

2020-11-05 Thread Alexey Ivanov
On Thu, 5 Nov 2020 18:03:09 GMT, Sergey Bylokhov wrote: >> The test may work up to 15 minutes on some systems. >> The solution is to limit the time execution to 90 seconds. > > Sergey Bylokhov has updated the pull request incrementally with one > additional commit since the last revision: > >

Re: RFR: 8241806: The sun/awt/shell/FileSystemViewMemoryLeak.java is unstable [v2]

2020-11-05 Thread Sergey Bylokhov
On Thu, 5 Nov 2020 12:35:05 GMT, Alexey Ivanov wrote: >>> The test fails if OutOfMemoryError is thrown, right? >>> Is the reduced execution time enough to catch the original bug? >> >> It depends on the system, if it is really slow and just a few iterations out >> of 5000 will be done then the

Re: RFR: 8241806: The sun/awt/shell/FileSystemViewMemoryLeak.java is unstable [v2]

2020-11-05 Thread Sergey Bylokhov
> The test may work up to 15 minutes on some systems. > The solution is to limit the time execution to 90 seconds. Sergey Bylokhov has updated the pull request incrementally with one additional commit since the last revision: Timeout increased - Changes: - all: https://git.open

Re: RFR: 8241806: The sun/awt/shell/FileSystemViewMemoryLeak.java is unstable

2020-11-05 Thread Alexey Ivanov
On Tue, 3 Nov 2020 17:02:33 GMT, Sergey Bylokhov wrote: > > The test fails if OutOfMemoryError is thrown, right? > > Is the reduced execution time enough to catch the original bug? > > It depends on the system, if it is really slow and just a few iterations out > of 5000 will be done then the o

Re: RFR: 8241806: The sun/awt/shell/FileSystemViewMemoryLeak.java is unstable

2020-11-03 Thread Sergey Bylokhov
On Tue, 3 Nov 2020 11:55:38 GMT, Alexey Ivanov wrote: > The test fails if OutOfMemoryError is thrown, right? > Is the reduced execution time enough to catch the original bug? It depends on the system, if it is really slow and just a few iterations out of 5000 will be done then the original bug

Re: RFR: 8241806: The sun/awt/shell/FileSystemViewMemoryLeak.java is unstable

2020-11-03 Thread Alexey Ivanov
On Tue, 3 Nov 2020 08:17:29 GMT, Jayathirth D V wrote: >> The test may work up to 15 minutes on some systems. >> The solution is to limit the time execution to 90 seconds. > > Marked as reviewed by jdv (Reviewer). The test fails if OutOfMemoryError is thrown, right? Is the reduced execution time

Re: RFR: 8241806: The sun/awt/shell/FileSystemViewMemoryLeak.java is unstable

2020-11-03 Thread Jayathirth D V
On Thu, 29 Oct 2020 05:29:54 GMT, Sergey Bylokhov wrote: > The test may work up to 15 minutes on some systems. > The solution is to limit the time execution to 90 seconds. Marked as reviewed by jdv (Reviewer). - PR: https://git.openjdk.java.net/jdk/pull/923

RFR: 8241806: The sun/awt/shell/FileSystemViewMemoryLeak.java is unstable

2020-10-28 Thread Sergey Bylokhov
The test may work up to 15 minutes on some systems. The solution is to limit the time execution to 90 seconds. - Commit messages: - Initial fix Changes: https://git.openjdk.java.net/jdk/pull/923/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=923&range=00 Issue: https