OSDN Git Service

Enable class unloading
authorMathieu Chartier <mathieuc@google.com>
Sat, 19 Sep 2015 19:44:38 +0000 (12:44 -0700)
committerMathieu Chartier <mathieuc@google.com>
Thu, 24 Sep 2015 23:57:34 +0000 (16:57 -0700)
commit05aa4d3eb18bdcf2dab0addbc656f5ba28242043
treed1ddf25ea6c8391bf29a47bf21a5800bc3a5369d
parentc7e0da5292e841f6a864dd010bd6e0b06e0ece73
Enable class unloading

Also added class unloading test. Added a missing write barrier in
the class linker to fix a heap corruption error.

Bug: 22720414
Change-Id: Iff615d69b574a4438e91d4c844279d202f4f2736
runtime/class_linker.cc
test/141-class-unload/expected.txt [new file with mode: 0644]
test/141-class-unload/info.txt [new file with mode: 0644]
test/141-class-unload/src-ex/IntHolder.java [new file with mode: 0644]
test/141-class-unload/src/Main.java [new file with mode: 0644]