Julia Boes
|
b15b322cf3
|
8230648: Replace @exception tag with @throws in java.base
Minor coding style update of javadoc tag in any file in java.base
Reviewed-by: prappo, lancea
|
2019-09-20 11:07:52 +01:00 |
|
Joe Darcy
|
9d764ee48e
|
8229997: Apply java.io.Serial annotations in java.base
Reviewed-by: alanb, rriggs
|
2019-08-29 16:31:34 -07:00 |
|
Tagir F. Valeev
|
985e0c53b3
|
8226286: Remove unused method java.lang.Integer::formatUnsignedInt and cleanup Integer/Long classes
Reviewed-by: bpb, redestad
|
2019-06-20 03:32:14 +00:00 |
|
Joe Darcy
|
6930e80c31
|
8224175: Fix inconsistencies in @jls and @jvms tags
Reviewed-by: jjg, rfield
|
2019-05-20 17:29:44 -07:00 |
|
Vicente Romero
|
650f3fc113
|
8215300: additional changes to constants API
Reviewed-by: goetz
|
2018-12-13 10:35:09 -05:00 |
|
Claes Redestad
|
a3df1d618e
|
8215281: Use String.isEmpty() when applicable in java.base
Reviewed-by: dfuchs, alanb
|
2018-12-13 15:31:05 +01:00 |
|
Vicente Romero
|
9846588b31
|
8210031: implementation for JVM Constants API
Co-authored-by: Brian Goetz <brian.goetz@oracle.com>
Reviewed-by: jrose, mcimadamore, darcy, mchung, rriggs, dholmes, forax
|
2018-12-09 12:36:24 -05:00 |
|
Claes Redestad
|
4b45441ae9
|
8213033: Archive remaining primitive box caches
Reviewed-by: jiangli, alanb
|
2018-11-20 21:12:46 +01:00 |
|
Jiangli Zhou
|
80ad2c7e71
|
8212995: Placing the Integer.IntegerCache and cached Integer objects in the closed archive heap region
Support shareable archive object subgraphs in closed archive heap regions.
Reviewed-by: iklam, ccheung
|
2018-11-03 15:40:19 -04:00 |
|
Ivan Gerasimov
|
ffa4cfe355
|
8209171: Simplify Java implementation of Integer/Long.numberOfTrailingZeros()
Co-authored-by: Martin Buchholz <martinrb@google.com>
Reviewed-by: martin
|
2018-08-23 12:09:46 -07:00 |
|
Joe Darcy
|
b0954bc7ab
|
8176425: Add radix indication in NumberFormatException message for Integer.decode
Reviewed-by: lancea
|
2018-08-15 10:16:15 -07:00 |
|
Claes Redestad
|
5c3008fbc4
|
8209120: Archive the Integer.IntegerCache
Reviewed-by: jiangli, alanb, plevart, iklam, mchung
|
2018-08-13 19:21:43 +02:00 |
|
Claes Redestad
|
55ba3cad8b
|
8203352: Improve java implementation of Integer/Long.numberOfLeadingZeros
Co-authored-by: Ivan Gerasimov <ivan.gerasimov@oracle.com>
Reviewed-by: martin, igerasim
|
2018-05-22 14:44:18 +02:00 |
|
Ivan Gerasimov
|
0af73c4306
|
8199843: Optimize Integer/Long.highestOneBit()
Reviewed-by: redestad, plevart
|
2018-03-26 17:30:14 -07:00 |
|
Brian Burkhalter
|
f5578ab220
|
8189230: JDK method:java.lang.Integer.numberOfLeadingZeros(int) can be optimized
Directly return zero for a negative parameter instead of calculating
Reviewed-by: psandoz
|
2018-03-15 08:11:01 -07:00 |
|
Erik Joelsson
|
3789983e89
|
8187443: Forest Consolidation: Move files to unified layout
Reviewed-by: darcy, ihse
|
2017-09-12 19:03:39 +02:00 |
|