Jesper Wilhelmsson
|
c7219faf86
|
8218074: Update Graal
Reviewed-by: kvn
|
2019-03-12 19:17:42 +01:00 |
|
Erik Joelsson
|
ebcf4ca1e7
|
8220529: JDK-8220383 broke test image build
Reviewed-by: tbell
|
2019-03-12 12:12:01 -07:00 |
|
Lance Andersen
|
53d6635101
|
8220005: java/util/Arrays/TimSortStackSize2.java times out
Reviewed-by: bchristi
|
2019-03-12 14:56:25 -04:00 |
|
Roger Riggs
|
2f3fc244eb
|
8220237: ProcessBuilder API documentation typo
Reviewed-by: dfuchs
|
2019-03-12 12:48:03 -04:00 |
|
Gary Adams
|
2434c6f10c
|
8220474: Incorrect GPL header in src/java.instrument/share/classes/java/lang/instrument/package-info.java
Reviewed-by: dholmes
|
2019-03-12 11:53:06 -04:00 |
|
Gary Adams
|
a22bb79e83
|
8220257: fix headings in java.instrument
Reviewed-by: dfuchs
|
2019-03-12 11:51:54 -04:00 |
|
Kim Barrett
|
9f0417b0ae
|
8217576: C1 atomic access handlers use incorrect decorators
Fix decorator defaulting.
Reviewed-by: tschatzl, eosterlund
|
2019-03-12 11:13:39 -04:00 |
|
Claes Redestad
|
0761bc5fa8
|
8220515: Revert removal of for_each_lock_value removal
Reviewed-by: thartmann
|
2019-03-12 16:18:31 +01:00 |
|
Erik Joelsson
|
2af935c800
|
8220383: Incremental build is broken and inefficient
Reviewed-by: tbell
|
2019-03-12 08:04:33 -07:00 |
|
Daniel Fuchs
|
71ac5a6313
|
8220262: fix headings in java.logging
Reviewed-by: lancea
|
2019-03-12 14:35:26 +00:00 |
|
Claes Redestad
|
ef38fb4bc2
|
8220501: Improve c1_ValueStack locks handling
Reviewed-by: thartmann, neliasso
|
2019-03-12 15:29:59 +01:00 |
|
Ao Qi
|
f15a31f766
|
8220344: Build failures when using --with-jvm-features=-g1gc,-jfr
Reviewed-by: tschatzl, zgu
|
2019-03-12 09:59:58 -04:00 |
|
Ralf Schmelter
|
59b342cf10
|
8220363: hotspot-ide project fails
Reviewed-by: clanger, erikj
|
2019-03-11 05:09:14 -07:00 |
|
Severin Gehwolf
|
46c4ef516c
|
8220294: ZGC fails to build on GCC 4.4.7: Type parameter issue
Specify explicit type in the constructor
Reviewed-by: shade, pliden
|
2019-03-07 17:34:21 +01:00 |
|
Gary Adams
|
f9d6d1d8f2
|
8013728: nsk/jdi/BScenarios/hotswap/tc10x001 Unrecognized Windows Sockets error: 0: recv failed
Reviewed-by: cjplummer, amenkov
|
2019-03-12 07:17:03 -04:00 |
|
Martin Doerr
|
bc640addb3
|
8220441: [PPC64] Clobber memory effect missing for memory barriers in atomics
Reviewed-by: simonis, goetz
|
2019-03-12 11:53:43 +01:00 |
|
Chris Hegarty
|
0f97ac953b
|
8184315: Typo in java.net.JarURLConnection.getCertificates() method documentation
Reviewed-by: dfuchs
|
2019-03-12 09:22:40 +00:00 |
|
Tobias Hartmann
|
474437061e
|
8220341: Class redefinition fails with assert(!is_unloaded()) failed: unloaded method on the stack
Skip unloaded methods in compile queue during marking.
Reviewed-by: kvn, neliasso, eosterlund, coleenp
|
2019-03-12 10:09:50 +01:00 |
|
Pengfei Li
|
1dc7271eca
|
8214922: Add vectorization support for fmin/fmax
Reviewed-by: adinn, roland
|
2019-03-07 02:39:06 +00:00 |
|
Lin Zang
|
144d81caf6
|
8219721: jcmd from earlier release will hang attaching to VM with JDK-8215622 applied
Fix compatibility issue caused by jmap update of 8215622
Reviewed-by: dholmes, ysuenaga, phh, sspitsyn
|
2019-03-11 21:26:19 -04:00 |
|
Bernard Blaser
|
cf09431450
|
8220407: compiler/intrinsics/math/TestFpMinMaxIntrinsics.java timedout
Reviewed-by: kvn
|
2019-03-12 02:13:02 +01:00 |
|
Valerie Peng
|
6fbf59de59
|
Merge
|
2019-03-11 23:51:25 +00:00 |
|
Valerie Peng
|
ed87f68640
|
8213008: Cipher with UNWRAP_MODE should support the generation of an AES key type
Replaced CKK_GENERIC_SECRET with alorithm-specific key type in P11RSACipher unwrap impl
Reviewed-by: ascarpino
|
2019-03-11 23:48:32 +00:00 |
|
Joe Wang
|
b238aef18d
|
8219705: Wrong media-type for a given serialization method
Reviewed-by: lancea
|
2019-03-11 15:51:39 -07:00 |
|
Jonathan Gibbons
|
1b9db9b7a1
|
8220202: Simplify/standardize method naming for HtmlTree
Reviewed-by: hannesw
|
2019-03-11 12:59:45 -07:00 |
|
Joe Darcy
|
3a072e4e45
|
8220346: Refactor java.lang.Throwable to use Objects.requireNonNull
Reviewed-by: lancea, mchung, tvaleev, forax, martin, plevart
|
2019-03-11 11:23:09 -07:00 |
|
Zhengyu Gu
|
b5b1fe042a
|
8220444: Shenandoah should use parallel version of WeakProcessor in root processor for weak roots
Reviewed-by: rkennke, shade
|
2019-03-11 14:06:05 -04:00 |
|
Lance Andersen
|
7c49914df1
|
8220331: Remove extra spaces in copyright header
Reviewed-by: naoto
|
2019-03-11 13:37:56 -04:00 |
|
Claes Redestad
|
8c047147f9
|
8220420: Cleanup c1_LinearScan
Reviewed-by: thartmann, neliasso
|
2019-03-11 17:33:55 +01:00 |
|
Christoph Langer
|
bacddb40eb
|
8220409: jdk/modules/scenarios/overlappingpackages/OverlappingPackagesTest.java - testOverlapWithBaseModule tests the wrong thing
Reviewed-by: alanb
|
2019-03-11 15:34:16 +01:00 |
|
Rachna Goel
|
96d797d9d1
|
8220414: Correct copyright headers in Norm2AllModes.java and Normalizer2.java
Updated copyright headers
Reviewed-by: alanb
|
2019-03-11 17:34:23 +05:30 |
|
Aleksey Shipilev
|
5c0f32e4b7
|
8074817: Resolve disabled warnings for libverify
Reviewed-by: erikj, alanb
|
2019-03-11 12:39:51 +01:00 |
|
Tobias Hartmann
|
164fcbbec9
|
8218201: Failures when vmIntrinsics::_getClass is not inlined
Fix BCEscapeAnalyzer to correctly handle _getClass intrinsic.
Reviewed-by: kvn, dlong, redestad, neliasso
|
2019-03-11 11:42:57 +01:00 |
|
Priya Lakshmi Muthuswamy
|
e5f0f8d005
|
8220087: Remove remnants of HTML4 support
Reviewed-by: jjg
|
2019-03-11 14:57:16 +05:30 |
|
Nishit Jain
|
0b082fcc1d
|
8217254: CompactNumberFormat:: CompactNumberFormat() constructor does not comply with spec
8217721: CompactNumberFormat:: format() method spec for IAEx is not complaint
Reviewed-by: naoto
|
2019-03-11 14:22:23 +05:30 |
|
Priya Lakshmi Muthuswamy
|
472d55d722
|
8219632: Remove reference to com.sun.javadoc API in RemoveOldDoclet test
Reviewed-by: jjg
|
2019-03-11 14:17:08 +05:30 |
|
Kim Barrett
|
c7ae2d10b7
|
8217417: Decorator name typo: C2_TIGHLY_COUPLED_ALLOC
Fixed typo in decorator name, variables, and comments.
Reviewed-by: tschatzl
|
2019-03-11 02:05:07 -04:00 |
|
Aleksey Shipilev
|
ac03c04256
|
8220162: Shenandoah should not commit HugeTLBFS memory
Reviewed-by: rkennke, zgu
|
2019-03-11 00:06:48 +01:00 |
|
Aleksey Shipilev
|
c3a207f1a7
|
8220153: Shenandoah does not work with TransparentHugePages properly
Reviewed-by: rkennke, zgu
|
2019-03-11 00:06:47 +01:00 |
|
Aleksey Shipilev
|
1a100ade57
|
8220350: Refactor ShenandoahHeap::initialize
Reviewed-by: rkennke, zgu
|
2019-03-11 00:06:46 +01:00 |
|
David Holmes
|
7a6896f3b3
|
8219685: Startup failure: assert(!Universe::is_module_initialized()) failed: Incorrect java.lang.Module pre module system initialization
Reviewed-by: lfoltan, redestad
|
2019-03-10 18:53:55 -04:00 |
|
Eric Caspole
|
1e2234d57c
|
8220368: Update String.indexOf to test all the C2 intrinsics
Add new micros for Latin1 and UTF-16
Reviewed-by: kvn, redestad
|
2019-03-08 17:45:40 -05:00 |
|
Claes Redestad
|
d2c205bb59
|
8219860: Cleanup ClassFileParser::parse_linenumber_table
Reviewed-by: rehn, lfoltan, hseigel
|
2019-03-08 23:02:06 +01:00 |
|
Bob Vandette
|
69a6a6c4a0
|
8220334: Fix copyright header text
Reviewed-by: lancea
|
2019-03-08 16:21:16 -05:00 |
|
Bob Vandette
|
917598aac3
|
8220323: Fix copyright header text
Reviewed-by: lancea
|
2019-03-08 16:20:05 -05:00 |
|
Ron Shapiro
|
50a289a8ac
|
8220377: Unused field SourceFileObject.flatname
Reviewed-by: jjg
|
2019-03-08 09:41:03 -08:00 |
|
Mikhailo Seledtsov
|
f31d3d540e
|
Merge
|
2019-03-08 11:09:39 -08:00 |
|
Mikhailo Seledtsov
|
08aa348b05
|
8220313: [TESTBUG] Update base image for Docker testing to OL 7.6
Updated the OL version in Dockerfile in FROM field
Reviewed-by: dcubed
|
2019-03-08 11:08:11 -08:00 |
|
Nils Eliasson
|
561843be93
|
8219642: ciReplay loads wrong data when MethodData size changes
Reviewed-by: kvn, thartmann
|
2019-03-08 15:27:47 +01:00 |
|
Severin Gehwolf
|
1952af8053
|
8220353: [TESTBUG] TestRegisterRestoring uses SafepointALot without UnlockDiagnosticVMOptions
Reviewed-by: thartmann, shade
|
2019-03-08 13:56:05 +01:00 |
|