--- old/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotRuntimeStub.java 2019-03-28 11:24:11.000000000 -0700 +++ new/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotRuntimeStub.java 2019-03-28 11:24:10.000000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -27,7 +27,9 @@ import jdk.vm.ci.meta.ResolvedJavaMethod; /** - * Implementation of {@link InstalledCode} for code installed as a RuntimeStub. + * Implementation of {@link InstalledCode} for code installed as a {@code RuntimeStub}. The address + * of the {@code RuntimeStub} is stored in {@link InstalledCode#address} and the value of + * {@code RuntimeStub::entry_point()} is in {@link InstalledCode#entryPoint}. */ public class HotSpotRuntimeStub extends HotSpotInstalledCode {