Code Monkey home page Code Monkey logo

Comments (11)

develar avatar develar commented on July 20, 2024

+1

from dcevm.

nliechti avatar nliechti commented on July 20, 2024

+1

from dcevm.

dzwicker avatar dzwicker commented on July 20, 2024

+1

from dcevm.

idubrov avatar idubrov commented on July 20, 2024

Which feature do you guys would like to see most in the light version?

from dcevm.

wihoho avatar wihoho commented on July 20, 2024

hotswap after changing signature of methods..

from dcevm.

idubrov avatar idubrov commented on July 20, 2024

This should be supported by light already. The only major feature light is missing is change of superclasses / removal of implemented interfaces. Everything else should work the same way as in full version.

from dcevm.

uujava avatar uujava commented on July 20, 2024

Am I right that addition of implemented interfaces is already supported for java8?
Is removal of interfaces planned to be supported for java8 dcevm light or full versions?

from dcevm.

idubrov avatar idubrov commented on July 20, 2024

Yes, addition of implemented interfaces is already supported.

Removal of interfaces is kind of tricky as you can bring JVM into inconsistent state. Like if you have variable on a stack frame of static type "A" referencing class "B" which implements "A", and then you make "B" not implement "A". Now you have static variable of type "A" referencing instance of "B" which actually does not implement "A". The hard part is to detect these cases, "full" version DCEVM uses verifier for that, but it seems like it is not super reliable and it adds some extra complexity.

from dcevm.

uujava avatar uujava commented on July 20, 2024

I see. Removal is not frequent case. Thank you supporting this project.

from dcevm.

skybber avatar skybber commented on July 20, 2024

This issue should be closed. It can be missleading, since java8 is supported by dcevm-light. dcevm-full is only for java7 and according my experiences it is usefull in very,very special cases (change of class parent is rarity), irrespective it is difficult to maintain both versions.

from dcevm.

skybber avatar skybber commented on July 20, 2024

duplicate of #50

from dcevm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.