Commit Graph

47830 Commits

Author SHA1 Message Date
Chris Plummer
24694f63fe 8186540: [TESTBUG] serviceability/dcmd/jvmti/LoadAgentDcmdTest.java failed to clean up files in agentvm mode
Run the test in "othervm" mode

Reviewed-by: sspitsyn, dholmes
2017-11-16 14:47:31 -08:00
Roman Kennke
09a9ab8f41 8189171: Move GC argument processing into GC specific classes
Reviewed-by: pliden, eosterlund
2017-11-07 11:58:52 +01:00
Jini George
45cdd91ca3 8190307: SA tests for the clhsdb commands: universe, intconstant, type
SA Test cases for the clhsdb commands: universe, intconstant, type

Reviewed-by: dholmes, sballal
2017-11-16 11:58:20 +05:30
Sharath Ballal
776767764b 8190198: SA: Framework for writing 'jhsdb clhsdb' commands tests and testcases for some of the commands
Reviewed-by: jgeorge, dholmes
2017-11-16 09:26:48 +05:30
Coleen Phillimore
97afaf1423 8191370: Add serviceability agent tests to tier1
Reviewed-by: gtriantafill, dcubed
2017-11-15 16:48:24 -05:00
Stefan Johansson
ed950d3513 8189734: Cleanup MarkSweep when G1 dependency is gone
Reviewed-by: sangheki, tschatzl
2017-11-15 17:05:28 +01:00
Coleen Phillimore
2f84103a78 Merge 2017-11-15 08:25:28 -05:00
Coleen Phillimore
f93a6a5715 8179603: create a jtreg test group for hotspot tests excluding application testing
Reviewed-by: dholmes, sspitsyn
2017-11-15 08:14:56 -05:00
Coleen Phillimore
7e7935286b 8191315: Add serviceability/sa/TestRevPtrsForInvokeDynamic.java to ProblemList.txt
Reviewed-by: dholmes, sspitsyn
2017-11-15 08:14:31 -05:00
Christian Haeubl
30267af75a 8178048: [JVMCI] improve HotSpotResolvedJavaFieldImpl.hashCode()
Reviewed-by: kvn
2017-11-15 13:46:21 +01:00
Jamsheed Mohammed C M
4cd55d3fd3 6415680: (bf) MappedByteBuffer.get() can provoke crash with EXCEPTION_IN_PAGE_ERROR
Made changes in topLevelExceptionFilter for handling unsafe single value invalid memory access failures, equivalent of JDK-4454115.

Reviewed-by: dholmes, dlong
2017-11-15 00:49:57 -08:00
Chris Plummer
2fa7cd4d09 8191049: Add alternate version of pns() that is callable from within hotspot source
Added pns2() to debug.cpp

Reviewed-by: stuefe, gthornbr
2017-11-14 18:08:35 -08:00
Harold Seigel
b70a8ea0f4 8191132: assert condition should not be in quotes
Remove bogus double quotation marks

Reviewed-by: coleenp
2017-11-14 14:05:34 -05:00
Martin Doerr
85dc1c0776 8191212: AIX: Build and polling page allocation broken after 8189941
Reviewed-by: stuefe
2017-11-14 16:45:27 +01:00
Coleen Phillimore
dafc88b89b Merge 2017-11-14 10:10:05 -05:00
Jesper Wilhelmsson
ca3a45da9c Merge 2017-11-14 03:39:32 +01:00
Stefan Johansson
6929e0f05a 8186571: Implementation: JEP 307: Parallel Full GC for G1
Improve G1 worst-case latencies by making the full GC parallel.

Reviewed-by: tschatzl, sangheki, ehelin
2017-11-14 11:33:23 +01:00
Coleen Phillimore
6e6c2aa59f 8190891: Clean up G1 barrier code in compiler interface (ci)
Consolidate gc barrier code in ci

Reviewed-by: eosterlund, kbarrett
2017-11-13 17:29:00 -05:00
Roland Westrelin
002aff0a75 8190375: Java Crash in JavaBug.formatPos(I)Ljava/lang/String
Skip the logic that set the value of the Phi iv if the exit condition is "not equal"

Reviewed-by: thartmann, mdoerr
2017-11-13 14:53:28 -05:00
Hannes Wallnöfer
768db55a4d 8191131: Nashorn test comparator breaks comparator contract
Reviewed-by: sundar, jlaskey
2017-11-13 18:14:33 +01:00
Erik Joelsson
50547a8734 8190725: Freetype license file provided with configure not included in images
Reviewed-by: ihse, tbell
2017-11-13 16:32:30 +01:00
Priya Lakshmi Muthuswamy
c9944644fd 8190391: nashorn "!!" of nonzero even integer var becomes false when returned
Reviewed-by: sundar, hannesw
2017-11-13 15:54:20 +01:00
Vyom Tewari
2245db7522 8145635: Add TCP_QUICKACK socket option
Reviewed-by: chegar, rriggs, clanger
2017-11-13 14:03:36 +05:30
Jesper Wilhelmsson
fdee542113 Merge 2017-11-11 01:21:09 +01:00
Gilles Duboscq
a908316a65 8182755: [JVMCI] Deoptimization in synchronized methods can lead to a crash or exception when using EnableJVMCI but not UseJVMCICompiler
Reviewed-by: kvn, thartmann
2017-11-10 14:57:38 +01:00
Tobias Hartmann
b0c9129d6c 8190797: OSR compilation fails with "assert(__the_thread__->can_call_java()) failed: can not load classes with compiler thread"
Bail out with a meaningful error message in case we cannot throw a Java exception.

Reviewed-by: kvn, dholmes
2017-11-10 13:10:54 +01:00
Robbin Ehn
f6750599ef 8187809: UseMembar should be set true and deprecate the flag
Reviewed-by: dcubed, sspitsyn, dholmes
2017-11-10 09:16:42 +01:00
Lana Steuck
43006bf8f9 Merge 2017-11-10 03:27:43 +00:00
Lana Steuck
a71d840954 Added tag jdk-10+31 for changeset e6278add9ff2 2017-11-10 03:26:50 +00:00
Doug Lea
5d5334f305 8189764: Miscellaneous changes imported from jsr166 CVS 2017-11
Reviewed-by: martin, psandoz, dholmes
2017-11-09 16:14:45 -08:00
Doug Lea
e2cbace23d 8189387: ConcurrentLinkedDeque linearizability continued ..
Reviewed-by: martin, psandoz, dholmes
2017-11-09 16:10:46 -08:00
Doug Lea
42ad4ec2dd 8179314: CountedCompleterTest.testForkHelpQuiesce fails with expected:<21> but was:<13>
Reviewed-by: martin, psandoz, dholmes
2017-11-09 16:07:21 -08:00
Doug Lea
f2eb80c063 8190747: ExecutorService/Invoke.java fails intermittently
Reviewed-by: martin, psandoz, dholmes
2017-11-09 16:03:37 -08:00
Brian Burkhalter
1ca74d0d2e 8191025: (ch) Scattering reads to a subsequence of buffers ignores length
Use length parameter instead of the buffer array length

Reviewed-by: rriggs, alanb
2017-11-09 13:30:03 -08:00
Daniel Fuchs
ccdb0ef8e2 8189953: FileHandler constructor throws NoSuchFileException with absolute path
Reviewed-by: mchung
2017-11-09 20:51:37 +00:00
Roland Westrelin
85d2a057a4 8186125: "DU iteration must converge quickly" assert in split if with unsafe accesses
Added missing checks for Opaque4Node in split-if code

Reviewed-by: kvn
2017-11-09 12:43:13 -08:00
Ramanand Patil
6c99853a4c 8190258: (tz) Support tzdata2017c
8190259: test tck.java.time.zone.TCKZoneRules is broken by tzdata2017c

Reviewed-by: naoto, martin
2017-11-09 14:38:54 +05:30
Christoph Dreis
5d7c797278 8190733: Use Class::getPackageName in java.base implementation
Reviewed-by: mchung, rriggs
2017-11-08 13:38:00 -08:00
Erik Joelsson
73f177ea06 8190735: Define all base artifacts for all open/open-debug profiles
Reviewed-by: tbell
2017-11-08 13:32:40 -08:00
Phil Race
ff35c4f5de 8185739: Memory leak in BitmapUtil::BitmapToRgn
Reviewed-by: serb, psadhukhan
2017-11-08 12:34:59 -08:00
Phil Race
19a8373625 Merge 2017-11-08 12:27:40 -08:00
Erik Joelsson
eaf790b9be 8190744: xattr: No such file LICENSE files
Reviewed-by: alanb, tbell
2017-11-08 12:02:19 -08:00
Roger Riggs
0e776aa080 8190884: java/lang/Runtime/exec/LotsOfOutput fails intermittently
Reviewed-by: lancea, mchung
2017-11-08 09:18:15 -05:00
Hannes Wallnöfer
c2a4b3a570 8190427: Test for JDK-8165198 fails intermittently because of GC
Reviewed-by: jlaskey, sundar
2017-11-08 12:15:24 +01:00
Joe Wang
2564212f92 8181151: Fix lint warnings in JAXP repo: cast
Reviewed-by: lancea, rriggs
2017-11-07 16:19:55 -08:00
Sergey Bylokhov
8fedbd9383 8019816: [TEST_BUG][macosx] closed/java/awt/BasicStroke/DashZeroWidth.java not on EDT
Reviewed-by: prr, azvegint
2017-11-07 14:36:52 -08:00
Jesper Wilhelmsson
6a9a00c61c 8190865: Require jtreg 4.2 b10
Reviewed-by: dcubed, erikj
2017-11-07 23:18:16 +01:00
Martin Buchholz
ec403d47b4 8190814: javax/imageio/stream/NullStreamCheckTest writes to the repo
Reviewed-by: pnarayanan, jdv, prr
2017-11-07 10:35:58 -08:00
Martin Buchholz
6a099cc68b 8190816: PropertiesTest.sh fails to make $WRITABLEJDK writable
Reviewed-by: naoto, rgoel
2017-11-07 10:02:48 -08:00
Chris Hegarty
c5c047de47 8190482: InnocuousThread creation should not require the caller to possess enableContextClassLoaderOverride
Reviewed-by: rriggs, mchung
2017-11-07 17:08:59 +00:00