comparison test/runtime/SharedArchiveFile/CdsSameObjectAlignment.java @ 14422:2b8e28fdf503

Merge
author kvn
date Tue, 05 Nov 2013 17:38:04 -0800
parents 35b99e7e0af2
children
comparison
equal deleted inserted replaced
14421:3068270ba476 14422:2b8e28fdf503
82 // CDS uses absolute addresses for performance. 82 // CDS uses absolute addresses for performance.
83 // It will try to reserve memory at a specific address; 83 // It will try to reserve memory at a specific address;
84 // there is a chance such reservation will fail 84 // there is a chance such reservation will fail
85 // If it does, it is NOT considered a failure of the feature, 85 // If it does, it is NOT considered a failure of the feature,
86 // rather a possible expected outcome, though not likely 86 // rather a possible expected outcome, though not likely
87 output.shouldContain("Could not allocate metaspace at a compatible address"); 87 output.shouldContain("Unable to use shared archive");
88 output.shouldHaveExitValue(1); 88 output.shouldHaveExitValue(1);
89 } 89 }
90 } 90 }
91 } 91 }