Skip to content

Commit

Permalink
Merge branch 'plugin-inline-during-parsing' of https://github.com/mar…
Browse files Browse the repository at this point in the history
…janasolajic/graal into plugin-inline-during-parsing
  • Loading branch information
marjanasolajic committed Dec 4, 2020
2 parents 47baf31 + e57c1e4 commit 81b79a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions THIRD_PARTY_LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The following software may be included in this product:

===============================================================================

JSON 20180813
JSON 20201115

Copyright (c) 2002 JSON.org

Expand Down Expand Up @@ -1152,7 +1152,7 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

===============================================================================
JLine 3.16.0
JLine 3.13.2

Copyright (c) 2002-2018, the original author or authors.
All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ public InlineInfo shouldInlineInvoke(GraphBuilderContext builder, ResolvedJavaMe

/*
* We can't inline methods that use intrnsifications. By inlining them we are opening a
* door for inconsistencies between parsing in analysis and parsing for deopt targets.
* door for inconsistencies between parsing in analysis and parsing for runtime methods.
*/
if (ImageSingletons.lookup(IntrinsifyMethodHandlesInvocationPlugin.IntrinsificationRegistry.class).hasIntrinsifications((AnalysisMethod) original)) {
return InlineInfo.DO_NOT_INLINE_WITH_EXCEPTION;
Expand Down

0 comments on commit 81b79a2

Please sign in to comment.