Thomas Stuefe
c8c38f6aae
8199667: Unify metaspace list index handling and reinstantiate ChunkManager listindex gtest
...
Reviewed-by: zgu, coleenp
2018-03-19 11:38:45 +01:00
Stefan Karlsson
0933677217
8199728: Remove oopDesc::is_scavengable
...
Reviewed-by: kbarrett, pliden
2018-03-15 21:26:55 +01:00
Igor Veresov
089f83703a
8198969: Update Graal
...
Reviewed-by: kvn
2018-03-16 22:59:32 -07:00
Ed Nevill
2cfacefbb5
8199243: aarch32: ARM 32 build broken after 8165929
...
Reviewed-by: coleenp, dholmes
2018-03-16 11:26:05 +00:00
Coleen Phillimore
fde89a34d0
8199263: Split interfaceSupport.hpp to not require including .inline.hpp files
...
InterfaceSupport.hpp is an inline file so moved to interfaceSupport.inline.hpp and stopped including it in .hpp files
Reviewed-by: stefank, rehn, kvn
2018-03-16 09:12:13 -04:00
Coleen Phillimore
ec14629449
8199716: Unused AdjustKlassClosure in psParallelCompact.hpp
...
Reviewed-by: stefank
2018-03-16 08:26:53 -04:00
Stefan Johansson
337673528e
8199674: Improve G1 Full GC array marking
...
Reviewed-by: tschatzl, shade
2018-03-15 11:58:58 +01:00
Gustavo Romero
a7581855aa
8198794: Hotspot crash on Cassandra 3.11.1 startup with libnuma 2.0.3
...
Reviewed-by: dholmes, phh
2018-03-15 20:52:29 -04:00
Brian Burkhalter
516fa74ca5
8182684: Further clarify InputStream#available()
...
Reviewed-by: alanb, rriggs
2018-03-13 12:24:39 -07:00
Brian Burkhalter
ae966db198
8199258: BigInteger.bitLength() should explicitly specify behavior when the value is zero
...
Reviewed-by: lancea, rriggs
2018-03-13 11:49:17 -07:00
Phil Race
f52ea8839e
Merge
2018-03-13 09:57:44 -07:00
Roger Riggs
d4941f14af
8199470: Remove unused property file.encoding.pkg
...
Reviewed-by: bpb, sherman
2018-03-13 12:46:01 -04:00
Anton Litvinov
8c60a48bc2
8198606: Touch keyboard does not hide, when a text component looses focus
...
Reviewed-by: serb, dmarkov
2018-03-13 12:00:55 +00:00
Naoto Sato
6744ceac88
8198989: Provide more diagnostic IAE messages
...
Reviewed-by: lancea
2018-03-12 20:47:21 -07:00
Ben Walsh
de3604ea0c
8199462: Use Reference.reachabilityFence in direct ByteBuffer methods
...
Reviewed-by: psandoz, vlivanov, plevart
2018-03-12 16:09:18 -07:00
Phil Race
58ff4ee8c4
8193017: Import freetype sources into OpenJDK source tree
...
Reviewed-by: erikj, ihse, serb
2018-03-12 13:53:20 -07:00
Phil Race
10ced3a050
Merge
2018-03-12 10:53:22 -07:00
Claes Redestad
d88408c75b
8199453: Enable link-time generation of constructor forms
...
Reviewed-by: alanb, psandoz, mchung
2018-03-12 18:31:02 +01:00
Phil Race
0cfa66ddce
Merge
2018-03-12 09:37:49 -07:00
Roger Riggs
f0cd136c74
8199420: Update javadoc tags in java.lang.System and related
...
Reviewed-by: lancea, bpb
2018-03-12 10:04:12 -04:00
Krishna Addepalli
65113c9136
8197785: javax.accessibility.AccessibleBundle will reload the ResourceBundle for every call to toDisplayString
...
Reviewed-by: serb, prr, ssadetsky
2018-03-09 17:26:48 +05:30
Jan Lahoda
b0b8a51be1
8187950: javax.lang.model APIs throws CompletionFailure or a subtype of CompletionFailure
...
Catching CompletionFailures that would be thrown to API clients, and re-completing the symbols again when javac itself needs it.
Reviewed-by: cushon, jjg
2018-03-09 09:42:10 +01:00
Weijun Wang
798b830ad8
8199154: Accessibility issues in jdk.security.auth
...
Reviewed-by: valeriep
2018-03-09 11:36:12 +08:00
Phil Race
ff223cc1ee
Merge
2018-03-08 10:18:28 -08:00
Brian Burkhalter
4ee1b63881
8198899: Compilation errors in java.prefs with VS 2017
...
Change Java level representation of HKEY from int to long
Reviewed-by: alanb, rriggs, psandoz
2018-03-08 08:17:26 -08:00
Shashidhara Veerabhadraiah
72628783c5
8195738: scroll poistion in ScrollPane is reset after calling validate()
...
Reviewed-by: serb, ssadetsky
2018-03-08 14:31:54 +05:30
Weijun Wang
532d4a59c6
8196897: Improve PRNG support
...
Reviewed-by: valeriep, mullan, igerasim
2018-03-08 14:04:39 +08:00
David Holmes
dfcc6b3878
8211909: JDWP Transport Listener: dt_socket thread crash
...
Reviewed-by: dcubed, dsamersoff
2018-10-16 19:07:47 -04:00
Jamil Nimeh
a40d0a0ee1
8210989: RSASSA-PSS certificate cannot be selected for client auth on TLSv1.2
...
Reviewed-by: xuelei
2018-10-16 12:05:57 -07:00
Mandy Chung
a9b4ac9c37
8212197: OpenDataException thrown when constructing CompositeData for StackTraceElement
...
Reviewed-by: alanb
2018-10-16 11:47:33 -07:00
Jamil Nimeh
180a8773fb
8211866: TLS 1.3 CertificateRequest message sometimes offers disallowed signature algorithms
...
Reviewed-by: xuelei
2018-10-16 11:24:41 -07:00
Aleksey Shipilev
b6e77e4285
8212177: Epsilon alignment adjustments can overflow max TLAB size
...
Reviewed-by: pliden, tschatzl
2018-10-16 17:43:30 +02:00
Roger Riggs
8dd0b1f061
8192939: Remove Finalize methods from FileInputStream and FileOutputStream
...
Reviewed-by: alanb, iris, mchung
2018-10-16 10:55:28 -04:00
Harold Seigel
794d864feb
7041262: VM_Version should be called instead of Abstract_VM_Version so that overriding works
...
Change calls to Abstract_VM_Version methods to be calls to VM_Version methods.
Reviewed-by: coleenp, kbarrett, dholmes
2018-10-16 11:08:46 -04:00
Bob Vandette
86a0c85f6b
Merge
2018-10-16 09:55:30 -04:00
Bob Vandette
6a7fdffe3b
8211740: [AOT] -XX:AOTLibrary doesn't accept windows path
...
Reviewed-by: kvn, iignatyev
2018-10-16 09:54:28 -04:00
Hannes Wallnöfer
bfb6aa4821
8210683: Search result display order reversed for overloaded entries
...
Reviewed-by: jjg
2018-10-16 15:05:03 +02:00
Tobias Hartmann
6b83ac96ab
8210215: C2 should optimize trichotomy calculations
...
Ideal transformation to optimize trichotomic comparisons.
Reviewed-by: kvn, jrose
2018-10-16 14:17:19 +02:00
Erik Österlund
0192c14c9b
8210498: nmethod entry barriers
...
Reviewed-by: kvn, pliden
2018-10-16 13:18:22 +02:00
Erik Österlund
e39c5811b5
8210330: Make CLD claiming allow multiple claim bits
...
Reviewed-by: pliden, coleenp
2018-10-16 13:16:11 +02:00
Erik Österlund
782fa608d2
8210064: ZGC: Introduce ZConcurrentRootsIterator for scanning a subset of strong IN_NATIVE roots concurrently
...
Reviewed-by: pliden, kbarrett
2018-10-16 13:14:18 +02:00
Per Lidén
5f2b11d373
8212181: ZGC: Fix incorrect root iteration in ZHeapIterator
...
Reviewed-by: eosterlund
2018-10-16 13:43:04 +02:00
Daniel Fuchs
1e40cb4052
8211960: broken links in java.util.logging
...
Reviewed-by: mchung, chegar
2018-10-16 12:38:46 +01:00
Thomas Schatzl
475df1c06a
8210492: PLAB object promotion events report object sizes in words
...
Properly scale values passed to the JFR event.
Reviewed-by: phh, jcbeyler
2018-10-16 11:27:21 +02:00
KUBOTA Yuji
605827c671
8169358: httpserver does not close connections when RejectedExecutionException occurs
...
Catch unexpected exceptions in Dispatcher::handle
Reviewed-by: chegar, dfuchs, clanger
2018-03-08 11:21:57 +09:00
Vicente Romero
c866d037bc
8199327: nuke var type name after a lambda has been accepted
...
Reviewed-by: mcimadamore
2018-03-08 10:28:46 -05:00
Weijun Wang
254138139f
8193262: JNI array not released in libsunmscapi convertToLittleEndian
...
Reviewed-by: ascarpino
2018-03-08 13:39:42 +08:00
Weijun Wang
50484af54b
8191139: Remove deprecated javax.security.auth.Policy API
...
Reviewed-by: mullan
2018-03-08 12:20:26 +08:00
Weijun Wang
68b1b6c580
8198898: Compilation errors in jdk.crypto.mscapi with VS 2017
...
Reviewed-by: xuelei
2018-03-08 11:44:43 +08:00
Weijun Wang
3fb8a072a1
8199198: Remove unused functions in jdk.crypto.mscapi native code
...
Reviewed-by: igerasim, wetmore
2018-03-08 11:44:26 +08:00