• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Re-thinking JDK 7

 
Ranch Hand
Posts: 959
Eclipse IDE Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://blogs.sun.com/mr/entry/rethinking_jdk7

It's really a sad news My favorite features of JDK 7 are invokedynamic and Jigsaw. I hope that Oracle can concentrate more on the JVM rather than the Java language itself so that other JVM-based languages can benefit from it.
 
Rancher
Posts: 1337
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are rumors that invokedynamic might be rolled into one of the Java 6 updates (https://coderanch.com/t/509272/java/java/Dynamic-Language-Support-Java#2302024), but the other stuff I could do without. In fact, I'd be happy if the language gets frozen right now, and they concentrate on performance, bug fixes, and the odd class library enhancement.
 
Freddy Wong
Ranch Hand
Posts: 959
Eclipse IDE Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, let's just hope the rumors are true
 
author
Posts: 3285
13
Mac OS X Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There's still a bit of horse-trading going, and with things like the Apple announcement (gifting a majority of their implementation to openJDK) means re-allocation of resources. ARM for JDBC recently made it in for example :-)
reply
    Bookmark Topic Watch Topic
  • New Topic