Blocks :
|
|
CSR :
|
|
Duplicate :
|
|
Relates :
|
|
Relates :
|
JDK-8254274 :
|
Implement a 'lint' warning in javac for a 'synchronized' statement whose operand is known to be @ValueBased. This should apply to an operand expression that has any of: - A class type, where the named class is declared @ValueBased - An interface type, where the named interface is declared @ValueBased - A type variable or intersection type with a @ValueBased bound
|