jdk/hotspot/src/share/vm/interpreter
Roland Westrelin 7bee30f699 8036146: make CPP interpreter build again
Fix build of CPP interpreter on x86 and sparc

Reviewed-by: kvn
2014-03-05 15:14:25 +01:00
..
abstractInterpreter.hpp Merge 2013-11-05 17:38:04 -08:00
bytecode.cpp 6964458: Reimplement class meta-data storage to use native memory 2012-09-01 13:25:18 -04:00
bytecode.hpp 6964458: Reimplement class meta-data storage to use native memory 2012-09-01 13:25:18 -04:00
bytecodeHistogram.cpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
bytecodeHistogram.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
bytecodeInterpreter.cpp 8036146: make CPP interpreter build again 2014-03-05 15:14:25 +01:00
bytecodeInterpreter.hpp 8019519: PPC64 (part 105): C interpreter: implement support for jvmti early return 2013-07-03 11:25:06 +02:00
bytecodeInterpreter.inline.hpp 7010070: Update all 2010 Oracle-changed OpenJDK files to have the proper copyright dates - second pass 2011-04-05 14:12:31 -07:00
bytecodeInterpreterProfiling.hpp 8024468: PPC64 (part 201): cppInterpreter: implement bytecode profiling 2013-09-15 15:28:58 +02:00
bytecodeInterpreterWithChecks.xml 6941466: Oracle rebranding changes for Hotspot repositories 2010-05-27 19:08:38 -07:00
bytecodeInterpreterWithChecks.xsl 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
bytecodes.cpp 6964458: Reimplement class meta-data storage to use native memory 2012-09-01 13:25:18 -04:00
bytecodes.hpp 7172640: C2: instrinsic implementations in LibraryCallKit should use argument() instead of pop() 2012-11-26 17:25:11 -08:00
bytecodeStream.cpp 4926272: methodOopDesc::method_from_bcp is unsafe 2011-01-13 22:15:41 -08:00
bytecodeStream.hpp 6964458: Reimplement class meta-data storage to use native memory 2012-09-01 13:25:18 -04:00
bytecodeTracer.cpp 8031752: Failed speculative optimizations should be reattempted when root of compilation is different 2014-02-25 18:16:24 +01:00
bytecodeTracer.hpp 6989984: Use standard include model for Hospot 2010-11-23 13:22:55 -08:00
cppInterpreter.cpp 8000780: make Zero build and run with JDK8 2012-10-29 11:08:48 -07:00
cppInterpreter.hpp 8029233: Update copyright year to match last edit in jdk8 hotspot repository for 2013 2013-12-24 11:48:39 -08:00
cppInterpreterGenerator.hpp 7010070: Update all 2010 Oracle-changed OpenJDK files to have the proper copyright dates - second pass 2011-04-05 14:12:31 -07:00
interpreter.cpp 8026328: Setting a breakpoint on invokedynamic crashes the JVM 2013-10-24 16:23:07 -07:00
interpreter.hpp 8029233: Update copyright year to match last edit in jdk8 hotspot repository for 2013 2013-12-24 11:48:39 -08:00
interpreterGenerator.hpp 7010070: Update all 2010 Oracle-changed OpenJDK files to have the proper copyright dates - second pass 2011-04-05 14:12:31 -07:00
interpreterRuntime.cpp Merge 2013-11-05 17:38:04 -08:00
interpreterRuntime.hpp 8024468: PPC64 (part 201): cppInterpreter: implement bytecode profiling 2013-09-15 15:28:58 +02:00
invocationCounter.cpp 8010862: The Method counter fields used for profiling can be allocated lazily 2013-04-09 17:17:41 -04:00
invocationCounter.hpp 8024468: PPC64 (part 201): cppInterpreter: implement bytecode profiling 2013-09-15 15:28:58 +02:00
linkResolver.cpp 8032010: Attempt to resolve abstract method in concrete class fails with AbstractMethodError 2014-02-05 15:14:47 -08:00
linkResolver.hpp 8028741: Interface Method Resolution should skip static and non-public methods in j.l.Object 2013-12-10 16:18:26 -05:00
oopMapCache.cpp 6964458: Reimplement class meta-data storage to use native memory 2012-09-01 13:25:18 -04:00
oopMapCache.hpp 6964458: Reimplement class meta-data storage to use native memory 2012-09-01 13:25:18 -04:00
rewriter.cpp 8033528: assert(0 <= i && i < length()) failed: index out of bounds 2014-02-07 18:30:27 -05:00
rewriter.hpp 8033528: assert(0 <= i && i < length()) failed: index out of bounds 2014-02-07 18:30:27 -05:00
templateInterpreter.cpp 8026328: Setting a breakpoint on invokedynamic crashes the JVM 2013-10-24 16:23:07 -07:00
templateInterpreter.hpp 8029233: Update copyright year to match last edit in jdk8 hotspot repository for 2013 2013-12-24 11:48:39 -08:00
templateInterpreterGenerator.hpp 8029233: Update copyright year to match last edit in jdk8 hotspot repository for 2013 2013-12-24 11:48:39 -08:00
templateTable.cpp 6964458: Reimplement class meta-data storage to use native memory 2012-09-01 13:25:18 -04:00
templateTable.hpp Merge 2014-01-28 12:25:34 -08:00