代码搜索:bytecode
找到约 2,773 项符合「bytecode」的源代码
代码结果 2,773
www.eeworm.com/read/162519/5546282
java pr8676.java
public class pr8676 {
// The problem here was that this function couldn't be compiled to
// bytecode.
private void f(long j) {
boolean x = (1
www.eeworm.com/read/149876/5696431
exp limits.exp
# Copyright (C) 1998 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the
www.eeworm.com/read/148694/5711867
exp limits.exp
# Copyright (C) 1998 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the
www.eeworm.com/read/144211/5753172
java
#------------------------------------------------------------
# Java ByteCode
# From Larry Schwimmer (schwim@cs.stanford.edu)
0 belong 0xcafebabe compiled Java class data,
>6 beshort x version %d.
>4
www.eeworm.com/read/117181/6110755
exp limits.exp
# Copyright 1998 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Fre
www.eeworm.com/read/167133/5469520
java badclassfilecode.java
import java.io.IOException;
import org.apache.bcel.classfile.Code;
import org.apache.bcel.classfile.Method;
import org.apache.bcel.classfile.JavaClass;
import org.apache.bcel.classfile.ClassParser;
www.eeworm.com/read/162614/5537021
java pr19921.java
interface I {
void f(Object x);
}
class PR19921 {
static void g(I i) {
// gcj used to create invalid bytecode for this.
i.f(new Object[1][1]);
}
public static void main(Stri
www.eeworm.com/read/162519/5546553
java pr19921.java
interface I {
void f(Object x);
}
class PR19921 {
static void g(I i) {
// gcj used to create invalid bytecode for this.
i.f(new Object[1][1]);
}
public static void main(Stri
www.eeworm.com/read/158872/5592245
exp limits.exp
# Copyright 1998 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Fre
www.eeworm.com/read/147805/5720708
java deckelement.java
/*
* j2wap is distributed under the terms of the GNU Public License
*
* j2wap was written by:
*
* Scott Campbell
* Michael Nordling
* Karl Maftoum
* Julian Bright
*