diff options
author | Harvey Harrison <[email protected]> | 2014-08-06 07:36:42 -0700 |
---|---|---|
committer | Harvey Harrison <[email protected]> | 2014-08-06 07:36:42 -0700 |
commit | fd0c674d66ce786a2c34495c7c9c12c11844b418 (patch) | |
tree | 31739cb50adb76781b7b075be838a115507d7049 /src/javax/media | |
parent | 4e09386403c7121ca95ad5a3497836223a73f76f (diff) |
j3dcore: cannot lock an object using its own reference
When updating the orientTransforms array reference, you cannot lock the update
using the same ref, as the next thread in will lock the new object and concurrently
run with the original updater.
Pointed out by findbugs.
Signed-off-by: Harvey Harrison <[email protected]>
Diffstat (limited to 'src/javax/media')
0 files changed, 0 insertions, 0 deletions