Searched refs:Java (Results 1 – 25 of 94) sorted by relevance
1234
4 # Java ByteCode and Mach-O binaries (e.g., Mac OS X) use the8 # Java serialization10 0 beshort 0xaced Java serialization data13 0 belong 0xfeedfeed Java KeyStore15 0 belong 0xcececece Java JCE KeyStore18 # Java source19 0 regex \^import.*;$ Java source22 # Java HPROF dumps26 >>0x11 ubyte-0x31 <2 Java HPROF dump,29 # Java jmod module[all …]
6 # Since Java bytecode and Mach-O universal binaries have the same magic number,9 # architectures; the short at offset 4 in a Java bytecode file is the JVM minor12 # Java class format was version 43.0, we can safely choose any number19 >4 belong >30 compiled Java class data,24 #>>4 belong 0x032d (Java 1.0)25 #>>4 belong 0x032d (Java 1.1)26 >>4 belong 0x002e (Java 1.2)27 >>4 belong 0x002f (Java 1.3)28 >>4 belong 0x0030 (Java 1.4)29 >>4 belong 0x0031 (Java 1.5)[all …]
6 0 belong 0xedfeedfe Sun 'jks' Java Keystore File data
6 # Java ByteCode, so they are both handled in the file "cafebabe".
3 # Ensure that the configuration variables for the GNU Java Compiler compiler6 # run its tests on C programs, because we cannot link Java programs until12 # Source file extension for Java test sources.15 # Object file extension for compiled Java test sources.
49 Godmar Back for his Java improvements and encouragement.52 Scott Bambrough for help porting the Java compiler.58 Jon Beniston for his Microsoft Windows port of Java.65 Geoff Berry for his Java object serialization work and various patches.83 garbage collector}, IA-64 libffi port, and other Java work.125 Joerg Brunsmann for Java compiler hacking and help with the GCJ FAQ@.162 Eric Christopher for his Java porting help and clean-ups.300 John Gilmore for a donation to the FSF earmarked improving GNU Java.312 Anthony Green for his @option{-Os} contributions and Java front end work.315 Stu Grossman for gdb hacking, allowing GCJ developers to debug Java code.[all …]
14 @cindex Java18 languages currently include C, C++, Java, Fortran, and Ada.
173 @xref{Compatibility,,Compatibility with the Java Platform, gcj, GNU gcj},174 for details of compatibility between @command{gcj} and the Java Platform.
32 The Boehm conservative garbage collector, used as part of the Java41 An implementation of the @command{jar} command, used with the Java63 The @code{libffi} library, used as part of the Java runtime library.72 The Java runtime library.85 The @code{zlib} compression library, used by the Java front end and as86 part of the Java runtime library.677 Java front end depends on the C++ front end, so sets826 * libgcj Tests:: The Java library testsuites.1280 @subsection The Java library testsuites.1288 develops tests for the Java Class Libraries. These tests are run as part[all …]
247 Java, exceptions like division by zero or segmentation fault are569 instruction to non-trapping while compiling Java. Updating of edges
27 # Exception list: names tests that are bypassed when running in Java34 # freopen() (to suppress output) not supported by Java DTrace API73 # freopen() and ftruncate() not supported by Java DTrace API
222 xela Alexander Müller <alex@littleblue.de> (Java JNI b.)228 morten Morten Ludvigsen <morten@2ps.dk> (Swig-Java b.)229 jespersm Jesper Steen Møller <jesper@selskabet.org> (Swig-Java b.)230 knacke Kai Nacke <kai.nacke@redstar.de> (Swig-Java b.)
240 Java support (Global Maintainers)265 Java tests (gdb.java) Anthony Green green@redhat.com429 Per Bothner (Java) per at bothner dot com430 Anthony Green (Java) green at redhat dot com
24 Pending breakpoints are very useful for GCJ Java debugging.222 * Java225 Java application have been fixed. GDB's Java support is now1095 * Java frontend1097 GDB now includes basic Java language support. This support is1098 only useful with Java compilers that produce native machine code.
29 Java, ///< Java (gcj) enumerator
282 34. Is there a Java version of zlib?284 Probably what you want is to use zlib in Java. zlib is already included285 as part of the Java SDK in the java.util.zip package. If you really want286 a version of zlib written in the Java language, look on the zlib home
38 zlib is available in Java using the java.util.zip package, documented at
157 Java = 0x0d, enumerator
214 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Lang, Java, OS) in operator <<()
76 TYPE("java", Java, INVALID, nullptr, phases::Compile, phases::…
44 created a Java based prototype resolver called Unbound. The basic47 The Java prototype worked very well, with contributions from Geoff
96 CV_ENUM_ENT(SourceLanguage, ILAsm), CV_ENUM_ENT(SourceLanguage, Java),
86 when absolutely necessary. Certain software such as some versions of Java
15 Note: if you want to write a milter in Java, then see
204 RETURN_CASE(SourceLanguage, Java, "java"); in formatSourceLanguage()