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

Making 'mx javadoc --unified' part of the gate #15

Merged
merged 3 commits into from
Jan 25, 2016

Conversation

jtulach
Copy link
Contributor

@jtulach jtulach commented Jan 25, 2016

Calling mx.javadoc(...) from the gate.

@smarr
Copy link
Contributor

smarr commented Jan 25, 2016

I fixed the underlying JavaDoc issue and pushed/merged the change (#14). So, hopefully, this will pass now.

chrisseaton added a commit that referenced this pull request Jan 25, 2016
Making 'mx javadoc --unified' part of the gate
@chrisseaton chrisseaton merged commit b1aa53c into oracle:master Jan 25, 2016
XiaohongGong pushed a commit to XiaohongGong/graal that referenced this pull request Feb 24, 2020
This patch adds the following match rules to generate bitfield
move instruction on AArch64:
* (RightShift (LeftShift value a) b)         -> SBFX/SBFIZ
* (UnsignedRightShift (LeftShift value a) b) -> UBFX/UBFIZ
* (LeftShift (SignExtend value) a)           -> SBFIZ
Eg:
  lsl    w0, w1, oracle#8
  asr    w0, w0, oracle#15
is optimized to:
  sbfx   w0, w1, oracle#7, oracle#17

It also adds the rules to integrate the ZeroExtend with unsigned
bitfield move operation.
Eg:
  ubfiz  w0, w1, oracle#5, oracle#12
  and    x0, x0, #0xffffffff
is optimized to:
  ubfiz  x0, x1, oracle#5, oracle#12

Change-Id: I2b635d4895db0d5f4c30630176f336e9a226ccaf
jerboaa pushed a commit to jerboaa/graal that referenced this pull request Aug 27, 2024
…xes-backport

Backport: [GR-49816] Throw exception for null pointers passed to RuntimeJNIAccess / RuntimeReflection register methods
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants