Java SE7 out now but with a bug
Written by Lucy Black   
Friday, 29 July 2011

Java SE 7 has shipped - to the great relief of all concerned. It was achieved by pushing some of the major planned developments forward to Java 8 but although a fairly minor update it has some significant improvements - and a nasty bug that kills Lucene and Solr.

 

The launch for Java 7 was held when the release candidate shipped on July 7 but July 28 marks when it  became available on general release.

 

Even though Java 7 was well tested, Apache has discovered a bug that stops some software - Lucene Core and Solr to name the two that trouble Apache - from working. Sometimes the JVM crashes but occasionally the program works but returns incorrect results due to loop index corruption.

The problem is in the hotspot compiler optimizations and was spotted five days before the relase of Java 7. Oracle says that it will fix the problem in the next service release. Apache adds that the problem can also be found in Java 6 with particular JVM options.  More information on the bug at Apache Bug.

Until Java 7 u2 becomes available the fix is to disable loop optimizations using the JVM option:

-XX:-UseLoopPredicate

The last major Java release of was five years ago when Java SE 6 came out in 2006 and so it is perhaps not surprising that there is somewhat muted celebration for SE 7 which is seen as evolutionary rather than revolutionary and that within Oracle there is an overwhelming sense of relief that it has finally seen the light of day. 

 

We previously discussed the new features of the JDK which can be summarised as:

  • New Fork/Framework which facilitates parallelism for mulit-core processors
  • New File System API (NIO.2) which provides the ability to perform many basic file system operations natively
  • Project Coin, the many small language changes that add up to a "big boost in productivity" for Java developers

Some of the features and facilities that developers were hoping for have been postponed for Java SE 8 which is due to be out in 2012.


More information:

Java SE7 downloads

Full list of JDK 7 features

Related news

Java 7 Release Candidate ships

Have a say in what's in JDK 8

 

Banner


Crazy Clocks
10/03/2024

It's that time again when the clocks change and  time is of the essence and I indulge my interest in crazy clocks. I am always surprised that there are still new ideas for how to display the time [ ... ]



Meet Stretch - A Mobile Manipulator Robot
24/02/2024

Meet Stretch 3, an open-source robot that, according to its maker Hello Robot, heralds a future where versatile robots are in millions of homes. Originally introduced as a research platform, Stretch i [ ... ]


More News

Last Updated ( Friday, 29 July 2011 )