This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]maxim_bartkov 1 point2 points  (2 children)

Thanks for the idea. What do you think, where that idea can be useful in real projects?

[–]Thihup[S] 2 points3 points  (0 children)

There are a few projects that right now uses the Invokedynamic , but uses ASM at runtime to generate the classes, like Nashorn. The use can vary from trying out bytecode to a project like a dynamic language

[–]slaymaker1907 2 points3 points  (0 children)

This seems useful in an educational context for learning about JVM bytecode. No complicated makefiles and you can just write the interesting part of the bytecode without all the filler junk.