Skip to content
Closed
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
0e8a854
Initial commit
minborg May 5, 2025
5ecee27
Rename classes
minborg May 5, 2025
6c95aac
Add @Stable for URI and add benchmark
minborg May 5, 2025
2bc67cc
Add examples to doc and fix tests
minborg May 6, 2025
2548d7f
Add copyright header and revert unintended change
minborg May 6, 2025
2fb0cb3
Move raw factories into inner class Raw
minborg May 6, 2025
94b4023
Add unhecked call test
minborg May 6, 2025
a3546a6
Document field alignment assumption
minborg May 6, 2025
33e1779
Address comments
minborg May 6, 2025
52e96c5
Fix raw long updater under 32-bit mode
minborg May 6, 2025
83ce9ac
Add a method handle based field updater
minborg May 7, 2025
0353ff9
Revert changes in public classes
minborg May 7, 2025
4a42b27
Reformat
minborg May 7, 2025
94a9a4e
Merge branch 'master' into stable-updaters
minborg May 7, 2025
6342fbd
Add low level variants
minborg May 7, 2025
a01ba9a
Add convenience methods and documentations
minborg May 7, 2025
de8e238
Reformat
minborg May 7, 2025
e2a2d7b
Add lazy CallSite methods
minborg May 8, 2025
e928591
Revert changes in stable classes
minborg May 8, 2025
1628b26
Add composition of functions and MHs
minborg May 8, 2025
abc0a3b
Merge branch 'master' into stable-updaters
minborg May 9, 2025
ce1b832
Remove unused factories and add comment
minborg May 9, 2025
cbcf13b
Revert unintended change
minborg May 9, 2025
9a58db6
Revert unintended change
minborg May 9, 2025
f6de843
Merge branch 'master' into stable-updaters
minborg May 13, 2025
119cbcf
Wip
minborg May 14, 2025
2df0807
Fix docs
minborg May 14, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions make/test/BuildMicrobenchmark.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ $(eval $(call SetupJavaCompilation, BUILD_JDK_MICROBENCHMARK, \
--add-exports java.base/jdk.internal.classfile.impl=ALL-UNNAMED \
--add-exports java.base/jdk.internal.event=ALL-UNNAMED \
--add-exports java.base/jdk.internal.foreign=ALL-UNNAMED \
--add-exports java.base/jdk.internal.lang.stable=ALL-UNNAMED \
--add-exports java.base/jdk.internal.misc=ALL-UNNAMED \
--add-exports java.base/jdk.internal.util=ALL-UNNAMED \
--add-exports java.base/jdk.internal.vm=ALL-UNNAMED \
Expand Down
Loading