summaryrefslogtreecommitdiff
path: root/java/jdk13/files/patch-mutex.hpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . Fix the HotSpot build for gcc 3.4 part 1/2. Make some methods publicGreg Lewis2004-11-271-0/+20
where previously they defaulted to protected. gcc 3.4 seems to pick this up where earlier versions didn't. PR: 71516 Submitted by: Damir Kiramov <damirycha@damirycha.net.ru> Notes: svn path=/head/; revision=122561