JDK-4709727 : TryLocks
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 1.4.2
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: x86
  • Submitted: 2002-06-28
  • Updated: 2003-08-19
  • Resolved: 2003-08-19
Related Reports
Duplicate :  
Description
> Doug Lea wants the HotSpot work for JSR-166 to not fall off our radar.
> JSR-166 is NOT the New Memory Model, that's already come to pass.
> JSR-166 is bunch of things that build on the New MM to allow highly
> concurrent abstract data types.  He needs a reference implementation
> to get the changes approved and "we're it".
>
> In particular he needs:
> (2) TryLocks, under any ol' ABI.  He need to be able to test algorithms
>     before coming up with some final syntax.  For us, it's exposure to
>     the lightweight locking test (the FastLockNode in the optimizer).
>     We can invent a magic function name which we inline and stick it
>     in Unsafe or whatever.

Comments
EVALUATION Evaluate for tiger. ###@###.### 2003-08-19 The changes for JSR-166 have been consolidated under one bugid: 4904703. I am closing this bug as a duplicate of 4904703.
19-08-2003