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

8282191: Implementation of Foreign Function & Memory API (Preview) #7888

Closed
wants to merge 65 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
3f411d5
Initial push
mcimadamore Mar 16, 2022
6aa5f10
Revert to previous handshake logic
mcimadamore Mar 16, 2022
a3586cb
Revert changes to problem list
mcimadamore Mar 21, 2022
7403a78
Add TestUpcallStack to problem list
mcimadamore Mar 21, 2022
dac414c
Revert changes to scopedMemoryAccess.cpp
mcimadamore Mar 21, 2022
3fb495d
Fix writeOversized for booleans
mcimadamore Mar 21, 2022
6254192
Drop unused imports in Reflection.java
mcimadamore Mar 21, 2022
ef54894
Update copyright
mcimadamore Mar 21, 2022
8e6017d
Fix TestLayouts on 32-bits
mcimadamore Mar 21, 2022
6bb1b5c
Address review comments
mcimadamore Mar 22, 2022
3d3c30a
Simplify syslookup build changes
mcimadamore Mar 22, 2022
fc1fdb5
Add missing LIBS flag
mcimadamore Mar 22, 2022
4b2760d
rename syslookup lib on Windows
mcimadamore Mar 22, 2022
7ec71f7
Fix indentation in Lib.gmk
mcimadamore Mar 22, 2022
c9bc9a7
Drop redundant javadoc statements re. handling of nulls
mcimadamore Mar 23, 2022
acb3d4c
Update src/java.base/share/classes/java/lang/foreign/MemorySegment.java
mcimadamore Mar 24, 2022
b6aa681
Update src/java.base/share/classes/java/lang/foreign/MemorySegment.java
mcimadamore Mar 24, 2022
95f65ee
Update src/java.base/share/classes/java/lang/foreign/MemorySegment.java
mcimadamore Mar 24, 2022
3e8cfd7
Address review comments
mcimadamore Mar 24, 2022
4077608
Update src/java.base/share/classes/java/lang/foreign/SymbolLookup.java
mcimadamore Mar 24, 2022
6881b6d
Update src/java.base/share/classes/java/lang/foreign/SymbolLookup.java
mcimadamore Mar 24, 2022
d95c6d0
Address more review comments
mcimadamore Mar 24, 2022
6e7189b
Add --enable-preview to micro benchmark java options
mcimadamore Mar 24, 2022
504b564
Revert changes to RunTests.gmk
mcimadamore Mar 24, 2022
b86c658
Merge branch 'master' into foreign-preview
mcimadamore Mar 29, 2022
e557f6c
Drop support for Constable from MemoryLayout/FunctionDescriptor
mcimadamore Mar 29, 2022
55aee87
Use thread local storage to optimize attach of async threads
mcimadamore Mar 29, 2022
43dc6be
Switch to daemon threads for async upcalls
mcimadamore Mar 29, 2022
0bcc866
Fix bad usage of `@link` with primitive array types
mcimadamore Mar 30, 2022
af41a76
Tweak FunctionDescriptor::argumentLayouts to return an immutable list
mcimadamore Mar 30, 2022
247e5eb
Merge branch 'master' into foreign-preview
mcimadamore Mar 30, 2022
376af62
Make sure that layouts cannot overflow size
mcimadamore Mar 31, 2022
aeafdbe
* Cleanup `@throws` specification for get/setUtf8String
mcimadamore Mar 31, 2022
e17b6b5
Remove bogus line in javadoc of `MemoryLayout::structLayout`
mcimadamore Mar 31, 2022
f10791b
Tweak qualified reference to wrapOverflow
mcimadamore Apr 1, 2022
c1a7a6b
* Rename `CLinker` to `Linker`
mcimadamore Apr 4, 2022
0d03a0b
Forgot to add `CLinker` file
mcimadamore Apr 4, 2022
5b0aeb8
Address review comment
mcimadamore Apr 4, 2022
d21e792
Added UnsupportedOperationException on other functionalities (e.g. `V…
mcimadamore Apr 4, 2022
d84de51
Fix TestLinkToNativeRBP
mcimadamore Apr 4, 2022
c9afcd1
Fix UnrolledAccess benchmark
mcimadamore Apr 11, 2022
a68195a
Use a less expensive array element alignment check
mcimadamore Apr 11, 2022
66cebe7
Add @ForceInline annotation on session accessor
mcimadamore Apr 12, 2022
e01fcfe
Initial push
mcimadamore Apr 13, 2022
3a87df5
Drop `UnsupportedOperationException` from throws clause in FileChanne…
mcimadamore Apr 13, 2022
8637379
Remove whitespaces
mcimadamore Apr 13, 2022
1dc1e69
Add @see
mcimadamore Apr 14, 2022
857d046
Tweak support for array element var handle
mcimadamore Apr 14, 2022
2e3d57a
Add ValueLayout changes
mcimadamore Apr 14, 2022
746de5c
Merge branch 'master' into foreign-preview
mcimadamore Apr 27, 2022
6990183
Address CSR comments
mcimadamore Apr 27, 2022
5866bbb
Simplify libraryLookup impl
mcimadamore Apr 27, 2022
945317e
Downcall and upcall tests use wrong layout which is missing some trai…
mcimadamore Apr 28, 2022
d1fcf01
Tweak Addressable javadoc
mcimadamore Apr 29, 2022
6fdb96e
Tweak support for Linker lookup
mcimadamore May 3, 2022
dc309e8
Update src/java.base/share/classes/jdk/internal/misc/X-ScopedMemoryAc…
mcimadamore May 3, 2022
41d055a
Merge branch 'master' into foreign-preview
mcimadamore May 3, 2022
853f06b
Tweak examples in SymbolLookup javadoc
mcimadamore May 4, 2022
4d24ffa
* Clarify what happens when SymbolLookup::loaderLookup is invoked fro…
mcimadamore May 5, 2022
b71c4e9
Add tests for loaderLookup/restricted method corner cases
mcimadamore May 6, 2022
f823bf8
Update src/java.base/share/classes/jdk/internal/reflect/Reflection.java
mcimadamore May 6, 2022
3c88a2e
Merge branch 'master' into foreign-preview
mcimadamore May 9, 2022
7b77429
Fix crashes in heap segment benchmarks due to misaligned access
mcimadamore May 9, 2022
cdd006e
Merge branch 'master' into foreign-preview
mcimadamore May 11, 2022
f170415
Merge branch 'master' into foreign-preview
mcimadamore May 12, 2022
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
4 changes: 2 additions & 2 deletions make/RunTests.gmk
Original file line number Diff line number Diff line change
@@ -582,8 +582,8 @@ define SetupRunMicroTestBody
$$(eval $$(call SetMicroValue,$1,MICRO_TEST_JDK,$$(JDK_UNDER_TEST)))
$$(eval $$(call SetMicroValue,$1,MICRO_JAVA_OPTIONS))

# Current tests needs to open java.io
$1_MICRO_JAVA_OPTIONS += --add-opens=java.base/java.io=ALL-UNNAMED
# Current tests needs to open java.io, and to enable preview features
$1_MICRO_JAVA_OPTIONS += --add-opens=java.base/java.io=ALL-UNNAMED --enable-preview

# Save output as JSON or CSV file
ifneq ($$(MICRO_RESULTS_FORMAT), )