-
Bug
-
Resolution: Fixed
-
P3
-
20, 21
-
b24
-
generic
-
generic
Using
openjdk version "21-ea" 2023-09-19
OpenJDK Runtime Environment (build 21-ea+21-1778)
OpenJDK 64-Bit Server VM (build 21-ea+21-1778, mixed mode, sharing)
execution of
javac --enable-preview --release 21 Example.java
javap -v -p Example.class
shows that method "m2" contains a line number from the method "m1".
openjdk version "21-ea" 2023-09-19
OpenJDK Runtime Environment (build 21-ea+21-1778)
OpenJDK 64-Bit Server VM (build 21-ea+21-1778, mixed mode, sharing)
execution of
javac --enable-preview --release 21 Example.java
javap -v -p Example.class
shows that method "m2" contains a line number from the method "m1".