Coleen Phillimore

Results 9 issues of Coleen Phillimore

This change converts the PlaceholderTable to ResourceHashtable. It's much like the ResolutionErrorTable conversion. This change has been performance tested with the previous set of testing with no regression. It's also...

ready
rfr
hotspot

I moved the ParallelLoad test to a subdirectory, and created a new one called CallLoadClass that calls loadClass directly and then waits on the ClassLoader object, while another thread calls...

ready
rfr
hotspot-runtime

I still have to write a test case. --------- ### Progress - [ ] Change must be properly reviewed (1 review required, with at least 1 [Reviewer](https://openjdk.org/bylaws#reviewer)) - [x] Change...

hotspot-runtime

--------- ### Progress - [ ] Change must be properly reviewed (1 review required, with at least 1 [Reviewer](https://openjdk.org/bylaws#reviewer)) - [x] Change must not contain extraneous whitespace - [x] Commit...

hotspot-runtime
core-libs

Move the rehashing calls as a test in the concurrent work - ie. trigger concurrent work and check for the need to do rehashing. Tested with tier1-7. --------- ### Progress...

rfr
hotspot-runtime

Restored the TryLock in the ReenterI (wait) case with a comment. Tested with tier1-4. --------- ### Progress - [ ] Change must be properly reviewed (1 review required, with at...

hotspot-runtime

Indirect klass pointers, false SA tests and something fails on windows. --------- ### Progress - [ ] Change must be properly reviewed (1 review required, with at least 1 [Reviewer](https://openjdk.org/bylaws#reviewer))...

hotspot
core-libs

I copied this code for another test in the Valhalla repo and thought it would be a good utility function. It might be better written using the Classfile API. Tested...

rfr
serviceability
hotspot-runtime

This didn't need ttyLock for synchronization, the code only needs to see if the method changes so it can print the method name before the bytecodes, like: [490166] static void...

ready
rfr
hotspot-runtime