- 20 Jan, 2012 9 commits
-
-
Lukáš Marek authored
To develop under eclipse use "ant eclipse" to build necessary jar
-
Lukáš Marek authored
-
Lukáš Marek authored
-
Lukáš Marek authored
-
Lukáš Marek authored
Dynamic bypass after bootstrap code in separate directory Other improvements
-
Lukáš Marek authored
OnPlaceTransformer uses Java 7 (code commented for now)
-
Lukáš Marek authored
-
Lukáš Marek authored
-
Lukáš Marek authored
-
- 17 Jan, 2012 1 commit
-
-
Andreas Sewe authored
-
- 11 Jan, 2012 2 commits
-
-
Danilo Ansaloni authored
-
Danilo Ansaloni authored
-
- 10 Jan, 2012 2 commits
-
-
Danilo Ansaloni authored
Dump uninstrumented classes when the -Dch.usi.dag.jborat.uninstrumented option is set on the server side.
-
Danilo Ansaloni authored
Dump uninstrumented classes when the -Dch.usi.dag.jborat.uninstrumented option is set on the server side.
-
- 09 Jan, 2012 3 commits
-
-
Lukáš Marek authored
- thx Andreas for the patch
-
Lukáš Marek authored
-
Danilo Ansaloni authored
-
- 07 Jan, 2012 1 commit
-
-
Yudi Zheng authored
-
- 06 Jan, 2012 2 commits
-
-
Yudi Zheng authored
-
Yudi Zheng authored
Introduce a simple memory model.
-
- 04 Jan, 2012 1 commit
-
-
Yudi Zheng authored
For 'if_icmpne' or those who consume two stack operands, insert two 'pop' instructions.
-
- 29 Dec, 2011 2 commits
-
-
Danilo Ansaloni authored
-
Danilo Ansaloni authored
-
- 28 Dec, 2011 1 commit
-
-
Yudi Zheng authored
For 'getLocal' & 'getParameter', use other basic frame instead. TODO: warn user about this.
-
- 22 Dec, 2011 2 commits
-
-
Lukáš Marek authored
-
Lukáš Marek authored
-
- 21 Dec, 2011 1 commit
-
-
Aibek Sarimbekov authored
in the dump they are VIRGIN
-
- 17 Dec, 2011 5 commits
-
-
Yudi Zheng authored
DiSL-PE supports method registration now.
-
Yudi Zheng authored
-
Yudi Zheng authored
Introduce InvocationInterpreter. PE now will evaluate invocation, and remove if the return object can be resolved. To enable this, add -Ddisl.resolver=true For now only methods(invokestatic & invokevirtual) from primitive type wrappers and String are supported. TO CHECK: These methods DO NOT introduce side effects.
-
Yudi Zheng authored
-
Yudi Zheng authored
User should guarantee that internal name of a class is passed to the ClassContext.
-
- 16 Dec, 2011 2 commits
-
-
Lukáš Marek authored
Adjusted names according to paper
-
Aibek Sarimbekov authored
unaccessed fields are still missing
-
- 13 Dec, 2011 4 commits
-
-
Aibek Sarimbekov authored
Fixed the bug with the allocating thread, since the very first read/write access to the field doesn't necessarily happen in the allocating thread. changed field states to an array with four different states, now we are able to keep track of all accesses to the field
-
Aibek Sarimbekov authored
in the dump they are VIRGIN
-
Andreas Sewe authored
-
Andreas Sewe authored
-
- 12 Dec, 2011 2 commits
-
-
Aibek Sarimbekov authored
sharing analysis that keeps track of concurrencyCounter; whenever a field was accessed with a thread different from the previous access, the counter gets incremented
-
Aibek Sarimbekov authored
-