8185843: fix broken HotSpotInternals wiki links

Reviewed-by: dholmes, vlivanov
This commit is contained in:
Muthusamy Chinnathambi 2017-08-04 21:41:41 -07:00 committed by Vladimir Kozlov
parent 4c46a93864
commit 070cb28baa
3 changed files with 5 additions and 5 deletions

View File

@ -1345,7 +1345,7 @@ public class BytecodeParser implements GraphBuilderContext {
/* /*
* Special handling for runtimes that rewrite an invocation of MethodHandle.invoke(...) * Special handling for runtimes that rewrite an invocation of MethodHandle.invoke(...)
* or MethodHandle.invokeExact(...) to a static adapter. HotSpot does this - see * or MethodHandle.invokeExact(...) to a static adapter. HotSpot does this - see
* https://wikis.oracle.com/display/HotSpotInternals/Method+handles +and+invokedynamic * https://wiki.openjdk.java.net/display/HotSpot/Method+handles+and+invokedynamic
*/ */
boolean hasReceiver = !((ResolvedJavaMethod) target).isStatic(); boolean hasReceiver = !((ResolvedJavaMethod) target).isStatic();
JavaConstant appendix = constantPool.lookupAppendix(stream.readCPI(), Bytecodes.INVOKEVIRTUAL); JavaConstant appendix = constantPool.lookupAppendix(stream.readCPI(), Bytecodes.INVOKEVIRTUAL);

View File

@ -47,4 +47,4 @@ with unique names being generated by adding a number onto the provided file
name. name.
More information about the tool is available at More information about the tool is available at
https://wikis.oracle.com/display/HotSpotInternals/IdealGraphVisualizer. https://wiki.openjdk.java.net/display/HotSpot/IdealGraphVisualizer.

View File

@ -13,6 +13,6 @@ Adding the -i option with also report inlining like PrintInlining.
More information about the LogCompilation output can be found at More information about the LogCompilation output can be found at
https://wikis.oracle.com/display/HotSpotInternals/LogCompilation+overview https://wiki.openjdk.java.net/display/HotSpot/LogCompilation+overview
https://wikis.oracle.com/display/HotSpotInternals/PrintCompilation https://wiki.openjdk.java.net/display/HotSpot/PrintCompilation
https://wikis.oracle.com/display/HotSpotInternals/LogCompilation+tool https://wiki.openjdk.java.net/display/HotSpot/LogCompilation+tool