You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by Christopher <ct...@apache.org> on 2014/11/01 05:51:01 UTC

Java 1.7.0_71 and ACCUMULO-3031

Has anybody tried getting ShellSetInstanceTest to run on 1.7.0_71? I
modified the test to disable itself for broken versions of Java 1.7, but
was expecting _72 to be released and it to start working again. Instead,
_71 was released. Does anybody know if the test works on _71? Should we
re-open 3031 and make the test run for _71, or do we still need to wait
until _72?

I haven't had time to revisit and I fear I may have had an off-by-one
situation... not sure, so I'd appreciate any feedback if anybody knows more.

Thanks.

--
Christopher L Tubbs II
http://gravatar.com/ctubbsii

Re: Java 1.7.0_71 and ACCUMULO-3031

Posted by Christopher <ct...@apache.org>.
Excellent! Thanks, Mike!


--
Christopher L Tubbs II
http://gravatar.com/ctubbsii

On Sat, Nov 1, 2014 at 1:04 AM, Mike Drob <md...@mdrob.com> wrote:

> According to the Java 7u71, it hasn't been fixed, and is still scheduled
> for 7u72. I think I read somewhere that 7u71 was an emergency security
> release.
>
>
> http://www.oracle.com/technetwork/java/javase/2col/7u71-bugfixes-2298226.html
>
> http://www.oracle.com/technetwork/java/javase/2col/7u72-bugfixes-2298229.html
>
> You're looking for:
>   Regression in verifier for <init> method call from inside of a branch
>
> Mike
>
> On Fri, Oct 31, 2014 at 11:51 PM, Christopher <ct...@apache.org> wrote:
>
> > Has anybody tried getting ShellSetInstanceTest to run on 1.7.0_71? I
> > modified the test to disable itself for broken versions of Java 1.7, but
> > was expecting _72 to be released and it to start working again. Instead,
> > _71 was released. Does anybody know if the test works on _71? Should we
> > re-open 3031 and make the test run for _71, or do we still need to wait
> > until _72?
> >
> > I haven't had time to revisit and I fear I may have had an off-by-one
> > situation... not sure, so I'd appreciate any feedback if anybody knows
> > more.
> >
> > Thanks.
> >
> > --
> > Christopher L Tubbs II
> > http://gravatar.com/ctubbsii
> >
>

Re: Java 1.7.0_71 and ACCUMULO-3031

Posted by Mike Drob <md...@mdrob.com>.
According to the Java 7u71, it hasn't been fixed, and is still scheduled
for 7u72. I think I read somewhere that 7u71 was an emergency security
release.

http://www.oracle.com/technetwork/java/javase/2col/7u71-bugfixes-2298226.html
http://www.oracle.com/technetwork/java/javase/2col/7u72-bugfixes-2298229.html

You're looking for:
  Regression in verifier for <init> method call from inside of a branch

Mike

On Fri, Oct 31, 2014 at 11:51 PM, Christopher <ct...@apache.org> wrote:

> Has anybody tried getting ShellSetInstanceTest to run on 1.7.0_71? I
> modified the test to disable itself for broken versions of Java 1.7, but
> was expecting _72 to be released and it to start working again. Instead,
> _71 was released. Does anybody know if the test works on _71? Should we
> re-open 3031 and make the test run for _71, or do we still need to wait
> until _72?
>
> I haven't had time to revisit and I fear I may have had an off-by-one
> situation... not sure, so I'd appreciate any feedback if anybody knows
> more.
>
> Thanks.
>
> --
> Christopher L Tubbs II
> http://gravatar.com/ctubbsii
>