Goetz Lindenmaier
|
39f3368ffd
|
8221470: Print methods in exception messages in java-like Syntax
Reviewed-by: dholmes, mdoerr, coleenp
|
2019-04-04 09:39:44 +02:00 |
|
Ioi Lam
|
22484b8c35
|
8221698: Remove redundant includes from popular header files
Removed histogram.hpp classLoader.hpp utf8.hpp moduleEntry.hpp packageEntry.hpp
Reviewed-by: coleenp, stuefe
|
2019-03-30 08:26:20 -07:00 |
|
Claes Redestad
|
4bfd3db2e0
|
8220366: Optimize Symbol handling in ClassVerifier and SignatureStream
Reviewed-by: hseigel, coleenp, lfoltan
|
2019-03-14 18:56:25 +01:00 |
|
Claes Redestad
|
61882ce51f
|
8218738: Remove dead code in Symbol and friends
Reviewed-by: coleenp, lfoltan, dholmes
|
2019-02-12 19:22:19 +01:00 |
|
Claes Redestad
|
c6c604784a
|
8216197: Remove unused new_hash methods
Reviewed-by: kbarrett, dholmes
|
2019-01-07 10:21:43 +01:00 |
|
Harold Seigel
|
ef3c0a2458
|
8209087: Clean up runtime code that compares 'this' to NULL
Remove 'this' to NULL comparisons from methods and check if calling objects of these methods could be NULL.
Reviewed-by: lfoltan, gziemski
|
2018-10-18 10:35:58 -04:00 |
|
Martin Doerr
|
4af2374271
|
8210754: print_location is not reliable enough (printing register info)
Reviewed-by: stuefe, coleenp
|
2018-10-04 16:39:07 +02:00 |
|
Harold Seigel
|
221005a3d4
|
8209138: Symbol constructor uses u1 as the element type of its name argument
Maske u1 the type for Symbol values and add a function to return it as a char.
Reviewed-by: dholmes, coleenp
|
2018-10-03 09:46:46 -04:00 |
|
Gerard Ziemski
|
b75805c1a5
|
8195100: Use a low latency hashtable for SymbolTable
Used concurrentHashTable, similar to stringTable
Reviewed-by: coleenp, kbarrett, iklam, pliden
|
2018-08-14 18:42:14 -05:00 |
|
Coleen Phillimore
|
39dd04b953
|
8207359: Make SymbolTable increment_refcount disallow zero
Use cmpxchg for non permanent symbol refcounting, and pack refcount and length into an int.
Reviewed-by: gziemski, kbarrett, iklam
|
2018-07-20 14:52:11 -04:00 |
|
Erik Joelsson
|
3789983e89
|
8187443: Forest Consolidation: Move files to unified layout
Reviewed-by: darcy, ihse
|
2017-09-12 19:03:39 +02:00 |
|