History log of /external/turbine/java/com/google/turbine/bytecode/ByteReader.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2a8197d78edb2eedbf60d6b2f0544e1e0760a488 14-Apr-2017 cushon <cushon@google.com> Break turbine integration test dependency on javap

MOE_MIGRATED_REVID=153125370
/external/turbine/java/com/google/turbine/bytecode/ByteReader.java
7700e365dd9cd14b9a03bda4cf10bc9f7dc1d8d4 20-Dec-2016 cushon <cushon@google.com> Fix a class reading bug

CONSTANT_Utf8_info lengths were incorrectly being read as signed shorts,
instead of unsigned shorts.

MOE_MIGRATED_REVID=142568161
/external/turbine/java/com/google/turbine/bytecode/ByteReader.java
fe7450192ce5268d73f19b404ca8d454023b3569 14-Sep-2016 cushon <cushon@google.com> Class file reading

The is the first half of supporting classpaths in analysis. The data
model is going to be shared by the code that eventually lowers the
classes being compiled to bytecode.

MOE_MIGRATED_REVID=133150966
/external/turbine/java/com/google/turbine/bytecode/ByteReader.java