Home
last modified time | relevance | path

Searched refs:Java (Results 1 – 25 of 177) sorted by relevance

12345678

/openbsd-src/usr.bin/file/magdir/
H A Djava4 # Java ByteCode and Mach-O binaries (e.g., Mac OS X) use the
8 # Java serialization
10 0 beshort 0xaced Java serialization data
13 0 belong 0xfeedfeed Java KeyStore
15 0 belong 0xcececece Java JCE KeyStore
H A Dcafebabe6 # Since Java bytecode and Mach-O fat-files have the same magic number, the test
9 # offset 4 in a Java bytecode file is the JVM minor version and the
12 # Java class format was version 43.0, we can safely choose any number
20 >4 belong >30 compiled Java class data,
H A Dsecuritycerts6 0 belong 0xedfeedfe Sun 'jks' Java Keystore File data
H A Dmach6 # Java ByteCode, so they are both handled in the file "cafebabe".
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dgcj.texi8 @c circumlocutions like ``compiler for the Java language''.
10 @c the word ``Java'.
55 * Gcj: (gcj). Ahead-of-time compiler for the Java language
61 Generate header files from Java class files
63 Print information about Java source files
65 Print information about Java class files
66 * gij: (gcj)Invoking gij. GNU interpreter for Java bytecode
101 Java programming language. @command{gcj} can generate both @file{.class}
102 files and object files, and it can read both Java source code and
110 * Compatibility:: Compatibility between gcj and other tools for Java
[all …]
H A Dconfig-lang.in1 # Top level configure fragment for the GNU compiler for the Java(TM)
22 #Java and all Java-based marks are trademarks or registered trademarks
H A Dkeyword.gperf2 /* Keyword definition for the GNU compiler for the Java(TM) language.
23 Java and all Java-based marks are trademarks or registered trademarks
H A Djavaop.def1 /* Table of opcodes for byte codes defined by the Java(TM) virtual
22 Java and all Java-based marks are trademarks or registered trademarks
81 Java frame. It can be a literal, or IMMEDIATE_i2.
/openbsd-src/gnu/usr.bin/perl/cpan/Text-Tabs/t/
H A Dfill.t22 Java!
23 Looking to view Java applets in Cyberdog 1.1 Beta 3? Download and install
24 the Mac OS Runtime for Java and try it out!
42 Java! Looking to view Java applets in Cyberdog 1.1 Beta 3? Download and
43 install the Mac OS Runtime for Java and try it out!
/openbsd-src/gnu/gcc/gcc/doc/
H A Dgcj.info27 * Gcj: (gcj). Ahead-of-time compiler for the Java language
33 Generate header files from Java class files
35 Generate JNI header files from Java class files
37 Print information about Java source files
39 Print information about Java class files
40 * gij: (gcj)Invoking gij. GNU interpreter for Java bytecode
78 This manual describes how to use `gcj', the GNU compiler for the Java
80 object files, and it can read both Java source code and `.class' files.
88 * Compatibility:: Compatibility between gcj and other tools for Java
93 * Invoking gij:: Interpreting Java bytecodes
[all …]
H A Dcontrib.texi49 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 …]
H A Dfrontends.texi14 @cindex Java
20 languages currently include C, C++, Objective-C, Objective-C++, Java,
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dcontrib.texi41 Godmar Back for his Java improvements and encouragement.
44 Scott Bambrough for help porting the Java compiler.
50 Jon Beniston for his Windows port of Java.
57 Geoff Berry for his Java object serialization work and various patches.
68 garbage collector}, IA-64 libffi port, and other Java work.
103 Joerg Brunsmann for Java compiler hacking and help with the GCJ FAQ.
140 Eric Christopher for his Java porting help and clean-ups.
261 John Gilmore for a donation to the FSF earmarked improving GNU Java.
273 Anthony Green for his @option{-Os} contributions and Java front end work.
292 Andrew Haley for his amazing Java compiler and library efforts.
[all …]
H A Dfrontends.texi7 @chapter Compile C, C++, Objective-C, Ada, Fortran, Java, or treelang
11 @cindex Java
15 Fortran, Java and treelang) are integrated; this is why we use the name
17 languages. The Ada, Fortran, Java and treelang compilers are described in
/openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2000-11-18-EarlyDesignIdeas.txt10 portability and safety like the Java VM? Or shall we focus on the
13 important for portable Java-type VMs?
17 the second question. The Java compiler and OS community care much more
21 Java-type VMs, the design constraints are very different.
H A D2000-11-18-EarlyDesignIdeasResp.txt10 > portability and safety like the Java VM? Or shall we focus on the
13 > important for portable Java-type VMs?
22 to be able to statically eliminate many bounds checks in Java
26 * Java bytecode is used as our "safe" representation (to avoid
28 user chooses to execute Java bytecodes directly (ie, not
35 * To keep things "safe" ie to enforce a sandbox on Java/foreign code,
44 > the second question. The Java compiler and OS community care much more
81 C functions directly from Java without using the nasty/slow/gross JNI
97 a uniform way for the entire VM... so that C functions can call Java
H A D2001-02-13-Reference-Memory.txt17 works fine for lots of stuff... except that Java really has
21 an object, etc...) and more closely matches Java semantics. The
H A D2001-02-06-TypeNotationDebateResp2.txt25 * This fits more closely with what Java needs, ie what we need in the
26 short term. Java arrays are always zero based.
H A D2001-02-13-Reference-MemoryResponse.txt8 > works fine for lots of stuff... except that Java really has
12 > an object, etc...) and more closely matches Java semantics. The
H A D2001-05-18-ExceptionHandling.txt1 Meeting notes: Implementation idea: Exception Handling in C++/Java
196 llvm. Java would be very similar, except it only uses destructors to unlock
201 It would be trivial to get exception interoperability between C++ and Java.
H A D2001-02-09-AdveComments.txt26 the val-type uint? Most HLL switch statements (including Java and C++)
53 C, C++ Java and Fortran 90 would not be able to use our malloc anyway
/openbsd-src/regress/usr.bin/file/
H A Dt10.out1 t10.in: Java serialization data, version 5
H A Dt9.out1 t9.in: compiled Java class data, version 49.0
/openbsd-src/gnu/llvm/llvm/docs/
H A DFaultMaps.rst20 For example, Java requires null checks on objects before they are read
24 extremely rare in well-behaved Java programs, and typically the null
/openbsd-src/sys/dev/onewire/
H A Donewiredevs37 family DS195X 0x16 Java

12345678