Re: Heads up: Integrating lambda-related changes into jdk8/jdk8

2013-07-17 Thread Alejandro E Murillo
In that case then go ahead, since that will prevent those known failures from showing on nightly and some other testing done with these new lambda related changes Alejandro On 7/17/2013 7:08 AM, Maurizio Cimadamore wrote: The fix is a test only fix Maurizio On 17/07/13 14:07, Alejandro E

Re: Heads up: Integrating lambda-related changes into jdk8/jdk8

2013-07-17 Thread Maurizio Cimadamore
On 17/07/13 14:08, Maurizio Cimadamore wrote: The fix is a test only fix Please advise on what the best course of action should be - if we are not in time for integration, then I think it would be best to push in TL, and allow for the fix to be picked up during next integration? Maurizio Ma

Re: Heads up: Integrating lambda-related changes into jdk8/jdk8

2013-07-17 Thread Maurizio Cimadamore
The fix is a test only fix Maurizio On 17/07/13 14:07, Alejandro E Murillo wrote: if the fix involves non test code changes, then the best option now is to get that into jdk8/langtools so it gets nightly testing and gets pushed to the master next week. If the fix only involves test code c

Re: Heads up: Integrating lambda-related changes into jdk8/jdk8

2013-07-17 Thread Alejandro E Murillo
if the fix involves non test code changes, then the best option now is to get that into jdk8/langtools so it gets nightly testing and gets pushed to the master next week. If the fix only involves test code changes, then it is a low risk push to the master but not sure it will make it to th

Re: Heads up: Integrating lambda-related changes into jdk8/jdk8

2013-07-17 Thread Maurizio Cimadamore
On 16/07/13 23:52, maurizio cimadamore wrote: FYI, those changes seem to trigger a spurious failure when running langtools regression tests on a Windows machine [1]. We have been working to isolate the problem and put together a fix which I am testing as we speak. If the experiment is successf

Re: Heads up: Integrating lambda-related changes into jdk8/jdk8

2013-07-16 Thread maurizio cimadamore
FYI, those changes seem to trigger a spurious failure when running langtools regression tests on a Windows machine [1]. We have been working to isolate the problem and put together a fix which I am testing as we speak. If the experiment is successful we can decide what's the best course of act

Heads up: Integrating lambda-related changes into jdk8/jdk8

2013-07-16 Thread Alejandro E Murillo
Later today I plan to push the hs25-b41 snapshot into jdk8 master [1] , along with the fix for 8016281 . This push includes lambda-related changes that will create lambda-related incompatibilities with class