Thomas Schatzl
cd9bd4ecc7
8196485: FromCardCache default card index can cause crashes
...
The default value of -1 for 32 bit card indices is a regular card value at the border of 2TB heap addresses in the from card cache, so G1 may loose remembered set entries. Extend from card cache entries to 64 bits.
Co-authored-by: Jarkko Miettinen <jarkko.miettinen@relex.fi>
Reviewed-by: shade, sjohanss
2018-03-26 16:51:43 +02:00
Thomas Schatzl
c30aef79df
8180415: Rebuild remembered sets during the concurrent cycle
...
In general maintain remembered sets of old regions only from the start of the concurrent cycle to the mixed gc they are used, at most until the end of the mixed phase.
Reviewed-by: sjohanss, sangheki
2018-03-26 16:51:43 +02:00
Thomas Schatzl
28fb5548de
8197850: Calculate liveness in regions during marking
...
Reviewed-by: sjohanss, sangheki
2018-03-26 16:51:43 +02:00
Thomas Schatzl
2d8f351636
8197570: Make rules for choosing collection set candidates more explicit
...
Reviewed-by: sangheki, sjohanss
2018-03-26 16:51:43 +02:00
Thomas Schatzl
af7d8f0d69
8197569: Refactor eager reclaim for concurrent remembered set rebuilding
...
Expose information about eager reclaim region selection.
Reviewed-by: sjohanss, sangheki
2018-03-26 16:51:41 +02:00
Coleen Phillimore
f8ee0063b1
8199007: ClassLoaderDataGraph::unload_list_contains() is wrong
...
The function isn't needed any longer.
Reviewed-by: stuefe, stefank
2018-03-26 10:19:31 -04:00
Pallavi Sonal
cab25623b6
8144300: http.nonProxyHosts value having wildcard * both at end and start are not honored
...
Added validation for wildcard at start and end
Reviewed-by: chegar, dfuchs, clanger
2018-03-26 17:33:58 +05:30
Jan Lahoda
d2e4f879b1
8200135: test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetExceptionTableTest.java is failing after JDK-8194978
...
Adjusting the expected number of exception table entries to the recent changes in javac.
Reviewed-by: kvn
2018-03-28 10:24:26 +02:00
Jonathan Gibbons
6a8ea38ecc
8199465: {@docRoot} references need to be updated to reflect new module/package structure
...
Reviewed-by: martin, alanb, chegar
2018-03-27 16:25:40 -07:00
Claes Redestad
3fbef735ea
8200289: Reduce number of exceptions created when calling Lookup::canBeCached
...
Reviewed-by: sundar, psandoz
2018-03-28 00:45:37 +02:00
Ivan Gerasimov
3d160a80fc
8198358: Align organization of TwoStacksPlainSocketImp with DualStackPlainSocketImpl [win]
...
Reviewed-by: chegar, clanger
2018-03-27 13:22:40 -07:00
Alan Bateman
704b2ccd93
8200256: java/nio/channels/AsynchronousChannelGroup/Basic.java fails intermittently
...
Reviewed-by: chegar
2018-03-27 19:29:46 +01:00
Liam Miller-Cushon
debaf13f38
8200301: deduplicate lambda methods
...
Reviewed-by: vromero, mcimadamore
2018-03-27 13:48:16 -04:00
Bhavesh Patel
86c4fd2db5
8199705: Docs.gmk needs to be updated to remove the -html5 option
...
Reviewed-by: erikj
2018-03-26 21:30:33 -07:00
Bhavesh Patel
9569a57298
8199278: Javadoc search results does not link to anchors on a page
...
Reviewed-by: jjg, ksrini
2018-03-26 18:07:24 -07:00
Ivan Gerasimov
0af73c4306
8199843: Optimize Integer/Long.highestOneBit()
...
Reviewed-by: redestad, plevart
2018-03-26 17:30:14 -07:00
Erik Joelsson
902048c325
8198652: Stop linking with -base:0x8000000 on Windows
...
Reviewed-by: tbell, ihse, stuefe
2018-03-26 16:24:16 -07:00
Sergey Bylokhov
ac1953d7cc
8200198: javah man pages were not removed by JDK-8191054
...
Reviewed-by: erikj, alanb
2018-03-26 16:09:22 -07:00
Magnus Ihse Bursie
01e9695dbd
8200229: Simplify building of libjsig
...
Reviewed-by: erikj
2018-03-26 20:44:32 +02:00
Aleksey Shipilev
ab65d126af
8200241: [TESTBUG] java/lang/String/concat/ tests should not force source/target = 9 anymore
...
Reviewed-by: redestad, psandoz
2018-03-26 20:20:45 +02:00
Athijegannathan Sundararajan
008199321a
8200215: 17th loop of "let foo = ''"; throws ReferenceError
...
Reviewed-by: jlaskey, attila, hannesw
2018-03-26 19:27:45 +05:30
Aleksey Shipilev
a048853756
8200118: [TESTBUG] String concat tests should test toString() application order
...
Reviewed-by: psandoz, redestad
2018-03-26 15:09:20 +02:00
Per Lidén
7b568da79b
8199850: Move parsing of VerifyGCType to G1
...
Reviewed-by: sjohanss, tschatzl
2018-03-26 12:44:39 +02:00
Coleen Phillimore
c892f948e0
8198760: Move global lock SpaceManager::_expand_lock to MutexLocker.cpp
...
We should avoid having global locks buried in cpp files
Reviewed-by: tschatzl, lfoltan, gtriantafill, stuefe
2018-03-26 09:35:20 -04:00
Jan Lahoda
5bff39c04f
8196519: Incomplete classpath causes infinite recursion in Resolve.isAccessible
...
ErrorType.getEnclosingType returns noType rather than self.
Reviewed-by: mcimadamore, cushon
2018-03-26 11:42:17 +02:00
Ao Qi
fe57cd2f3d
8200213: Configure broken on MIPS
...
Reviewed-by: erikj, stuefe, dholmes, ihse
2018-03-26 00:33:01 -04:00
Alan Bateman
187bf57418
8200179: (se) More Selector cleanup
...
Reviewed-by: bpb
2018-03-24 08:49:55 +00:00
Shinya Yoshida
4b6cd06e3d
8199762: JShell API: Failed to detect override when snippet to be overridden has been changed before
...
Reviewed-by: rfield
2018-03-24 14:43:04 +09:00
Jonathan Gibbons
c003e3af3b
8199902: {@docRoot} references need to be updated to reflect new module/package structure
...
Reviewed-by: ksrini
2018-03-23 17:28:02 -07:00
Jesper Wilhelmsson
aa69f8c75c
Merge
2018-03-24 01:08:35 +01:00
Chris Hegarty
71a0d523dd
8200304: TwoStacksPlainDatagramSocketImpl and socket cleaner
...
Reviewed-by: alanb, dfuchs, rriggs
2018-03-29 20:12:02 +01:00
Erik Joelsson
5c124571d0
8200409: jdk11 nightly solaris sparc build failure
...
Reviewed-by: alanb, tbell
2018-03-29 08:52:41 -07:00
Felix Yang
2a4a941922
8196668: revisit test SunPackageAccess and GrantedSunPackageAccess
...
Reviewed-by: mchung
2018-03-28 21:57:03 -07:00
Martin Buchholz
4546512c19
8200310: Avoid charset lookup machinery in java.nio.charset.StandardCharsets
...
Reviewed-by: sherman, ulfzibis
2018-03-28 21:14:06 -07:00
Martin Buchholz
08adfe31b3
8200124: Various cleanups in jar/zip
...
Reviewed-by: sherman, ulfzibis
2018-03-28 21:14:03 -07:00
Martin Buchholz
6f37b4cbce
8200116: ConstructInflaterOutput, ConstructDeflaterInput still spamming test logs
...
End() should always expect to be called eventually
Reviewed-by: sherman, ulfzibis
2018-03-28 21:13:55 -07:00
Brian Burkhalter
6670f60a21
8180410: ByteArrayOutputStream should not throw IOExceptions
...
Add ByteArrayOutputStream.writeBytes()
Reviewed-by: rriggs, smarks
2018-03-23 15:05:43 -07:00
Chris Hegarty
22af725681
8200181: Remove superflous non-IPv4 code from Java_java_net_TwoStacksPlainSocketImpl_socketListen
...
Reviewed-by: alanb
2018-03-23 21:39:54 +00:00
Phil Race
7efc35390e
8198990: Move SwingSet2 from closed to OpenJDK
...
Reviewed-by: serb, jeff, kaddepalli
2018-03-23 13:43:39 -07:00
Phil Race
77e24ab76e
Merge
2018-03-23 11:14:43 -07:00
Brian Burkhalter
68cf42d465
8180451: ByteArrayInputStream should override readAllBytes, readNBytes, and transferTo
...
Reviewed-by: bchristi, rriggs, psandoz
2018-03-23 10:09:45 -07:00
Phil Race
cb1ef28563
Merge
2018-03-23 10:02:55 -07:00
Shinya Yoshida
ae2d2c8ff5
8199910: Compiler crashes with -g option and variables of intersection type inferred by var
...
Javac should skip non-denotable types in the LocalVariableTypeTable attribute
Reviewed-by: jlahoda
2018-03-23 16:53:54 +00:00
Igor Ignatyev
c03846529f
8200180: fix a typo in run-test framework documentation
...
Reviewed-by: erikj, ihse
2018-03-23 08:58:49 -07:00
Roger Riggs
299b4b7b44
8199756: Simplify language, country, script, and variant property initialization
...
Reviewed-by: mchung, naoto, alanb
2018-03-23 11:53:11 -04:00
Magnus Ihse Bursie
123ad044ab
8200174: compare.sh improvements
...
Reviewed-by: erikj
2018-03-23 16:50:02 +01:00
Phil Race
3d9f35c4f5
Merge
2018-03-23 08:49:58 -07:00
Alan Bateman
3bb85f5fc5
8199791: (se) More Selector cleanup
...
Reviewed-by: redestad, bpb
2018-03-23 14:18:18 +00:00
Magnus Ihse Bursie
de23920e05
8071469: Cleanup include and exclude of sound native libraries
...
Reviewed-by: amenkov, erikj
2018-03-23 09:51:02 +01:00
Christoph Langer
3e5b58e0d7
8199924: Solaris: Correctly enqueue null arguments of attach operations
...
Reviewed-by: dcubed, dholmes
2018-03-23 09:26:59 +01:00