src/share/vm/prims/methodHandles.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/prims/methodHandles.cpp	Tue Apr 22 14:08:55 2014
--- new/src/share/vm/prims/methodHandles.cpp	Tue Apr 22 14:08:55 2014

*** 34,43 **** --- 34,44 ---- #include "runtime/compilationPolicy.hpp" #include "runtime/javaCalls.hpp" #include "runtime/reflection.hpp" #include "runtime/signature.hpp" #include "runtime/stubRoutines.hpp" + #include "classfile/stringTable.hpp" /* * JSR 292 reference implementation: method handles * The JDK 7 reference implementation represented method handle

src/share/vm/prims/methodHandles.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File