• 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

JSR-133 and Java 1.5

 
Ranch Hand
Posts: 147
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am loking through docs for 1.5 and it does not mention JSR-133.
I know it was supposed to be implemented and since it's a major change to the way threads work, JSR must be documeted somewhere.

Was it implemented?
Will it be part of new JLS or java docs?
 
Ranch Hand
Posts: 1392
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I thought the answer would be as easy as looking up the JSR. Not so.

http://java.sun.com/j2se/1.5.0/docs/relnotes/features.html mentions JSR 166, but not JSR 133.

http://jcp.org/en/jsr/detail?id=133
JSR 133: JavaTM Memory Model and Thread Specification Revision
Status: In Progress, Proposed Final Draft 2

http://jcp.org/en/jsr/detail?id=166
JSR 166: Concurrency Utilities
Status: In Progress, Proposed Final Draft
[ July 12, 2004: Message edited by: Marlene Miller ]
 
Yaroslav Chinskiy
Ranch Hand
Posts: 147
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That is what i read.

http://www.cs.umd.edu/~pugh/java/memoryModel/
states that this is final draft and will be part of new java.

But java docs dont have any info about JSR133

hm....
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic