david.bohman@Eng 1997-07-15
Section 8.4.3 of the JLS states that a method declaration can't be
both abstract and synchronized, else a compile time error occurs. The
compiler is not enforcing this, which became apparent with Sheng's
class loader fixes from this morning. HotJava1.1k no longer runs with
these mods.
Section 8.4.3 of the JLS states that a method declaration can't be
both abstract and synchronized, else a compile time error occurs. The
compiler is not enforcing this, which became apparent with Sheng's
class loader fixes from this morning. HotJava1.1k no longer runs with
these mods.
- duplicates
-
JDK-1266571 no error for abstract method with private, final, native, synchronized modifiers
- Closed