Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8314592: Add shortcut to SymbolLookup::find #18474

Closed
wants to merge 13 commits into from
Original file line number Diff line number Diff line change
@@ -149,7 +149,7 @@ public interface SymbolLookup {
Optional<MemorySegment> find(String name);

/**
* Returns the address of the symbol with the given name or throws an Exception.
* Returns the address of the symbol with the given name or throws an exception.
*<p>
* This is equivalent to the following code, but is more efficient:
* to: