Java Bytecode assembler
Jonathan Gibbons
jonathan.gibbons at oracle.com
Thu Jul 10 15:35:53 UTC 2014
Chris,
Regrettably, the tools are not yet generally available.
-- Jon
On 07/10/2014 08:18 AM, Chris Phillips @ T O wrote:
> Hi
> I am looking for the tool that is used to "assemble" .jasm files. Is
> it available and where would
> I find it if so ?
>
> Chris
> PS
> Mentioned here :
>
> http://openjdk.java.net/groups/conformance/docs/JCK6bUsersGuide/html/p10.html
>
>
> For runtime tests, the source field contains the names of the files
> previously compiled to create the test's class files. Precompiled
> class files are included with the JCK. Source files are included for
> reference only. Source files are often .java files, but can also be
> .jasm or .jcod files.
>
> *
>
> .jasmis a low level bytecode assembler designed to assemble class
> files containing sets of bytecodes that are unusual or invalid for
> use in runtime tests
>
> *
>
> .jcod is a class level assembler designed to build classes with
> unusual or invalid structure for use in runtime tests
>
> These tools are used to generate class files that cannot be reliably
> generated by a Java compiler.
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/compiler-dev/attachments/20140710/5fe70f6b/attachment.html>
More information about the compiler-dev
mailing list