Joseph Provino
b0dcc34e06
8013461: There is a symbol AsyncGetCallTrace in libjvm.symbols that does not exist in minimal/libjvm.a when DEBUG_LEVEL == release
...
AsyncGetCallTrace is needed in libjvm.symbols so that programs which reference it can build correctly.
Reviewed-by: dholmes, bobv
2013-05-28 11:17:16 -04:00
Florian Weimer
4bfd2d2b39
8014420: Default JDP address does not match the one assigned by IANA
...
JDP protocol defaults changed to IANA assigned values
Reviewed-by: dholmes, jbachorik, hirt
2013-05-28 18:46:39 +04:00
Jaroslav Bachorik
afee04d0fb
8005472: com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.sh failed on windows
...
Reviewed-by: chegar, smarks, dfuchs
2013-05-28 15:57:45 +02:00
Christian Tornqvist
7f2a2f1460
8015329: Print reason for failed MiniDumpWriteDump() call
...
Printing both result from GetLastError and text representation of error. Also changed so that we produce dumps by default on client versions of Windows when running with a debug build. Also reviewed by peter.allwin@oracle.com
Reviewed-by: sla, dholmes
2013-05-28 15:08:57 +02:00
Anthony Petrov
c5e39e9e2b
7039616: java/awt/Window/TranslucentJAppletTest/TranslucentJAppletTest.java should be updated
...
Consider the test passed if the system does not support translucency
Reviewed-by: art
2013-05-28 16:38:41 +04:00
Vicente Romero
e58031ceba
6970173: Debug pointer at bad position
...
Reviewed-by: mcimadamore
2013-05-28 12:46:10 +01:00
Athijegannathan Sundararajan
d2583c8515
8015459: Octane test run fails on Turkish locale
...
Reviewed-by: lagergren, attila
2013-05-28 16:37:11 +05:30
Petr Pchelko
abdbb79b15
8000422: [macosx] Views keep scrolling back to the drag position after DnD
...
Reviewed-by: serb, anthony
2013-05-28 12:37:46 +04:00
Thomas Schatzl
54964edefa
8013895: G1: G1SummarizeRSetStats output on Linux needs improvemen
...
Fixed the output of G1SummarizeRSetStats: too small datatype for the number of concurrently processed cards, added concurrent remembered set thread time retrieval for Linux and Windows (BSD uses os::elapsedTime() now), and other cleanup. The information presented during VM operation is now relative to the previous output, not always cumulative if G1SummarizeRSetStatsPeriod > 0. At VM exit, the code prints a cumulative summary.
Reviewed-by: johnc, jwilhelm
2013-05-28 09:32:06 +02:00
Jesper Wilhelmsson
44d99cc5e3
Merge
2013-06-01 10:00:56 +02:00
Stefan Karlsson
c39235c377
8015486: PSScavenge::is_obj_in_young is unnecessarily slow with UseCompressedOops
...
Compare compressed oops to a compressed young gen boundary instead of uncompressing the oops before doing the young gen boundary check.
Reviewed-by: brutisso, jmasa
2013-05-30 10:58:16 +02:00
John Coomes
de314e391b
6725714: par compact - add a table to speed up bitmap searches
...
Reviewed-by: jmasa, tschatzl
2013-05-30 13:04:51 -07:00
Erik Joelsson
e028541281
8007129: build-infra Add configure --with-jtreg option for location of JTREG
...
Reviewed-by: tbell
2013-05-28 08:50:52 +02:00
Erik Joelsson
23431500a0
8012566: Replace find, rm, printf and similar with their proper variables
...
Reviewed-by: tbell
2013-05-28 08:49:04 +02:00
Aleksey Shipilev
375e12feb9
8015270: @Contended: fix multiple issues in the layout code
...
Field count handling fixed, has_nonstatic_fields invariant fixed, oop map overrun fixed; new asserts
Reviewed-by: kvn, dcubed, coleenp
2013-05-27 12:49:08 -07:00
Alexander Zvegintsev
625394bc36
8014726: TEST_BUG: java/awt/WMSpecificTests/Metacity/FullscreenDialogModality.java should be modified
...
Reviewed-by: serb, anthony
2013-05-27 22:31:37 +04:00
Marcus Lagergren
d1cfaae2c6
8015447: Octane harness fixes for rhino and entire test runs: ant octane, ant octane-v8, ant octane-rhino
...
Reviewed-by: sundar, jlaskey
2013-05-27 17:57:07 +02:00
Athijegannathan Sundararajan
bca9af88da
8015352: "i".toUpperCase() => currently returns "İ", but should be "I" (with Turkish locale)
...
Reviewed-by: jlaskey, lagergren
2013-05-27 20:41:34 +05:30
Nils Loodin
30482b86cf
6470730: Disconnect button leads to wrong popup message
...
Reviewed-by: dcubed, sla, egahlin
2013-05-27 17:10:32 +02:00
Chris Hegarty
d576d9a662
Merge
2013-05-27 15:24:53 +01:00
Chris Hegarty
1a031142e5
8015439: Minor/sync/cleanup of ConcurrentHashMap
...
Co-authored-by: Doug Lea <dl@cs.oswego.edu>
Reviewed-by: chegar
2013-05-27 14:00:26 +01:00
Vicente Romero
fb25dcbb05
7030476: Fix conflicting use of JCTree/JCExpression
...
Reviewed-by: mcimadamore
2013-05-27 13:44:14 +01:00
Marcus Lagergren
1dfb4bf18e
Merge
2013-05-27 13:12:11 +02:00
Marcus Lagergren
a34fd412c5
8014219: Make the run-octane harness more deterministic by not measuring elapsed time every iteration. Also got rid of most of the run logic in base.js and call benchmarks directly for the same purpose
...
Reviewed-by: jlaskey, attila
2013-05-27 13:11:13 +02:00
Stefan Karlsson
c13149ab8d
8015422: Large performance hit when the StringTable is walked twice in Parallel Scavenge
...
Combine the calls to StringTable::unlink and StringTable::oops_do in Parallel Scavenge.
Reviewed-by: pliden, coleenp
2013-05-27 12:58:42 +02:00
Stefan Karlsson
8b7d3c5d3b
8015428: Remove unused CDS support from StringTable
...
The string in StringTable is not used by CDS anymore. Remove the unnecessary code in preparation for 8015422: Large performance hit when the StringTable is walked twice in Parallel Scavenge
Reviewed-by: pliden, tschatzl, coleenp
2013-05-27 12:56:34 +02:00
Stefan Karlsson
2ccd92e927
8015268: NPG: 2.5% regression in young GC times on CRM Sales Opty
...
Split SystemDictionary and ClassLoaderDataGraph root processing to help load balancing.
Reviewed-by: tschatzl, johnc
2013-05-27 15:22:59 +02:00
Hannes Wallnöfer
6e76fe0cf2
8015348: RegExp("[") results in StackOverflowError
...
Reviewed-by: sundar, attila
2013-05-27 12:26:39 +02:00
Vladislav Karnaukhov
af284660df
8010721: [macosx] In JDK7 the menu bar disappears when a Dialog is shown
...
Reviewed-by: anthony, serb
2013-05-27 12:47:18 +04:00
Peter Levart
c6e58fdb1d
7038914: VM could throw uncaught OOME in ReferenceHandler thread
...
Catch OutOfMemoryError in reference handler thread if caused by allocation of an InterruptedException
Reviewed-by: dholmes, alanb
2013-05-27 09:41:44 +02:00
Alexey Utkin
ef2ccefb3a
8014394: (fs) WatchService failing when watching \\server\$d
...
Reviewed-by: alanb
2013-05-27 15:18:00 +04:00
Serguei Spitsyn
fb0022c7b1
8013945: CMS fatal error: must own lock MemberNameTable_lock
...
The "delete mnt" needs to grab MemberNameTable_lock if !SafepointSynchronize::is_at_safepoint()
Reviewed-by: sla, mgerdin, dholmes, jmasa
2013-05-24 17:36:12 -07:00
Calvin Cheung
7cb20773ad
8015265: revise the fix for 8007037
...
Reviewed-by: sspitsyn, dholmes, dcubed
2013-05-24 17:19:56 -07:00
Kumar Srinivasan
485921b016
8007333: [launcher] removes multiple back slashes
...
Reviewed-by: alanb, akhil
2013-05-24 17:01:08 -07:00
Joe Darcy
b4854e299c
8014836: Have GenericDeclaration extend AnnotatedElement
...
Reviewed-by: jfranck
2013-05-24 11:26:17 -07:00
Athijegannathan Sundararajan
5bf7dac8d7
8015351: Nashorn shell does not start with Turkish locale
...
Reviewed-by: jlaskey
2013-05-24 23:27:52 +05:30
Daniel D. Daugherty
85761dd2b8
Merge
2013-05-24 10:21:12 -07:00
Alejandro Murillo
ddea5b012c
8015305: new hotspot build - hs25-b35
...
Reviewed-by: jcoomes
2013-05-24 09:35:10 -07:00
Phil Race
e418c51f5a
8008535: JDK7 Printing : CJK and Latin Text in a string overlap
...
Reviewed-by: bae, jgodinez
2013-05-24 09:31:29 -07:00
Alejandro Murillo
e6a52ec48e
Added tag hs25-b34 for changeset e12c800cd4a8
2013-05-24 09:25:43 -07:00
Alejandro Murillo
5c658c0c7e
Merge
2013-05-24 09:25:42 -07:00
Sergey Malenkov
7dc93ab854
8013416: Java Bean Persistence with XMLEncoder
...
Reviewed-by: alexsch
2013-05-24 19:41:09 +04:00
Maurizio Cimadamore
d176f2abdf
8014494: javac crashes when varargs element of a method reference is inferred from the context
...
Varargs element is not refreshed after type-inference
Reviewed-by: jjg, vromero
2013-05-24 15:27:27 +01:00
Maurizio Cimadamore
9d588c1a23
8014649: Regression: bug in Resolve.resolveOperator
...
Missing curly braces causes Resolve.findMethod to be called spuriously
Reviewed-by: jjg, vromero
2013-05-24 15:27:12 +01:00
Maurizio Cimadamore
372fabc476
8014643: Parser regression in JDK 8 when compiling super.x
...
Fixed latent bug in JavacParser.analyzeParens()
Reviewed-by: jjg, vromero
2013-05-24 15:26:57 +01:00
Anton Tarasov
7ff57078e3
8013437: Test sun/awt/datatransfer/SuplementaryCharactersTransferTest.java fails to compile since 8b86
...
Reviewed-by: alexsch
2013-05-24 18:01:22 +04:00
Athijegannathan Sundararajan
f86162c90c
8015354: JSON.parse should not use [[Put]] but use [[DefineOwnProperty]] instead
...
Reviewed-by: lagergren, hannesw
2013-05-24 18:39:25 +05:30
Jesper Wilhelmsson
7c176c9678
Merge
2013-05-24 14:16:41 +02:00
Hannes Wallnöfer
cdf1276490
8011630: JSON parsing performance issue
...
Reviewed-by: lagergren, sundar
2013-05-24 13:54:18 +02:00
Weijun Wang
c43d7aa0de
8014196: ktab creates a file with zero kt_vno
...
Reviewed-by: valeriep
2013-05-24 17:15:43 +08:00