647 Commits

Author SHA1 Message Date
Volker Berlin
57f0c9ceb9
More Unsafe support for Java 11 2023-02-28 23:05:19 +01:00
Volker Berlin
16d04beeff
fix Unsafe for array elements 2023-02-28 20:33:22 +01:00
Volker Berlin
3c2e431a9c
Unsafe.putInt and Unsafe.putLong 2023-02-28 16:03:48 +01:00
Volker Berlin
bb20f0dbc2
implements Unsafe.getObjectVolatile 2023-02-27 18:49:57 +01:00
Volker Berlin
ef2720537d
fix AtomicReferenceFieldUpdater.compareAndSet 2023-02-27 10:21:03 +01:00
Volker Berlin
3cccd27b35
Consume the THIS parameter from Unsafe calls 2023-02-26 22:35:39 +01:00
Volker Berlin
b254aae288
AtomicReferenceFieldUpdater is another alternative for Unsafe 2023-02-26 13:15:24 +01:00
Volker Berlin
e485e149bd
Let compiler fail if unsafe field was not resolve instead to produce corrupt output. 2023-02-12 22:22:28 +01:00
Volker Berlin
bc16b18083
More Unsafe stuff. First step for VarHandle in Java 9 and higher. 2023-02-12 21:46:05 +01:00
Volker Berlin
588c9563f6
Unsafe code for AtomicReference 2023-01-24 18:57:04 +01:00
Volker Berlin
4aa282176e
Unsafe code for atomic long 2022-10-16 21:44:29 +02:00
Volker Berlin
9b3bf52173
Default values for long must in JavaScript 0n else it can't be converted to wasm i64. 2022-10-16 20:24:36 +02:00
Volker Berlin
2cdb0244d1
more Unsafe replacements 2022-10-16 20:04:38 +02:00
Volker Berlin
579288d663
more Java 11 Unsafe replacements 2022-10-02 20:25:36 +02:00
Volker Berlin
577d2883c9
Some Unsafe stuff for Java 11 2022-10-01 22:40:11 +02:00
Volker Berlin
86004bfb4c
Add UnsafeManager 2022-09-29 13:32:04 +02:00
Volker Berlin
8b20e21725
Add a getValue() to dup instruction 2022-09-29 13:25:56 +02:00
Volker Berlin
d9e78ef414
Add WasmConstClassInstruction 2022-09-18 16:08:35 +02:00
Volker Berlin
69ce777ec0
Add WasmConstClassInstruction 2022-09-18 16:06:01 +02:00
Volker Berlin
c62615b425
Add a separate String instruction 2022-09-18 13:04:08 +02:00
Volker Berlin
4cc13dd99f
toString() for debugging 2022-09-18 13:00:00 +02:00
Volker Berlin
fbd6027055
toString() for debugging 2022-09-17 16:51:54 +02:00
Volker Berlin
60d24f2feb
Fix StrucType.isSubTypeOf() for sub interfaces. 2022-09-03 20:47:49 +02:00
Volker Berlin
7d2152a5df
Fix complex catch blocks with reverse multiple catch 2022-08-01 19:52:10 +02:00
Volker Berlin
50ca777dc3
Lambdas with parameters had one value too many on the stack. 2022-07-31 20:38:04 +02:00
Volker Berlin
024be2c50c
fix lambda expressions with field access 2022-07-31 12:00:07 +02:00
Volker Berlin
f8a79c16e0
Fix complex catch blocks with multiple catch 2022-07-29 22:15:39 +02:00
Volker Berlin
5013f2f819
fix wrong block return type calculation with synchronized 2022-07-27 21:21:03 +02:00
Volker Berlin
f5e8e48356
fix NPE with "IgnoreNative" 2022-07-27 19:48:49 +02:00
Volker Berlin
c6fc938a3d
Give CATCH blocks the right order with finally most outer block. 2022-07-26 21:25:09 +02:00
Volker Berlin
855713a519
fix CONTINUE in a CATCH block 2022-07-24 14:29:32 +02:00
Volker Berlin
4722445f24
clean code, remove unused code 2022-07-23 19:58:56 +02:00
Volker Berlin
fd3c698ef5
correct the end position of CATCH blocks 2022-07-18 21:23:28 +02:00
Volker Berlin
bf7518e5d4
Fix ConcurentModificationException 2022-07-18 20:20:53 +02:00
Volker Berlin
a32b3af059
revert registering function StringTable.stringConstant 2022-07-17 20:56:45 +02:00
Volker Berlin
3e5d966548
Use @Partial for ReplacementForClass 2022-07-17 19:54:05 +02:00
Volker Berlin
c2655dbce2
Fix compound IF that continue a loop 2022-07-17 19:46:12 +02:00
Volker Berlin
a5e4b6a353
more method stubs from Class 2022-07-16 23:11:53 +02:00
Volker Berlin
56ac30b3b1
Replacement for asSubclass() 2022-07-16 21:59:51 +02:00
Volker Berlin
0ff60a2809
A middle block should not start at beginning of a CATCH block 2022-07-16 15:17:59 +02:00
Volker Berlin
e512ee4e65
Detect more block overlapping for IF instructions. 2022-07-10 15:55:31 +02:00
Volker Berlin
28cc29a30a
add stub for getModifiers() 2022-06-26 22:07:23 +02:00
Volker Berlin
9da6d8e736
Add the compiler flag "IgnoreNative" to generate stubs for rall not replaced, referenced native methods. #43 2022-06-26 17:36:30 +02:00
Volker Berlin
330634ea7f
fix TRY CATCH inside a loop without end marker. 2022-06-26 16:19:40 +02:00
Volker Berlin
b43c27cb8e
remove obsolete elseEndPos 2022-06-19 20:30:15 +02:00
Volker Berlin
9d1c9ee93b
expand a loop if there is a SWICH structure that point outside the loop. #43 2022-06-19 16:20:17 +02:00
Volker Berlin
47c28f7d46
use for IF conditions also a block with input parameter to prevent problems with not splitable instruction like DUP (Java) or TEE (Wasm) #43 2022-06-19 14:09:49 +02:00
Volker Berlin
511d31af67
Add support for a block with input and return type. 2022-06-18 19:47:43 +02:00
Volker Berlin
4bb7f8f555
performance optimizing 2022-06-18 19:44:59 +02:00
Volker Berlin
062e2aeb47
fix while(true) inside a while(true) loop. #43 2022-06-16 22:47:22 +02:00