You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: espresso/src/com.oracle.truffle.espresso.classfile/src/com/oracle/truffle/espresso/classfile/descriptors/TypeSymbols.java
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -365,11 +365,13 @@ public static Symbol<Type> fromDescriptorUnsafe(Symbol<? extends Descriptor> des
365
365
* Converts a name symbol, as appear in constant pool entries to a type symbol. For historical
366
366
* reasons, class name entries are not in internal form. For classes, the class name entry is
367
367
* {@code java/lang/Thread} instead of {@code Ljava/lang/Thread;}. For arrays, the class name is
368
-
* already in internal form. Primitives are not allowed.
0 commit comments