Erik Joelsson
|
a9185efc82
|
8014508: Fix log levels in make
Reviewed-by: tbell
|
2013-05-21 13:18:28 +02:00 |
|
Vicente Romero
|
a24da77752
|
7060779: test/tools/javac/diags/Example.java leaves directories in tempdir
Reviewed-by: mcimadamore
|
2013-05-21 12:17:18 +01:00 |
|
Vicente Romero
|
a95cb95e1f
|
7177168: Redundant array copy in UnsharedNameTable
Reviewed-by: mcimadamore
|
2013-05-21 11:41:21 +01:00 |
|
Joel Borggrén-Franck
|
4a4457b237
|
8013180: Qualified type reference with annotations in throws list crashes compiler
Reviewed-by: jjg
|
2013-05-21 12:00:29 +02:00 |
|
Thomas Schatzl
|
b33547e347
|
8014405: G1: PerRegionTable::fl_mem_size() calculates size of the free list using wrong element sizes
Instead of using a simple sizeof(), ask the PerRegionTable class about its size when iterating over the free list.
Reviewed-by: jwilhelm, brutisso
|
2013-05-21 11:30:14 +02:00 |
|
Yong Jeffrey Huang
|
eb6c8c5bc8
|
Merge
|
2013-05-21 01:50:13 -07:00 |
|
Bengt Rutisson
|
67fdf410da
|
Merge
|
2013-05-21 10:39:09 +02:00 |
|
Amy Lu
|
e2ffa5a315
|
8014892: More ProblemList.txt updates (5/2013)
Reviewed-by: alanb
|
2013-05-21 08:53:51 +01:00 |
|
Bengt Rutisson
|
8d3d35b861
|
7066063: CMS: "Conservation Principle" assert failed
Add call to coalBirth() in CompactibleFreeListSpace::reset()
Reviewed-by: ysr, jmasa
|
2013-05-21 08:50:20 +02:00 |
|
Joe Wang
|
ed440d1096
|
8012683: Remove unused, obsolete ObjectFactory classes
Reviewed-by: lancea
|
2013-05-20 23:46:51 -07:00 |
|
Yong Jeffrey Huang
|
4ebf44cbe4
|
7074882: Locale data needs correction (Month names for Maltese language)
Reviewed-by: naoto
|
2013-05-20 23:03:35 -07:00 |
|
Jon Masamitsu
|
c7a9104bb7
|
8014862: Add fast Metasapce capacity and used per MetadataType
Reviewed-by: ehelin, stefank
|
2013-05-20 22:34:24 -07:00 |
|
David Holmes
|
aa649f097f
|
8014857: Enable ergonomic VM selection in arm/jvm.cfg
Reviewed-by: darcy
|
2013-05-21 01:17:46 -04:00 |
|
Anton Litvinov
|
075f3e82d9
|
8005607: Recursion in J2DXErrHandler() Causes a Stack Overflow on Linux
Reviewed-by: art, anthony, prr
|
2013-05-21 05:02:21 +04:00 |
|
Dmitry Markov
|
d463e0c4ae
|
7011777: JDK 6 parses html text with script tags within comments differently from previous releases
Reviewed-by: alexsch
|
2013-05-21 03:20:27 +04:00 |
|
Joe Wang
|
80041e51d1
|
8014891: Redundant setting of external access properties in setFeatures
Reviewed-by: lancea
|
2013-05-20 16:11:49 -07:00 |
|
Aleksey Shipilev
|
a462587e4b
|
8014878: Clean up class field layout code
Rename/remove local variables, re-arrange instance_size calculation, more comments.
Reviewed-by: kvn, coleenp
|
2013-05-20 23:41:27 +04:00 |
|
Attila Szegedi
|
34bc5ff07f
|
8014797: rename Java.toJavaArray/toJavaScriptArray to Java.to/from, respectively
Reviewed-by: jlaskey, sundar
|
2013-05-20 21:25:14 +02:00 |
|
Philippe Marschall
|
c6619c912d
|
8004789: (zipfs) zip provider doesn't work correctly with file systems providers rather than the default
To use Files.createTempFile(...) to create the temp file on the same fs as the targeted path.
Reviewed-by: alanb, sherman
|
2013-05-20 11:56:46 -07:00 |
|
Tao Mao
|
47c64fb0c3
|
7186737: Unable to allocate bit maps or card tables for parallel gc for the requested heap
Print helpful error message when VM aborts due to inability of allocating bit maps or card tables
Reviewed-by: jmasa, stefank
|
2013-05-20 10:44:33 -07:00 |
|
Athijegannathan Sundararajan
|
32261c12b2
|
8014909: ant test compilation error with JoniTest.java
Reviewed-by: jlaskey
|
2013-05-20 23:04:01 +05:30 |
|
Jiangli Zhou
|
fff011fa0f
|
Merge
|
2013-05-20 13:13:29 -04:00 |
|
Leonid Romanov
|
1dedaf5bf0
|
8014718: Netbeans IDE begins to throw a lot exceptions since 7u25 b10
Removed logging from SunToolkit
Reviewed-by: art
|
2013-05-20 19:07:01 +04:00 |
|
Marcus Lagergren
|
cc79bd1237
|
8006069: Range analysis first iteration, runtime specializations
Reviewed-by: jlaskey, sundar
|
2013-05-20 16:38:38 +02:00 |
|
Aleksey Shipilev
|
7efa591bee
|
8014871: Move @Contended regression tests to the same place
Move the missing test to appropriate location.
Reviewed-by: dholmes, sla
|
2013-05-20 15:43:50 +04:00 |
|
Jesper Wilhelmsson
|
ed64a49836
|
Merge
|
2013-05-19 20:31:30 +02:00 |
|
Ioi Lam
|
f9ae3b46de
|
8014262: PrintStringTableStatistics should include more footprint info
Added info for the string/symbol objects and the hash entries
Reviewed-by: coleenp, rbackman
|
2013-05-18 20:41:01 -07:00 |
|
Daniel D. Daugherty
|
4410135e9e
|
Merge
|
2013-05-17 17:52:07 -07:00 |
|
Jonathan Gibbons
|
f5bda14b93
|
6885876: add comments to javac/util/Convert.java
Reviewed-by: mduigou
|
2013-05-17 13:48:41 -07:00 |
|
Konstantin Shefov
|
e0fcb74c7e
|
8014823: Reprise - Smoke test fail: Windows JDK-8008554.js - access denied ("java.io.FilePermission" "//C/aurora/sandbox/nashorn~source/test/script/basic/NASHORN-99.js" "read")
Reviewed-by: jlaskey
|
2013-05-17 16:44:22 -03:00 |
|
Jim Laskey
|
149a1cd5b8
|
Merge
|
2013-05-17 16:12:59 -03:00 |
|
Daniel D. Daugherty
|
9a6dfe1c55
|
Merge
|
2013-05-17 11:36:43 -07:00 |
|
Lana Steuck
|
670660bae0
|
Merge
|
2013-05-17 10:14:03 -07:00 |
|
Lana Steuck
|
3a3757d756
|
Merge
|
2013-05-17 10:13:34 -07:00 |
|
Lana Steuck
|
8f6d37ee8e
|
Merge
|
2013-05-17 10:11:35 -07:00 |
|
Lana Steuck
|
c47e363601
|
Merge
|
2013-05-17 10:07:23 -07:00 |
|
Lana Steuck
|
ca07c6ce5f
|
Merge
|
2013-05-17 10:06:56 -07:00 |
|
Lana Steuck
|
3f67109c17
|
Merge
|
2013-05-17 10:06:20 -07:00 |
|
Johnny Chen
|
0ad376b3a8
|
8003444: Fix potential NULL pointer dereference
Reviewed-by: jgodinez, prr
|
2013-05-17 10:04:39 -07:00 |
|
Lana Steuck
|
3cc6d3b1e2
|
Merge
|
2013-05-17 10:04:12 -07:00 |
|
Alejandro Murillo
|
dbe27b6d39
|
8014760: new hotspot build - hs25-b34
Reviewed-by: jcoomes
|
2013-05-17 09:10:04 -07:00 |
|
Alejandro Murillo
|
2a9739589d
|
Added tag hs25-b33 for changeset b00c73d51b8a
|
2013-05-17 08:59:19 -07:00 |
|
Alejandro Murillo
|
2a65b5efb6
|
Merge
|
2013-05-17 08:59:18 -07:00 |
|
Daniel D. Daugherty
|
48caf5fe52
|
Merge
|
2013-05-17 08:56:51 -07:00 |
|
Ron Durbin
|
441dc7c79b
|
7145527: sscanf must use a length in the format string
Remove dead code containing last call to scanf with no string length specifier
Reviewed-by: dcubed, coleenp
|
2013-05-17 08:51:46 -07:00 |
|
Chris Hegarty
|
fa23123952
|
Merge
|
2013-05-17 16:44:36 +01:00 |
|
Chris Hegarty
|
d6531cbf9f
|
8014783: java/net/HttpURLPermission/HttpURLPermissionTest.java leaves files open
Reviewed-by: michaelm
|
2013-05-17 16:44:15 +01:00 |
|
Andreas Eriksson
|
f65caabf9c
|
7176220: 'Full GC' events miss date stamp information occasionally
Move date stamp logic into GCTraceTime
Reviewed-by: brutisso, tschatzl
|
2013-05-17 17:24:20 +02:00 |
|
Evgeniya Stepanova
|
0afc5ae6fc
|
8065749: [TESTBUG]: gc/arguments/TestG1HeapRegionSize.java fails at nightly
Reviewed-by: brutisso
|
2014-11-25 18:16:18 +04:00 |
|
Marcus Larsson
|
89dca54c74
|
8062943: REDO - Parallelize clearing the next mark bitmap
Reviewed-by: kbarrett, tschatzl
|
2014-11-25 11:59:55 +01:00 |
|