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

8254231: Implementation of Foreign Linker API (Incubator) #634

Closed
wants to merge 95 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
95 commits
Select commit Hold shift + click to select a range
dc186e3
RFR 8254162: Implementation of Foreign-Memory Access API (Third Incub…
mcimadamore Oct 7, 2020
e4eb2c7
Add modified files
mcimadamore Oct 7, 2020
fa051ab
Address review comments
mcimadamore Oct 8, 2020
b941c4a
Fix indent in GensrcScopedMemoryAccess.gmk
mcimadamore Oct 8, 2020
d96c32a
Address review comments
mcimadamore Oct 9, 2020
9b3fc22
Fix performance issue with "small" segment mismatch
mcimadamore Oct 9, 2020
770b1e9
Tweak referenced to MemoryAddressProxy in Utils.java
mcimadamore Oct 12, 2020
75e406c
Tweak support for mapped memory segments
mcimadamore Oct 12, 2020
d14d06a
Simplify example in the toplevel javadoc
mcimadamore Oct 12, 2020
8815d94
Merge branch 'master' into 8254162
mcimadamore Oct 13, 2020
8fb8ff2
Remove spurious check on MemoryScope::confineTo
mcimadamore Oct 13, 2020
e866bb2
Merge branch 'master' into 8254162
mcimadamore Oct 13, 2020
4506d75
Merge with master
mcimadamore Oct 13, 2020
adcef6a
Add new files
mcimadamore Oct 13, 2020
4f2ed7c
More updates
mcimadamore Oct 13, 2020
8ce0357
Remove rejected file
mcimadamore Oct 13, 2020
7cc344c
Fix whitespaces
mcimadamore Oct 13, 2020
7cf0ef0
Fix more whitespaces
mcimadamore Oct 13, 2020
ad8bee1
Merge branch 'master' into 8254231_linker
JornVernee Oct 15, 2020
2184831
Re-add erroneously removed files
JornVernee Oct 15, 2020
830c5ce
Re-add file erroneously deleted (detected as rename)
JornVernee Oct 15, 2020
6c7fef0
Merge branch 'master' into 8254162
JornVernee Oct 15, 2020
28b3e3a
Merge branch 'master' into 8254162
JornVernee Oct 16, 2020
6091ed0
Back-port of TestByteBuffer fix
JornVernee Oct 16, 2020
3167431
Address CSR comments
mcimadamore Oct 19, 2020
c595a8d
Use separate constants for native invoker code size
JornVernee Oct 19, 2020
aee2245
Update copyright years, and add classpath exception to files that wer…
JornVernee Oct 19, 2020
7d6eadc
Fix incorrect capitalization in one copyright header
JornVernee Oct 19, 2020
502bd98
Merge branch 'master' into 8254231_linker
JornVernee Oct 20, 2020
7cef16f
Don't use JNI when generating native wrappers
JornVernee Oct 21, 2020
8c7b75d
Merge branch 'master' into 8254231_linker
JornVernee Oct 21, 2020
e543231
Review comments:
JornVernee Oct 22, 2020
87a55e2
Fix build issues caused by recent refactorings
mcimadamore Oct 22, 2020
8cfd401
Merge branch 'master' into 8254231_linker
mcimadamore Oct 22, 2020
dd20288
Remove spurious include
mcimadamore Oct 22, 2020
03dbb52
Fix aarch issues
mcimadamore Oct 22, 2020
9ec4c0e
Fix copyright of AbstractNativeScope
mcimadamore Oct 22, 2020
6aec407
Fix more copyright headers
mcimadamore Oct 22, 2020
3df6cee
And more copyright fixes
mcimadamore Oct 22, 2020
003614a
Fix most review comments
mcimadamore Oct 22, 2020
d1c1309
Add missing resource marks before parsing descriptors
JornVernee Oct 22, 2020
33f4143
Simplify AbstractNativeScope::allocate
mcimadamore Oct 22, 2020
7675bbc
Fix CLinker javadoc
mcimadamore Oct 22, 2020
21f5087
Merge pull request #4 from JornVernee/Missing_ResourceMarks
mcimadamore Oct 22, 2020
fb355ad
Merge branch '8254231_linker' into No_JNI_Comments_v2
JornVernee Oct 22, 2020
0c89229
Merge pull request #2 from JornVernee/No_JNI_Comments_v2
mcimadamore Oct 22, 2020
2c2d2a7
Fix whitespaces
mcimadamore Oct 22, 2020
5d4c8af
Address review comment for scoped memory access makefile
mcimadamore Oct 27, 2020
697c7ca
Merge branch 'master' into 8254162
mcimadamore Oct 27, 2020
dd8896a
Tweak javadoc for MemorySegment::mapFromPath
mcimadamore Oct 27, 2020
41544e3
Merge branch 'master' into 8254162
mcimadamore Oct 27, 2020
f844f54
Remove TestMismatch from 32-bit problem list
mcimadamore Oct 27, 2020
e43f5d7
* Add final to MappedByteBuffer::SCOPED_MEMORY_ACCESS field
mcimadamore Oct 27, 2020
b01af09
More 32-bit fixes for TestLayouts
mcimadamore Oct 27, 2020
e3ec6b4
Fix issues with derived buffers and IO operations
mcimadamore Oct 29, 2020
059d3ab
Address CSR feedback
mcimadamore Oct 30, 2020
bd40061
Merge branch 'master' into 8254162
mcimadamore Oct 30, 2020
4a2c224
Merge branch '8254162' into 8254231_linker
mcimadamore Oct 30, 2020
9871886
Fix typo in upcall helper for aarch64
mcimadamore Oct 30, 2020
8225bf2
Address comments from @AlanBateman
mcimadamore Nov 2, 2020
e2f69ec
Addess remaining feedback from @AlanBateman and @mrserb
mcimadamore Nov 2, 2020
258b400
Merge branch 'master' into 8254162
mcimadamore Nov 5, 2020
02f9e25
Fix post-merge issues caused by 8219014
mcimadamore Nov 5, 2020
b38afb3
Merge branch '8254162' into 8254231_linker
mcimadamore Nov 5, 2020
719224c
- Use lazy constant for upcall_info
JornVernee Oct 20, 2020
e9606ed
Merge pull request #6 from JornVernee/MoveUpcallInfo
mcimadamore Nov 9, 2020
9960b3d
Address more CSR feedback
mcimadamore Nov 10, 2020
bd932cd
remove blank line in thread.hpp
JornVernee Nov 10, 2020
28e7a83
Remove os::is_MP() check
JornVernee Nov 10, 2020
969fb3d
remove excessive asserts in ProgrammableInvoker::invoke_native
JornVernee Nov 10, 2020
033a7c8
Extra space after if
JornVernee Nov 10, 2020
39a040a
Relax ret_addr_offset() assert
JornVernee Nov 10, 2020
1d3a5ca
Sort includes alphabetically
JornVernee Nov 10, 2020
bb75026
Check result of AttachCurrentThread
JornVernee Nov 10, 2020
18f0e2d
Set copyright year for added files to 2020
JornVernee Nov 10, 2020
64c3a16
Revert System.java changes
JornVernee Nov 10, 2020
efc969d
Merge pull request #7 from JornVernee/Additional_Review_Comments
mcimadamore Nov 10, 2020
2ed0f17
Add ResourceMark to ProgrammableUpcallHandler constructor
JornVernee Nov 11, 2020
56099da
Merge branch 'master' into 8254231_linker
mcimadamore Nov 12, 2020
e3d62ee
Fix whitespaces
mcimadamore Nov 12, 2020
0ab509e
Address Vlad's review comments
JornVernee Nov 11, 2020
a9384a0
Fix build failure with disabled precompiled headers
mcimadamore Nov 13, 2020
cd7d3f7
Fix high arity test for aarch64
mcimadamore Nov 13, 2020
15ab364
Fix crashes on aarch64 due to lack of intrinsics support
mcimadamore Nov 13, 2020
4976e3e
Merge branch '8254231_linker' into Vlad_Comments
JornVernee Nov 13, 2020
9b7cd25
Merge branch 'master' into 8254231_linker
mcimadamore Nov 13, 2020
0f0b972
Simplify print code
JornVernee Nov 13, 2020
c8dafc6
- Don't print anything in nmehtod debug output for native invoker if …
JornVernee Nov 13, 2020
739c792
Merge pull request #8 from JornVernee/Vlad_Comments
mcimadamore Nov 13, 2020
7407874
Fix warnings on MSVC
JornVernee Nov 14, 2020
000f75d
Merge pull request #9 from JornVernee/Windows_Warnings
mcimadamore Nov 16, 2020
3999a18
Fix signature mismatch on aarch64
mcimadamore Nov 16, 2020
a836cc3
Fix aarch64 test failure
mcimadamore Nov 16, 2020
a71d51a
Add `final` modifier on NativeLibraries.defaultLookup
mcimadamore Nov 16, 2020
40bd5df
Merge branch 'master' into 8254231_linker
mcimadamore Nov 17, 2020
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
2 changes: 1 addition & 1 deletion src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp
Original file line number Diff line number Diff line change
@@ -3062,7 +3062,7 @@ void OptoRuntime::generate_exception_blob() {
}
#endif // COMPILER2

address SharedRuntime::make_native_invoker(address call_target,
BufferBlob* SharedRuntime::make_native_invoker(address call_target,
int shadow_space_bytes,
const GrowableArray<VMReg>& input_registers,
const GrowableArray<VMReg>& output_registers) {