Ioi Lam
|
6804e318db
|
8233855: [TESTBUG] appcds/FieldLayoutFlags.java failed to clean up files after test
Reviewed-by: hseigel
|
2019-11-08 11:03:00 -08:00 |
|
Alan Bateman
|
b7dd1aff8b
|
8220479: java/nio/channels/Selector/SelectWithConsumer.java failed at testTwoChannels()
Reviewed-by: bpb
|
2019-11-08 08:12:04 -08:00 |
|
Thomas Schatzl
|
c4b3dcf8c1
|
8189737: Make HeapRegion not derive from Space
Reviewed-by: sjohanss, kbarrett
|
2019-11-08 10:01:13 +01:00 |
|
Ioi Lam
|
61a6ef79ae
|
8233086: [TESTBUG] need to test field layout style difference between CDS dump time and run time
Reviewed-by: fparain
|
2019-11-07 16:26:57 -08:00 |
|
Mikhailo Seledtsov
|
d5dce23506
|
8209813: [TESTBUG] rewrite JFR shell tests in Java
Converted shell tests to Java
Reviewed-by: lmesnik, egahlin
|
2019-11-07 16:00:53 -08:00 |
|
Brian Burkhalter
|
fc2a8abcc0
|
8232178: MacVolumesTest failed after upgrade to MacOS Catalina
Reviewed-by: lancea
|
2019-11-07 13:53:38 -08:00 |
|
Igor Ignatyev
|
69606205a6
|
8230364: [JVMCI] a number of JVMCI tests are not jtreg enabled
Reviewed-by: kvn
|
2019-11-07 13:39:31 -08:00 |
|
Kim Barrett
|
89e3782f21
|
8233364: Fix undefined behavior in Canonicalizer::do_ShiftOp
Add java_shift_xxx helpers and use them.
Reviewed-by: aph, kvn
|
2019-11-07 16:22:22 -05:00 |
|
Naoto Sato
|
c1a99a0f33
|
8232871: Host Locale Provider on Mac does not return translated values of Japanese calendar
Reviewed-by: bchristi
|
2019-11-07 11:34:01 -08:00 |
|
Naoto Sato
|
63ef779d96
|
8233579: DateFormatSymbols.getShortMonths() return wrong string on es_CL, es_CO locales
Reviewed-by: joehw
|
2019-11-07 10:06:04 -08:00 |
|
Daniel Fuchs
|
eaba9fe23b
|
8233403: Improve verbosity of some httpclient tests
Improve the verbosity of some httpclient tests to help diagnosis of intermittent failures. Also fixes ShortRequestBody test.
Reviewed-by: chegar
|
2019-11-07 16:18:02 +00:00 |
|
David Holmes
|
d935027a68
|
8233784: ProblemList failing JVMTI scenario tests
Reviewed-by: goetz
|
2019-11-07 07:53:02 -05:00 |
|
Claes Redestad
|
12adeca887
|
8233708: VectorSet cleanup
Reviewed-by: neliasso, shade, thartmann
|
2019-11-07 12:12:39 +01:00 |
|
Jie Fu
|
9ca5e79bf2
|
8233671: [TESTBUG] runtime/cds/appcds/sharedStrings/FlagCombo.java fails to compile without jfr
Reviewed-by: iklam
|
2019-11-06 15:20:06 +08:00 |
|
Jie Fu
|
9c2bb3ccf3
|
8233659: [TESTBUG] runtime/cds/appcds/CommandLineFlagCombo.java fails when jfr is disabled
Reviewed-by: iklam
|
2019-11-06 13:43:25 +08:00 |
|
Lance Andersen
|
50a14e3687
|
8233622: (zipfs) open/test/jdk/jdk/nio/zipfs/CopyMoveTests.java has incorrect bug label
Reviewed-by: rriggs
|
2019-11-05 14:54:44 -05:00 |
|
Igor Ignatyev
|
ddaa12237e
|
8233496: AOT tests failures with 'java.lang.RuntimeException: Failed to find sun/hotspot/WhiteBox.class'
Reviewed-by: kvn, thartmann
|
2019-11-05 08:57:36 -08:00 |
|
Nils Eliasson
|
3ca7e3f6ff
|
8232896: ZGC: Enable C2 clone intrinsic
Reviewed-by: pliden, kvn
|
2019-10-31 17:16:36 +01:00 |
|
Thomas Stuefe
|
13cc1154f0
|
8233019: java.lang.Class.isPrimitive() (C1) returns wrong result if Klass* is aligned to 32bit
Reviewed-by: mdoerr, dlong, aph
|
2019-10-31 07:53:16 +01:00 |
|
Ioi Lam
|
1721476038
|
8232734: [TESTBUG] avoid using JDK symbols in ExtraSymbols.symbols.txt
Reviewed-by: ccheung
|
2019-11-04 12:36:54 -08:00 |
|
Brent Christian
|
3561b4ed50
|
8233091: Backout JDK-8212117: Class.forName loads a class but not linked if class is not initialized
Reviewed-by: alanb, dholmes, mchung
|
2019-11-04 11:42:24 -08:00 |
|
Brian Burkhalter
|
691e75e223
|
8233519: Put java/nio/channels/DatagramChannel/Unref.java on the problem list
Reviewed-by: alanb, lancea
|
2019-11-04 11:05:10 -08:00 |
|
Jie Fu
|
55759cbbff
|
8233291: [TESTBUG] tools/jlink/plugins/VendorInfoPluginsTest.java fails with debug or non-server VMs
Reviewed-by: mchung
|
2019-11-04 10:03:32 -08:00 |
|
Thomas Schatzl
|
460f7e3502
|
8232951: TestG1ParallelPhases.java fails with phase NonYoungFreeCSet not found
Reviewed-by: lkorinth, kbarrett
|
2019-11-04 11:33:15 +01:00 |
|
Chris Hegarty
|
9f6af13f9d
|
8232367: Update the jdk/java/net/httpclient tests to RS TCK 1.0.3
Reviewed-by: dfuchs
|
2019-11-04 10:06:59 +00:00 |
|
Jan Lahoda
|
7a006b3608
|
8230847: Trees.getScope may crash when invoked for statement inside switch
More thoroughly avoiding side-effects when attributing (to) for Trees.getScope.
Reviewed-by: mcimadamore
|
2019-11-04 10:58:14 +01:00 |
|
Matthias Baesken
|
a65c0d7afe
|
8233202: exclude javax/swing/plaf/basic/BasicGraphicsUtils/8132119/bug8132119.java
Reviewed-by: clanger
|
2019-10-30 14:52:27 +01:00 |
|
Weijun Wang
|
a66829bc89
|
8231950: keytool -ext camel-case shorthand not working
Reviewed-by: mullan
|
2019-11-04 14:26:18 +08:00 |
|
Alan Bateman
|
db4909bf99
|
8232673: (dc) DatagramChannel socket adaptor issues
Reviewed-by: dfuchs, chegar
|
2019-11-02 10:02:18 +00:00 |
|
Julia Boes
|
012dffcd27
|
8231632: HttpURLConnection::usingProxy could specify that it may lazily evaluate the fact
Modified method description to disambiguate when false is returned and altered implementation
Reviewed-by: dfuchs, chegar, vtewari
|
2019-11-01 12:57:01 +00:00 |
|
Igor Veresov
|
83dda95d7f
|
8227003: Add high-level JIT compilation mode control mechanism
Add tiered mode to emulate non-tiered with special mode for JVMCI compiler. Add -XX:CompilationMode option.
Reviewed-by: never, redestad
|
2019-11-01 09:39:13 -07:00 |
|
Doug Lea
|
f29d1d172b
|
8231026: Miscellaneous changes imported from jsr166 CVS 2019-11
Reviewed-by: martin
|
2019-11-01 09:07:59 -07:00 |
|
Doug Lea
|
dc7d30d08e
|
8231592: Clarify that ConcurrentHashMap compute methods mapping functions execute at most once
Reviewed-by: martin
|
2019-11-01 09:04:04 -07:00 |
|
Ralf Schmelter
|
04e885b498
|
8232168: Fix non wide char canonicalization on Windows
Reviewed-by: clanger, alanb, ccheung
|
2019-10-15 17:08:09 +02:00 |
|
Alex Menkov
|
3f93ec68ee
|
8224159: JDWP IPv6 scope support
Reviewed-by: sspitsyn, cjplummer
|
2019-10-31 14:23:06 -07:00 |
|
Daniel Fuchs
|
7df849224b
|
8231631: sun/net/ftp/FtpURLConnectionLeak.java fails intermittently with NPE
Sun/net/www/ftptest/FtpCommandHandler.java is modified to handle EOF properly
Reviewed-by: chegar, vtewari
|
2019-10-31 19:31:03 +00:00 |
|
Alan Bateman
|
6d98a3bdd8
|
8205132: Degrade Thread.countStackFrames() to throw UOE
Reviewed-by: mchung, dholmes, dcubed
|
2019-10-31 16:45:58 +00:00 |
|
Vojin Jovanovic
|
29f2d74173
|
8232806: Introduce a system property to disable eager lambda initialization
Reviewed-by: briangoetz, mr, psandoz, forax
|
2019-10-28 15:03:36 +01:00 |
|
Lance Andersen
|
3cc7b5babe
|
8231451: ZipFileInputStream::skip handling of negative values with STORED entries
Reviewed-by: clanger, bpb, alanb
|
2019-10-30 15:54:41 -04:00 |
|
Markus Grönlund
|
8addc1418a
|
8226511: Implement JFR Event Streaming
Co-authored-by: Erik Gahlin <erik.gahlin@oracle.com>
Co-authored-by: Mikhailo Seledtsov <mikhailo.seledtsov@oracle.com>
Reviewed-by: egahlin, mseledtsov, mgronlun
|
2019-10-30 19:43:52 +01:00 |
|
Christian Hagedorn
|
6df28153fd
|
8230019: [REDO] compiler/types/correctness/* tests fail with "assert(recv == __null || recv->is_klass()) failed: wrong type"
Explicitly set the receiver klass in the ci MDO to NULL if it is NULL in the MDO while translating.
Reviewed-by: kvn, thartmann
|
2019-10-29 14:29:40 +01:00 |
|
Pengfei Li
|
ec56d9aaf0
|
8232591: AArch64: Add missing match rules for smaddl, smsubl and smnegl
Reviewed-by: aph
|
2019-10-30 09:17:36 +08:00 |
|
Vladimir Kozlov
|
5c506779b2
|
8233035: Update JVMCI
Reviewed-by: dlong
|
2019-10-29 15:35:06 -07:00 |
|
Mandy Chung
|
5b0fbb2560
|
8173975: Lookup::in should not allow target class be primitive or array class
Reviewed-by: alanb
|
2019-10-29 12:52:03 -07:00 |
|
Lance Andersen
|
4095f60323
|
8231766: Files.copy and Files.move do not honor requested compression method when copying or moving within the same zip file
Reviewed-by: clanger, bpb, alanb
|
2019-10-29 14:22:18 -04:00 |
|
Eric Caspole
|
dbbd17b497
|
8233075: JFR - nmetods - misspelled in several places
Reviewed-by: hseigel, mseledtsov
|
2019-10-29 13:51:14 -04:00 |
|
Jie Fu
|
66a4fd2b79
|
8232864: Classes generated at link time by GenerateJLIClassesPlugin are not reproducible
Reviewed-by: redestad, mchung
|
2019-10-29 10:13:27 -07:00 |
|
Mark Reinhold
|
d83df45396
|
8232080: jlink plugins for vendor information and run-time options
Reviewed-by: ihse, alanb, kvn, bobv, mchung
|
2019-10-29 08:26:55 -07:00 |
|
Weijun Wang
|
026a05d0c6
|
8231365: ServicePermission::equals doesn't comply to the spec
8231196: DelegationPermission allows to create an instance that thows NPE on ::equals call
Reviewed-by: mullan
|
2019-10-29 09:34:23 +08:00 |
|
Weijun Wang
|
055a49a266
|
8228969: 2019-09-28 public suffix list update
Reviewed-by: mullan
|
2019-10-29 09:34:21 +08:00 |
|