8185843: fix broken HotSpotInternals wiki links
Reviewed-by: dholmes, vlivanov
This commit is contained in:
parent
4c46a93864
commit
070cb28baa
@ -1345,7 +1345,7 @@ public class BytecodeParser implements GraphBuilderContext {
|
||||
/*
|
||||
* Special handling for runtimes that rewrite an invocation of MethodHandle.invoke(...)
|
||||
* 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();
|
||||
JavaConstant appendix = constantPool.lookupAppendix(stream.readCPI(), Bytecodes.INVOKEVIRTUAL);
|
||||
|
@ -47,4 +47,4 @@ with unique names being generated by adding a number onto the provided file
|
||||
name.
|
||||
|
||||
More information about the tool is available at
|
||||
https://wikis.oracle.com/display/HotSpotInternals/IdealGraphVisualizer.
|
||||
https://wiki.openjdk.java.net/display/HotSpot/IdealGraphVisualizer.
|
||||
|
@ -13,6 +13,6 @@ Adding the -i option with also report inlining like PrintInlining.
|
||||
|
||||
More information about the LogCompilation output can be found at
|
||||
|
||||
https://wikis.oracle.com/display/HotSpotInternals/LogCompilation+overview
|
||||
https://wikis.oracle.com/display/HotSpotInternals/PrintCompilation
|
||||
https://wikis.oracle.com/display/HotSpotInternals/LogCompilation+tool
|
||||
https://wiki.openjdk.java.net/display/HotSpot/LogCompilation+overview
|
||||
https://wiki.openjdk.java.net/display/HotSpot/PrintCompilation
|
||||
https://wiki.openjdk.java.net/display/HotSpot/LogCompilation+tool
|
||||
|
Loading…
Reference in New Issue
Block a user