< prev index next >

src/java.base/share/classes/java/lang/invoke/package-info.java

Print this page
rev 58552 : [mq]: 8241727-Typos-empty-lines-in-javadoc-inconsistent-indents-etc

*** 1,7 **** /* ! * Copyright (c) 2008, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2008, 2020, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 160,170 **** * <p> * If several threads simultaneously execute a bootstrap method for a single dynamically-computed * call site or constant, the JVM must choose one bootstrap method result and install it visibly to * all threads. Any other bootstrap method calls are allowed to complete, but their * results are ignored. - * <p style="font-size:smaller;"> * <em>Discussion:</em> * These rules do not enable the JVM to share call sites, * or to issue &ldquo;causeless&rdquo; bootstrap method calls. * Every {@code invokedynamic} instruction transitions at most once from unlinked to linked, --- 160,169 ----
< prev index next >