Chris Hegarty
cfe6c55f1e
8203297: java/net/URL/OpenStream.java fails intermittently
...
Reviewed-by: alanb, dfuchs
2018-05-24 15:23:28 +01:00
Erik Gahlin
6d48a23efa
8203774: jdk/jfr/api/recorder/TestStartStopRecording.java failed due to compilation failed
...
Reviewed-by: mgronlun
2018-05-24 15:46:04 +02:00
Maurizio Cimadamore
d10e29af44
8203488: Remove error generation from TransTypes
...
Bridge clash errors should noty be reported in TransTypes (as they are already reported in the frontend); cleanup polysig call code.
Reviewed-by: vromero, cushon, forax
2018-05-24 11:13:42 +01:00
Priya Lakshmi Muthuswamy
a7ac132ac4
8199307: NPE in jdk.javadoc.internal.doclets.toolkit.util.Utils.getLineNumber
...
Reviewed-by: ksrini, jjg
2018-05-24 14:35:32 +05:30
Roland Westrelin
76bb390810
8202950: C2: assert(found_sfpt) failed: no node in loop that's not input to safepoint
...
Reviewed-by: neliasso, kvn
2018-05-24 09:59:57 +02:00
Priya Lakshmi Muthuswamy
dd889cff52
8188248: NullPointerException on generic methods
...
Reviewed-by: ksrini, jjg
2018-05-24 13:34:31 +05:30
David Holmes
9aa72c4d35
8203769: ProblemList test/jdk/java/util/Map/InPlaceOpsCollisions.java
...
Reviewed-by: stuefe
2018-05-24 01:04:42 -04:00
John Jiang
5463be7a75
8203686: Add JDK 11 major version to javax/net/ssl/compatibility/JdkRelease.java
...
Javax/net/ssl/compatibility/JdkRelease.java adds major version JDK 11
Reviewed-by: xuelei
2018-05-23 18:18:33 -07:00
Jan Kalina
9d1ada26aa
8194630: Uninitialized initiator_address in native GSS
...
Zeroized the initiator/acceptor_address in gss_channel_bindings_t
Reviewed-by: valeriep
2018-05-24 00:37:29 +00:00
Mikhailo Seledtsov
6b45a75b88
8199255: [TESTBUG] Open source VM testbase default methods tests
...
Open sourced default method tests
Reviewed-by: ccheung, iignatyev, erikj
2018-05-23 17:09:49 -07:00
Joshua Zhu
24d75d940a
8203041: AArch64: fix overflow in immediate cmp/cmn instruction
...
Fix overflow in immediate cmp/cmn instruction for AArch64
Reviewed-by: aph, dpochepk, drwhite
2018-05-24 07:20:10 +08:00
Jesper Wilhelmsson
6a0c745008
Added tag jdk-11+15 for changeset a11c1cb542bb
2018-05-23 21:08:33 +02:00
Jonathan Gibbons
d27d4d8df4
8202947: Fix minor issues with taglets
...
Reviewed-by: ksrini
2018-05-23 11:49:57 -07:00
Erik Joelsson
751d742516
8203497: Bump Jib format version to 1.2
...
Reviewed-by: tbell
2018-05-23 11:29:56 -07:00
Martin Buchholz
42f7e3f69e
8203328: Rename EFS in java.util.zip internals to something meaningful
...
Reviewed-by: sherman
2018-05-23 10:34:18 -07:00
Xueming Shen
e1bffce5a3
8200172: String.split non-positive term incorrect use
...
Reviewed-by: darcy, lancea
2018-05-23 08:49:00 -07:00
Matthias Baesken
de1b886368
8202427: Enhance os::print_memory_info on Windows
...
Reviewed-by: goetz, stuefe
2018-05-23 16:26:29 +02:00
Sergey Bylokhov
606c9e56a3
8203027: Open source tests for "java.awt.geom"
...
Reviewed-by: prr, jdv
2018-05-22 17:33:31 -07:00
Gustavo Romero
c4b890cac0
8203669: PPC64: Fix jtreg RTM tests after "8203305: Improve TM detection for enabling RTM on Linux / POWER9"
...
Reviewed-by: mdoerr, goetz
2018-05-21 13:23:55 -04:00
Jan Lahoda
aabea5d599
8203827: Upgrade JLine to 2.14.6
...
Reviewed-by: alanb, hannesw, rfield
2018-06-01 13:04:30 +02:00
Claes Redestad
f4b24c3473
8204194: Lazily create MethodHandleImpl$AsVarargsCollector.asCollectorCache
...
Reviewed-by: psandoz
2018-06-01 11:34:13 +02:00
Robin Westberg
c2f454bb57
8203237: JFR TestBiasedLockRevocationEvents should ignore events unrelated to the test
...
Reviewed-by: egahlin, mgronlun
2018-06-01 10:15:48 +02:00
David Holmes
8062baac83
8204055: SIGSEGV in java -XX:
...
Reviewed-by: iklam, stuefe, ccheung
2018-05-31 18:47:21 -04:00
Rajan Halade
e042b06185
8191031: Remove several Symantec Root CAs
...
Reviewed-by: mullan
2018-05-31 14:56:51 -07:00
Daniil Titov
a2a5e85195
8197387: jcmd started by "root" must be allowed to access all VM processes
...
Reviewed-by: sspitsyn, stuefe
2018-05-31 14:09:04 -07:00
Sergey Bylokhov
4549cb8a69
8201364: [macosx] Component.getLocation() gives inconsistent coordinate for a component at (0,0)
...
Reviewed-by: dmarkov
2018-05-17 14:41:23 -07:00
Jayathirth D V
cd7a37b018
5109146: PNGMetadata Background color initialization from standard metadata is incomplete
...
Reviewed-by: prr, kaddepalli
2018-05-17 11:40:55 +05:30
Alan Snyder
d7e59b52c5
8194327: [macos] AWT windows have incorrect main/key window behaviors
...
Reviewed-by: serb, erikj
2018-05-16 16:46:51 -07:00
Phil Race
f9abf6bee6
Merge
2018-05-16 10:27:25 -07:00
Xueming Shen
bd36be5066
8191533: jar --describe-module prints service provider class names in lower case
...
Reviewed-by: alanb
2018-05-16 10:12:10 -07:00
Phil Race
7984fb2956
Merge
2018-05-16 09:45:40 -07:00
Erik Joelsson
ad3144f97f
8202920: jvm.cfg generation incorrect
...
Reviewed-by: ihse, shade, dholmes, ksrini
2018-05-16 09:40:57 -07:00
Erik Joelsson
22ca6c6a40
8202738: vm_version Abstract_VM_Version::internal_vm_info_string() returns same string for different incremental builds
...
Reviewed-by: ihse, jiangli
2018-05-16 09:37:00 -07:00
Claes Redestad
cff257a87b
8196340: (coll) Examine overriding inherited methods in ArrayList and ArrayList.SubList
...
Reviewed-by: martin, forax, igerasim
2018-05-16 18:03:20 +02:00
Phil Race
ca8b59370b
Merge
2018-05-15 10:13:52 -07:00
Thomas Stuefe
ce4698fadb
8203032: PrintMetaspaceDcmd fails: Non-Class: missing from stdout/stderr
...
Reviewed-by: asiebenborn, zgu
2018-05-15 14:35:51 +02:00
Pankaj Bansal
4d00df3200
8196616: ava/awt/GraphicsDevice/DisplayModes/CompareToXrandrTest.java fails
...
Reviewed-by: prr, mhalder
2018-05-15 18:03:31 +05:30
Roman Kennke
14291ba72a
8202714: Create a MacroAssembler::access_load/store_at wrapper for AArch64
...
Reviewed-by: adinn, smonteith
2018-05-15 05:33:26 -04:00
Alan Bateman
d64c38aab2
8203059: (so) Closing a socket channel registered with Selector and with SO_LINGER set to 0 does not reset connection
...
Reviewed-by: chegar
2018-05-15 09:33:02 +01:00
Amy Lu
e155b21fce
8202763: failure_handler: list open files for macOS
...
Reviewed-by: alanb
2018-05-15 14:39:11 +08:00
Jayathirth D V
9130f2314c
8202824: Cleanup discrepancies in ProblemList for java_awt jtreg tests
...
Reviewed-by: serb
2018-05-15 11:34:25 +05:30
Jini George
747f934ca7
8195613: [SA] HotSpotTypeDataBase.readVMLongConstants truncates values to int
...
Avoid truncation to int while reading in long constants from vmStructs. Modify ClhsdbLongConstant.java for truncation testing.
Reviewed-by: dholmes, sspitsyn, cjplummer
2018-05-15 02:47:40 +05:30
Roman Kennke
0fd74037aa
8202016: Use obj+offset in interpreter array access
...
Reviewed-by: adinn
2018-05-14 21:56:07 +02:00
Felix Yang
e02ef02e11
8202708: Add a check of opening stream for not-existing UNC url
...
Reviewed-by: rriggs
2018-05-14 11:17:18 -07:00
Phil Race
302000f379
8198991: Move Java2D demo to the open repository
...
Reviewed-by: serb, jeff
2018-05-14 08:58:32 -07:00
Andrew Haley
0d6885f792
8185505: AArch64: Port AOT to AArch64
...
Reviewed-by: kvn
2018-05-14 12:03:59 +01:00
Per Lidén
3222e19f2c
8202993: Add support for x86 testptr/testq with register and address
...
Reviewed-by: kvn, neliasso
2018-05-14 15:43:00 +02:00
Per Lidén
875d55e903
8202976: Add C1 lea patching support for x86
...
Reviewed-by: kvn, neliasso
2018-05-14 15:42:59 +02:00
Per Lidén
a6b12a847c
8202994: Add support for undoing last TLAB allocation
...
Reviewed-by: shade, stefank
2018-05-14 15:42:58 +02:00
Nils Eliasson
d822b86df8
8193935: Illegal countedLoops transformation
...
Truncation can sometimes not be removed
Reviewed-by: kvn
2018-05-14 14:10:52 +02:00