Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8254792: Disable intrinsic StringLatin1.indexOf until 8254790 is fixed
Reviewed-by: dcubed
  • Loading branch information
Vladimir Kozlov committed Oct 15, 2020
1 parent 55d760d commit 5194f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/opto/c2compiler.cpp
Expand Up @@ -496,7 +496,7 @@ bool C2Compiler::is_intrinsic_supported(const methodHandle& method, bool is_virt
case vmIntrinsics::_indexOfIU:
case vmIntrinsics::_indexOfIUL:
case vmIntrinsics::_indexOfU_char:
case vmIntrinsics::_indexOfL_char:
// case vmIntrinsics::_indexOfL_char: // Disable it until found issues are fixed
case vmIntrinsics::_toBytesStringU:
case vmIntrinsics::_getCharsStringU:
case vmIntrinsics::_getCharStringU:
Expand Down

1 comment on commit 5194f11

@bridgekeeper
Copy link

@bridgekeeper bridgekeeper bot commented on 5194f11 Oct 15, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.