Jesper Wilhelmsson
59716b0bb3
Merge
2019-01-02 16:05:13 +01:00
Jesper Wilhelmsson
f4f859b446
Merge
2018-12-19 20:53:30 +01:00
Pengfei Li
556d79b518
8212043: Add floating-point Math.min/max intrinsics
...
Floating-point Math.min() and Math.max() intrinsics are enabled on AArch64 platform
Reviewed-by: adinn, aph
2018-12-18 16:50:35 +00: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
Michihiro Horie
31fbc28af5
8213754: PPC64: Add Intrinsics for isDigit/isLowerCase/isUpperCase/isWhitespace
...
Reviewed-by: kvn, rriggs, mdoerr, gromero
2018-12-11 20:31:18 -05:00
Claes Redestad
d1ef9b19d7
8215159: Improve initial setup of system Properties
...
Reviewed-by: mchung, rriggs, plevart, briangoetz, robilad
2018-12-12 13:28:50 +01:00
Naoto Sato
c2364ff9e0
8215194: Initial size of UnicodeBlock map is incorrect
...
Reviewed-by: rriggs, rgoel, igerasim
2018-12-11 13:13:18 -08:00
Stuart Marks
7cea6f6ac2
8199394: Object.hashCode should not mention anything about memory addresses
...
Reviewed-by: shade, forax, adinn, rriggs
2018-12-11 13:10:14 -08:00
Martin Buchholz
100d5f79a6
8215048: Some classloader typos
...
Reviewed-by: alanb
2018-12-09 10:07:18 -08: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
Roger Riggs
938b844088
8214971: Replace use of string.equals("") with isEmpty()
...
Reviewed-by: jlaskey, prappo, lancea, dfuchs, redestad
2018-12-07 11:51:17 -05:00
Roger Riggs
f0279fd499
8214794: java.specification.version should be only the major version number
...
Reviewed-by: martin, mchung, bpb
2018-12-04 15:22:41 -05:00
Erik Österlund
3a5bccf5c6
8213565: Crash in DependencyContext::remove_dependent_nmethod
...
Reviewed-by: rehn, kvn
2018-11-30 11:40:48 +01:00
Claes Redestad
78669ad35e
8215380: Backout accidental change to String::length
...
Reviewed-by: darcy, smarks
2018-12-14 12:02:39 +01:00
Roger Riggs
c1034b1cad
4947890: Minimize JNI upcalls in system-properties initialization
...
Reviewed-by: erikj, mchung, bchristi, ihse, coleenp, stuefe
2018-11-28 15:53:49 -05:00
Jim Laskey
40d4ff864c
8203442: String::transform
...
Reviewed-by: smarks, sherman, alanb, darcy, forax, rriggs, scolebourne, dholmes, plevart
2018-11-26 12:20:06 -04:00
Rachna Goel
f8518a2c05
8209923: Unicode 11.0.0
...
Updated JDK to support Unicode 11.0.0.
Reviewed-by: naoto
2018-11-21 14:24:31 +05:30
Claes Redestad
4b45441ae9
8213033: Archive remaining primitive box caches
...
Reviewed-by: jiangli, alanb
2018-11-20 21:12:46 +01:00
Priya Lakshmi Muthuswamy
470aaffd13
8213920: Use {@systemProperty} tag for properties listed in System.getProperties
...
Reviewed-by: mchung, alanb
2018-11-20 10:07:42 +05:30
Vicente Romero
61082e6b25
8213480: update internal ASM version to 7.0
...
Reviewed-by: dholmes, iignatyev, alanb
2018-11-13 23:33:17 -05:00
Jonathan Gibbons
761710ffab
8213820: unknown tag: @returns
...
Reviewed-by: darcy
2018-11-13 16:17:24 -08:00
Claes Redestad
8a64d3bc3c
8213741: Consolidate Object and String Stringifiers
...
Reviewed-by: shade
2018-11-13 11:34:54 +01:00
Claes Redestad
eda5f09014
8213478: Reduce rebinds when applying repeated filters and conversions
...
Reviewed-by: vlivanov, jrose
2018-11-11 21:24:46 +01:00
Roger Riggs
29e742273e
8185496: Improve performance of system properties initialization in initPhase1
...
8213424: VersionProps duplicate and skipped initialization
Reviewed-by: mchung, redestad, dholmes
2018-11-09 13:28:16 -05:00
Joe Darcy
8872adab41
8213444: Missing emphasis for term being defined
...
Reviewed-by: mchung, jjg
2018-11-07 09:58:21 -08:00
Mandy Chung
9ffe7e1205
8211122: Reduce the number of internal classes made accessible to jdk.unsupported
...
Reviewed-by: alanb, dfuchs, kvn
2018-11-06 10:01:16 -08: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
Joe Darcy
7a350b9474
6304578: (reflect) toGenericString fails to print bounds of type variables on generic methods
...
Reviewed-by: vromero, plevart, briangoetz, mcimadamore
2018-11-01 20:37:45 -07:00
Naoto Sato
0eda8a33bb
8213046: Define Japanese new Era character
...
Reviewed-by: lancea, rriggs
2018-11-01 14:07:59 -07:00
Claes Redestad
91a2c2e340
8213035: Pack MethodHandleInlineStrategy coder and length into a long
...
Reviewed-by: vlivanov, mchung
2018-10-30 09:34:50 +01:00
Jim Laskey
7a9db013b7
8212694: Using Raw String Literals with align() and Integer.MIN_VALUE causes out of memory error
...
Reviewed-by: smarks, sherman
2018-10-29 12:31:49 -03:00
Jonathan Gibbons
d797264488
8213056: Nested anchor tags in java.lang.module
...
Reviewed-by: darcy
2018-10-26 15:13:12 -07:00
Joe Darcy
566bfeb438
8212880: Cannot access ftp: site for fdlibm.tar
...
Reviewed-by: jjg, lancea, bpb
2018-10-24 15:45:09 -07:00
Claes Redestad
06a2bb5274
8212726: Replace some use of drop- and foldArguments with filtering argument combinator in StringConcatFactory
...
Reviewed-by: jlaskey, vlivanov
2018-10-23 11:03:51 +02:00
Mandy Chung
5e6d6b8642
8207146: Rename jdk.internal.misc.Unsafe::xxxObject to xxxReference
...
Reviewed-by: dholmes, thartmann
2018-10-22 17:00:04 -07:00
Jonathan Gibbons
81721a4b5f
8211876: Broken links in java.base files (ClassLoader.html#name)
...
Reviewed-by: lancea
2018-10-22 13:31:42 -07:00
Andrew Luo
d54fa9e93d
8212662: Fix javadoc typo in java.lang.ref.Cleaner
...
Reviewed-by: lancea, rriggs
2018-10-18 10:45:05 -04:00
Claes Redestad
b3b41df70f
8212597: Optimize String concatenation setup when using primitive operands
...
Reviewed-by: shade
2018-10-17 17:35:26 +02:00
Xueming Shen
02876bfceb
8197881: Better StringBuilder support
...
Reviewed-by: rriggs
2018-03-28 08:42:45 -07:00
Priya Lakshmi Muthuswamy
ce05c7751d
8211957: Broken links to stylesheet in java.base/doc-files
...
Reviewed-by: alanb
2018-10-15 17:52:42 +05:30
Mandy Chung
5a36050cfd
8211921: AssertionError in MethodHandles$Lookup.defineClass
...
Reviewed-by: alanb
2018-10-10 15:19:34 -07:00
Sean Mullan
d9731f0c54
8191053: Provide a mechanism to make system's security manager immutable
...
Make System.setSecurityManager optional to support and add new disallow and allow options to the java.security.manager system property
Reviewed-by: alanb, mchung, rriggs, smarks
2018-10-10 16:25:40 -04:00
Alan Bateman
cb3fe46b95
8211825: ModuleLayer.defineModulesWithXXX does not setup delegation when module reads automatic module
...
Reviewed-by: mchung
2018-10-09 07:06:32 +01:00
Naoto Sato
271e3be381
8211398: Square character support for the Japanese new era
...
Reviewed-by: rriggs
2018-10-04 14:12:34 -07:00
Mandy Chung
46f0fa8c20
8206240: java.lang.Class.newInstance() is causing caller to leak
...
Reviewed-by: alanb
2018-10-04 13:02:58 -07:00
Mandy Chung
73a6313038
8181443: Replace usages of jdk.internal.misc.Unsafe with MethodHandles.Lookup.defineClass
...
Reviewed-by: alanb, egahlin
2018-10-04 08:45:21 -07:00
Ivan Gerasimov
2ae27da3bc
8200381: Typos in javadoc - missing verb "be" and alike
...
Reviewed-by: lancea, darcy, wetmore
2018-10-02 10:19:07 -07:00
Alan Bateman
9c70e26c14
8210496: Improve filtering for classes with security sensitive fields
...
Reviewed-by: plevart, mchung
2018-09-19 08:49:07 +01:00
Mandy Chung
89efb9a78f
8210841: test/jdk/vm/runtime/ReflectStackOverflow.java fails with NoClassDefFoundError
...
Reviewed-by: dholmes, mikael
2018-09-17 22:56:31 -07:00