hpi-swa / trufflesqueak

A Squeak/Smalltalk VM and Polyglot Programming Environment for the GraalVM.
MIT License
283 stars 14 forks source link

Class reshaping does not work reliably in `SqueakSUnitTest` #148

Open fniephaus opened 3 years ago

fniephaus commented 3 years ago

In testing mode for SqueakSUnitTest, reshaping of classes does not always work reliably after TruffleSqueak packages were loaded/updated. For some odd reason, one method was not replaced with a newer version. This could be related to some mechanism (e.g. finalizers, caches, ...) used for class reshaping that is not active during this testing mode.