Chen Liang
|
39c17b3926
|
8341277: Validate slot argument for instruction factories
Reviewed-by: asotona
|
2024-10-02 03:30:02 +00:00 |
|
Joe Darcy
|
5586f83e34
|
8341064: Define anchor point and index term for "wrapper classes"
Reviewed-by: prappo, liach
|
2024-09-30 16:13:35 +00:00 |
|
Joe Darcy
|
4168faf54c
|
8341100: Add index entries for terms used in java.lang.Class
Reviewed-by: liach
|
2024-09-30 16:10:02 +00:00 |
|
Shaojin Wen
|
f1bf469b4e
|
8341199: Use ClassFile's new API loadConstant(int)
Reviewed-by: liach, redestad
|
2024-09-30 14:12:01 +00:00 |
|
Joe Darcy
|
bb040ef4cc
|
8340983: Use index and definition tags in Object and Double
Reviewed-by: bpb, liach
|
2024-09-26 16:04:45 +00:00 |
|
Joe Darcy
|
8225a5f58a
|
8340981: Update citations to "Hacker's Delight"
Reviewed-by: bpb, iris, liach, jwaters
|
2024-09-26 16:03:04 +00:00 |
|
Chen Liang
|
8c8f0d85ce
|
8339260: Move rarely used constants out of ClassFile
Reviewed-by: asotona
|
2024-09-26 06:34:18 +00:00 |
|
Tobias Hartmann
|
47c10694c6
|
8340812: LambdaForm customization via MethodHandle::updateForm is not thread safe
Reviewed-by: liach, shade, jvernee
|
2024-09-26 06:03:29 +00:00 |
|
Chen Liang
|
84751cbfdd
|
8340831: Simplify simple validation for class definition in MethodHandles.Lookup
Reviewed-by: redestad
|
2024-09-25 18:31:24 +00:00 |
|
Chen Liang
|
df1959fd7a
|
8340838: Clean up MutableCallSite to use explicit release fence instead of AtomicInteger
Reviewed-by: jrose, redestad, shade
|
2024-09-25 18:29:30 +00:00 |
|
vamsi-parasa
|
212e32931c
|
8338694: x86_64 intrinsic for tanh using libm
Reviewed-by: kvn, jbhateja, sgibbons, sviswanathan
|
2024-09-24 15:11:13 +00:00 |
|
Per Minborg
|
384deda65f
|
8325949: Create an internal utility method for creating VarHandle instances
Reviewed-by: rriggs
|
2024-09-23 10:57:43 +00:00 |
|
Shaojin Wen
|
2461263aac
|
8339217: Optimize ClassFile API loadConstant
Reviewed-by: liach, redestad, asotona
|
2024-09-21 00:21:04 +00:00 |
|
Claes Redestad
|
a50440fadc
|
8340456: Reduce overhead of proxying Object methods in ProxyGenerator
Reviewed-by: liach
|
2024-09-20 09:21:12 +00:00 |
|
Justin Lu
|
5f3e7aa833
|
8339735: Remove references to Applet in core-libs/security APIs
Reviewed-by: coffeys, naoto, iris, rriggs, lancea, mullan
|
2024-09-19 16:18:37 +00:00 |
|
Rafael Winterhalter
|
1d070a3238
|
8337302: Undefined type variable results in null
Reviewed-by: liach
|
2024-09-18 12:33:56 +00:00 |
|
Claes Redestad
|
d23c59e408
|
8340280: Avoid calling MT.invokerType() when creating LambdaForms
Reviewed-by: liach, jvernee
|
2024-09-18 07:01:13 +00:00 |
|
Raffaello Giulietti
|
28d009ce0e
|
8339934: Simplify Math.scalb(double) method
Reviewed-by: darcy
|
2024-09-17 17:11:32 +00:00 |
|
David M. Lloyd
|
3e14fb9c16
|
8340200: Misspelled constant AttributesProcessingOption.DROP_UNSTABLE_ATRIBUTES
Reviewed-by: liach
|
2024-09-17 16:24:38 +00:00 |
|
Claes Redestad
|
e1ebeef040
|
8340131: Refactor internal makeHiddenClassDefiner to take option mask instead of Set<ClassOption>
Reviewed-by: liach, jvernee
|
2024-09-16 14:08:08 +00:00 |
|
Joe Darcy
|
89c172ac47
|
8340082: Use inline return tag in java.base
Reviewed-by: iris, prappo, lancea, djelinski, naoto, liach
|
2024-09-13 16:49:28 +00:00 |
|
Per Minborg
|
3e0da58ee6
|
8333843: Provide guidelines on MemorySegment to read strings with known lengths
Reviewed-by: mcimadamore
|
2024-09-13 14:38:24 +00:00 |
|
Per Minborg
|
81ff91ef27
|
8339531: Improve performance of MemorySegment::mismatch
Reviewed-by: mcimadamore
|
2024-09-12 18:31:08 +00:00 |
|
Chen Liang
|
4d65c3efca
|
8339876: Move constant symbol caches to Utf8EntryImpl
Reviewed-by: redestad
|
2024-09-12 15:16:38 +00:00 |
|
Viktor Klang
|
b0cff6b528
|
8299419: Thread.sleep(millis) may throw OOME
Reviewed-by: alanb
|
2024-09-11 20:02:49 +00:00 |
|
Joe Darcy
|
6fd043f1e4
|
8339789: Use index and definition tags in AnnotatedElement
Reviewed-by: jjg, prappo
|
2024-09-10 19:37:38 +00:00 |
|
Claes Redestad
|
c246ede163
|
8339799: Reduce work done in j.l.invoke bytecode generators
Reviewed-by: liach
|
2024-09-10 13:33:19 +00:00 |
|
Claes Redestad
|
fb51c1e57b
|
8339837: Remove unused BootstrapMethodsInvokers.isLambdaMetafactoryCondyBSM
Reviewed-by: jvernee
|
2024-09-10 12:34:51 +00:00 |
|
Shaojin Wen
|
4d597de893
|
8338930: StringConcatFactory hardCoded string concatenation strategy
Reviewed-by: redestad, liach
|
2024-09-10 12:33:07 +00:00 |
|
Coleen Phillimore
|
ad104932e6
|
8338526: Don't store abstract and interface Klasses in class metaspace
Reviewed-by: stuefe, iklam
|
2024-09-10 11:43:21 +00:00 |
|
Claes Redestad
|
0d8e52b382
|
8339800: Prefer invokeBasic in BootstrapMethodInvokers
Reviewed-by: jvernee
|
2024-09-10 09:46:36 +00:00 |
|
Alan Bateman
|
7e2bcf6d00
|
8338890: Add monitoring/management interface for the virtual thread scheduler
Reviewed-by: kevinw
|
2024-09-10 07:23:35 +00:00 |
|
Chen Liang
|
a9bb04331d
|
8339683: Simplify class data generation in InvokerBytecodeGenerator
Reviewed-by: redestad
|
2024-09-09 15:15:16 +00:00 |
|
Pavel Rappo
|
88cccc14db
|
8339631: Fix block @jls and @jvms tags
Reviewed-by: liach, darcy, jjg
|
2024-09-09 12:06:21 +00:00 |
|
Shaojin Wen
|
fbe2629303
|
8339635: StringConcatFactory optimization for CompactStrings off
Reviewed-by: liach
|
2024-09-06 18:37:29 +00:00 |
|
Claes Redestad
|
d2b36f0907
|
8339642: Reduce overheads in InvokerBytecodeGenerator
Reviewed-by: liach
|
2024-09-06 12:37:48 +00:00 |
|
Claes Redestad
|
cb00333d6a
|
8339640: Reduce construction overheads in StringConcatFactory$InlineHiddenClassStrategy
Reviewed-by: liach
|
2024-09-06 12:27:53 +00:00 |
|
Claes Redestad
|
260908e16e
|
8339592: Simplify and remove unused code in ObjectMethods.<clinit>
Reviewed-by: liach
|
2024-09-06 12:04:38 +00:00 |
|
Maurizio Cimadamore
|
9e1af8cc7c
|
8339285: Test fails with assert(depth < max_critical_stack_depth) failed: can't have more than 10 critical frames
Reviewed-by: alanb
|
2024-09-05 18:11:18 +00:00 |
|
Per Minborg
|
6be927260a
|
8338591: Improve performance of MemorySegment::copy
Reviewed-by: mcimadamore
|
2024-09-05 13:10:24 +00:00 |
|
Shaojin Wen
|
cb9f5c5791
|
8339290: Optimize ClassFile Utf8EntryImpl#writeTo
Reviewed-by: redestad, liach
|
2024-09-05 11:45:49 +00:00 |
|
Shaojin Wen
|
55312e1549
|
8338937: Optimize the string concatenation of ClassDesc
Reviewed-by: liach
|
2024-09-04 22:45:17 +00:00 |
|
Chen Liang
|
bd8569bc6c
|
8339131 : Remove rarely-used accessor methods from Opcode
Reviewed-by: asotona
|
2024-09-04 12:29:40 +00:00 |
|
Chen Liang
|
ad40a122d6
|
8339214: Remove misleading CodeBuilder.loadConstant(Opcode, ConstantDesc)
Reviewed-by: asotona
|
2024-09-03 13:44:48 +00:00 |
|
Chen Liang
|
25e03b5209
|
8339115: Rename TypeKind enum constants to follow code style
Reviewed-by: asotona
|
2024-08-30 17:28:28 +00:00 |
|
Chen Liang
|
777ed2b5d2
|
8339132: Make DirectCodeBuilder write through without allocating instruction objects
Reviewed-by: asotona, redestad
|
2024-08-29 15:45:52 +00:00 |
|
Maurizio Cimadamore
|
1ff9ac7233
|
8338731: MemoryLayout::offsetHandle can return a negative offset
Reviewed-by: pminborg, psandoz
|
2024-08-28 10:22:34 +00:00 |
|
Per Minborg
|
2e96f159aa
|
8338489: Typo in MemorySegment doc
Reviewed-by: rriggs, mcimadamore, iris
|
2024-08-27 16:24:50 +00:00 |
|
Maurizio Cimadamore
|
b25095b08e
|
8338728: Misc issues in memory layout javadoc
Reviewed-by: pminborg, psandoz
|
2024-08-27 14:26:31 +00:00 |
|
Shaojin Wen
|
5ecbecfbca
|
8338936: StringConcatFactory optimize the construction of MethodType and MethodTypeDesc
Reviewed-by: redestad, liach
|
2024-08-26 20:26:17 +00:00 |
|