Coleen Phillimore
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...
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...
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...
--------- ### 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...
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...
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...
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))...
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...
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...