-
Notifications
You must be signed in to change notification settings - Fork 12
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
Updates to DumpUtility #67
Conversation
924a1b8
to
285ea0d
Compare
Seems I have a toolchain issue with CI machines ... will need to coordinate with @akomakom |
Ok ... Azure CI appears to lack support for |
285ea0d
to
adcb00d
Compare
I changed the approach to avoid dependence on |
adcb00d
to
c90d09b
Compare
test-tools/src/main/java/org/terracotta/utilities/test/ModuleSupport.java
Outdated
Show resolved
Hide resolved
test-tools/src/main/java/org/terracotta/utilities/test/ModuleSupport.java
Outdated
Show resolved
Hide resolved
This commit updates DumpUtility to: * correct recognition of writable, BIG_ENDIAN, heap-resident IntBuffer * make adjustments in support of Java 17+ * add usage comments * add tests For LongBuffer and IntBuffer, this update adds buffer description lines for the Long/IntBuffer.
c90d09b
to
6508ea9
Compare
This commit stream updates
DumpUtility
to:java.nio.ByteBufferAsIntBufferB
(typo)LongBuffer
andIntBuffer
The commit stream also adds the
ModuleSupport
class providing support for checking if, under Java 9+ the UNNAMED module has reflection access to a given class/instance.