I run test via jtreg with option @compile -g <java_file> and then I look at created .class file via 'javap -p -v <class_file>' and javap output doesn't have LocalVariableTable entry.
if I move inner Dummy* classes to upper level [out from test file, in separated files] then test file [itself] doesn't contain LocalVariableTable entry but other files does contain.
if I move inner Dummy* classes to upper level [out from test file, in separated files] then test file [itself] doesn't contain LocalVariableTable entry but other files does contain.
- relates to
-
JDK-8133195 [JVMCI] CompilerToVM::getLocalVariableTableStart and CompilerToVM::getLocalVariableTableLength return 0
-
- Closed
-