Re: [9] Review request : JDK-8062904: TEST_BUG: Tests java/lang/invoke/LFCaching fail when run with -Xcomp option

2015-06-17 Thread Konstantin Shefov

Hello,

I have updated the fix once more
http://cr.openjdk.java.net/~kshefov/8062904/webrev.03/

Please, review

Thanks
-Konstantin

On 06/16/2015 02:01 PM, Konstantin Shefov wrote:

Hello,

Please, review the new version of the fix to this issue 
http://cr.openjdk.java.net/~kshefov/8062904/webrev.02/


Here it is suggested to catch all exceptions caused by 
VirtualmachineException with Out of CodeCache message and stop 
iterations and consider the test as passed if no other exceptions is 
thrown.


-Konstantin

On 11/07/2014 01:28 PM, Igor Ignatyev wrote:

Ho Konstantin,

Actually, I don't think that this should be fixed by reducing 
iterations, CompileCommand magic sounds more reasonable here.


I'd even say I'm not sure that it's a test bug, it looks very similar 
to JDK-8046809. have you tried to run the tests on the build where 
JDK-8046809 is fixed?


Igor

On 11/06/2014 06:20 PM, Konstantin Shefov wrote:

Igor,

Thanks for your comment!
Here is the updated webrev:
http://cr.openjdk.java.net/~kshefov/8062904/webrev.01/

-Konstantin

On 06.11.2014 17:36, Igor Ignatyev wrote:

Konstantin,

please use 'java.vm.info' instead of iteration over flags.

Igor

On 11/06/2014 01:44 PM, Konstantin Shefov wrote:

Hello,

Please review the test bug fix
https://bugs.openjdk.java.net/browse/JDK-8062904
Webrev is http://cr.openjdk.java.net/~kshefov/8062904/webrev.00/

Thanks

-Konstantin






___
mlvm-dev mailing list
mlvm-dev@openjdk.java.net
http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev


Re: [9] Review request : JDK-8062904: TEST_BUG: Tests java/lang/invoke/LFCaching fail when run with -Xcomp option

2015-06-16 Thread Konstantin Shefov

Hello,

Please, review the new version of the fix to this issue 
http://cr.openjdk.java.net/~kshefov/8062904/webrev.02/


Here it is suggested to catch all exceptions caused by 
VirtualmachineException with Out of CodeCache message and stop 
iterations and consider the test as passed if no other exceptions is thrown.


-Konstantin

On 11/07/2014 01:28 PM, Igor Ignatyev wrote:

Ho Konstantin,

Actually, I don't think that this should be fixed by reducing 
iterations, CompileCommand magic sounds more reasonable here.


I'd even say I'm not sure that it's a test bug, it looks very similar 
to JDK-8046809. have you tried to run the tests on the build where 
JDK-8046809 is fixed?


Igor

On 11/06/2014 06:20 PM, Konstantin Shefov wrote:

Igor,

Thanks for your comment!
Here is the updated webrev:
http://cr.openjdk.java.net/~kshefov/8062904/webrev.01/

-Konstantin

On 06.11.2014 17:36, Igor Ignatyev wrote:

Konstantin,

please use 'java.vm.info' instead of iteration over flags.

Igor

On 11/06/2014 01:44 PM, Konstantin Shefov wrote:

Hello,

Please review the test bug fix
https://bugs.openjdk.java.net/browse/JDK-8062904
Webrev is http://cr.openjdk.java.net/~kshefov/8062904/webrev.00/

Thanks

-Konstantin




___
mlvm-dev mailing list
mlvm-dev@openjdk.java.net
http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev


Re: [9] Review request : JDK-8062904: TEST_BUG: Tests java/lang/invoke/LFCaching fail when run with -Xcomp option

2014-11-07 Thread Konstantin Shefov

Kindly reminder

http://cr.openjdk.java.net/~kshefov/8062904/webrev.01/

06.11.2014 18:20, Konstantin Shefov пишет:

Igor,

Thanks for your comment!
Here is the updated webrev: 
http://cr.openjdk.java.net/~kshefov/8062904/webrev.01/


-Konstantin

On 06.11.2014 17:36, Igor Ignatyev wrote:

Konstantin,

please use 'java.vm.info' instead of iteration over flags.

Igor

On 11/06/2014 01:44 PM, Konstantin Shefov wrote:

Hello,

Please review the test bug fix
https://bugs.openjdk.java.net/browse/JDK-8062904
Webrev is http://cr.openjdk.java.net/~kshefov/8062904/webrev.00/

Thanks

-Konstantin




___
mlvm-dev mailing list
mlvm-dev@openjdk.java.net
http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev


Re: [9] Review request : JDK-8062904: TEST_BUG: Tests java/lang/invoke/LFCaching fail when run with -Xcomp option

2014-11-07 Thread Igor Ignatyev

Ho Konstantin,

Actually, I don't think that this should be fixed by reducing 
iterations, CompileCommand magic sounds more reasonable here.


I'd even say I'm not sure that it's a test bug, it looks very similar to 
JDK-8046809. have you tried to run the tests on the build where 
JDK-8046809 is fixed?


Igor

On 11/06/2014 06:20 PM, Konstantin Shefov wrote:

Igor,

Thanks for your comment!
Here is the updated webrev:
http://cr.openjdk.java.net/~kshefov/8062904/webrev.01/

-Konstantin

On 06.11.2014 17:36, Igor Ignatyev wrote:

Konstantin,

please use 'java.vm.info' instead of iteration over flags.

Igor

On 11/06/2014 01:44 PM, Konstantin Shefov wrote:

Hello,

Please review the test bug fix
https://bugs.openjdk.java.net/browse/JDK-8062904
Webrev is http://cr.openjdk.java.net/~kshefov/8062904/webrev.00/

Thanks

-Konstantin



___
mlvm-dev mailing list
mlvm-dev@openjdk.java.net
http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev


Re: [9] Review request : JDK-8062904: TEST_BUG: Tests java/lang/invoke/LFCaching fail when run with -Xcomp option

2014-11-06 Thread Igor Ignatyev

Konstantin,

please use 'java.vm.info' instead of iteration over flags.

Igor

On 11/06/2014 01:44 PM, Konstantin Shefov wrote:

Hello,

Please review the test bug fix
https://bugs.openjdk.java.net/browse/JDK-8062904
Webrev is http://cr.openjdk.java.net/~kshefov/8062904/webrev.00/

Thanks

-Konstantin

___
mlvm-dev mailing list
mlvm-dev@openjdk.java.net
http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev


Re: [9] Review request : JDK-8062904: TEST_BUG: Tests java/lang/invoke/LFCaching fail when run with -Xcomp option

2014-11-06 Thread Konstantin Shefov

Igor,

Thanks for your comment!
Here is the updated webrev: 
http://cr.openjdk.java.net/~kshefov/8062904/webrev.01/


-Konstantin

On 06.11.2014 17:36, Igor Ignatyev wrote:

Konstantin,

please use 'java.vm.info' instead of iteration over flags.

Igor

On 11/06/2014 01:44 PM, Konstantin Shefov wrote:

Hello,

Please review the test bug fix
https://bugs.openjdk.java.net/browse/JDK-8062904
Webrev is http://cr.openjdk.java.net/~kshefov/8062904/webrev.00/

Thanks

-Konstantin


___
mlvm-dev mailing list
mlvm-dev@openjdk.java.net
http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev